mirror of
https://github.com/servo/servo.git
synced 2025-06-10 09:33:13 +00:00
Generate debug and release Gecko bindings.
This commit is contained in:
parent
2adc9abe13
commit
1a25467cea
5 changed files with 6508 additions and 217 deletions
|
@ -34,7 +34,8 @@ file_patterns_to_ignore = [
|
|||
ignored_files = [
|
||||
# Generated and upstream code combined with our own. Could use cleanup
|
||||
os.path.join(".", "ports", "geckolib", "gecko_bindings", "bindings.rs"),
|
||||
os.path.join(".", "ports", "geckolib", "gecko_bindings", "structs.rs"),
|
||||
os.path.join(".", "ports", "geckolib", "gecko_bindings", "structs_debug.rs"),
|
||||
os.path.join(".", "ports", "geckolib", "gecko_bindings", "structs_release.rs"),
|
||||
os.path.join(".", "ports", "geckolib", "string_cache", "atom_macro.rs"),
|
||||
os.path.join(".", "resources", "hsts_preload.json"),
|
||||
os.path.join(".", "tests", "wpt", "metadata", "MANIFEST.json"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue