aboutsummaryrefslogtreecommitdiffstats
path: root/python/tidy/servo_tidy/tidy.py
diff options
context:
space:
mode:
authorLars Bergstrom <lars@lars.com>2016-05-27 13:51:09 -0500
committerLars Bergstrom <lars@lars.com>2016-05-27 19:33:43 -0500
commit02c7e06d5484b6519b280615aed9e32e028e42b2 (patch)
treec454eac8d7b7e90de5c4a1dab832003d65ccea06 /python/tidy/servo_tidy/tidy.py
parent3ec20d9cf517c67f4d280e8958cc58c4c2b4fbb2 (diff)
downloadservo-02c7e06d5484b6519b280615aed9e32e028e42b2.tar.gz
servo-02c7e06d5484b6519b280615aed9e32e028e42b2.zip
Remove the gonk port
Diffstat (limited to 'python/tidy/servo_tidy/tidy.py')
-rw-r--r--python/tidy/servo_tidy/tidy.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/python/tidy/servo_tidy/tidy.py b/python/tidy/servo_tidy/tidy.py
index 8bdce255b38..48f7a0705bc 100644
--- a/python/tidy/servo_tidy/tidy.py
+++ b/python/tidy/servo_tidy/tidy.py
@@ -33,7 +33,6 @@ file_patterns_to_ignore = [
# Files that are ignored for all tidy and lint checks.
ignored_files = [
# Generated and upstream code combined with our own. Could use cleanup
- 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"),