mirror of
https://github.com/servo/servo.git
synced 2025-09-27 15:20:09 +01:00
Move binding files into another directory.
So that we can copy them when not using bindgen altogether.
This commit is contained in:
parent
35dc68c234
commit
a60e5f0218
6 changed files with 31 additions and 42 deletions
|
@ -37,9 +37,9 @@ files = [
|
|||
# Helper macro where actually a pseudo-element per line makes sense.
|
||||
"./components/style/gecko/non_ts_pseudo_class_list.rs",
|
||||
# Generated and upstream code combined with our own. Could use cleanup
|
||||
"./components/style/gecko_bindings/bindings.rs",
|
||||
"./components/style/gecko_bindings/structs_debug.rs",
|
||||
"./components/style/gecko_bindings/structs_release.rs",
|
||||
"./components/style/gecko/generated/bindings.rs",
|
||||
"./components/style/gecko/generated/structs_debug.rs",
|
||||
"./components/style/gecko/generated/structs_release.rs",
|
||||
"./components/style/gecko_string_cache/atom_macro.rs",
|
||||
"./resources/hsts_preload.json",
|
||||
"./tests/wpt/metadata/MANIFEST.json",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue