mirror of
https://github.com/servo/servo.git
synced 2025-09-27 23:30:08 +01:00
Vendor m-c's nsstring in-tree
It is called nsstring_vendor since libgkrust already depends on nsstring, and we can't have two crates with the same name in-tree. We can't directly depend on the in-tree one since this will stop independent `./mach build-geckolib` builds from working. MozReview-Commit-ID: CR4tHgzXWFZ
This commit is contained in:
parent
494a89c27f
commit
398a6343b3
9 changed files with 872 additions and 51 deletions
|
@ -45,6 +45,7 @@ directories = [
|
|||
# Generated and upstream code combined with our own. Could use cleanup
|
||||
"./target",
|
||||
"./ports/cef",
|
||||
"./components/style/gecko_bindings/nsstring_vendor/",
|
||||
]
|
||||
|
||||
# Directories that are checked for correct file extension
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue