aboutsummaryrefslogtreecommitdiffstats
path: root/python/tidy/servo_tidy/tidy.py
diff options
context:
space:
mode:
authorBobby Holley <bobbyholley@gmail.com>2016-05-11 11:43:54 -0700
committerBobby Holley <bobbyholley@gmail.com>2016-05-18 11:33:38 -0700
commitb521c293dca98dd7efae274fe205c46ae203c67e (patch)
treea528e2a93b360b716f3f8900d248936773faa664 /python/tidy/servo_tidy/tidy.py
parent825f610dec23d3aae30bdb83f46a111563ad0291 (diff)
downloadservo-b521c293dca98dd7efae274fe205c46ae203c67e.tar.gz
servo-b521c293dca98dd7efae274fe205c46ae203c67e.zip
Add string_cache override for geckolib based on gecko atoms.
The work in these patches is based on Ms2ger's gecko-atom crate.
Diffstat (limited to 'python/tidy/servo_tidy/tidy.py')
-rw-r--r--python/tidy/servo_tidy/tidy.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/tidy/servo_tidy/tidy.py b/python/tidy/servo_tidy/tidy.py
index c3c603c7c11..dba335f5ab9 100644
--- a/python/tidy/servo_tidy/tidy.py
+++ b/python/tidy/servo_tidy/tidy.py
@@ -36,6 +36,7 @@ ignored_files = [
os.path.join(".", "ports", "gonk", "src", "native_window_glue.cpp"),
os.path.join(".", "ports", "geckolib", "gecko_bindings", "bindings.rs"),
os.path.join(".", "ports", "geckolib", "gecko_bindings", "structs.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"),
os.path.join(".", "tests", "wpt", "metadata-css", "MANIFEST.json"),