Move binding files into another directory.

So that we can copy them when not using bindgen altogether.
This commit is contained in:
Xidorn Quan 2017-04-14 18:22:30 +08:00
parent 35dc68c234
commit a60e5f0218
6 changed files with 31 additions and 42 deletions

View file

@ -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",