summaryrefslogtreecommitdiffstats
path: root/layout/style/GenerateServoCSSPropList.py
diff options
context:
space:
mode:
Diffstat (limited to 'layout/style/GenerateServoCSSPropList.py')
-rw-r--r--layout/style/GenerateServoCSSPropList.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/layout/style/GenerateServoCSSPropList.py b/layout/style/GenerateServoCSSPropList.py
index 0e9678ac5c..4dba1f0a8f 100644
--- a/layout/style/GenerateServoCSSPropList.py
+++ b/layout/style/GenerateServoCSSPropList.py
@@ -30,7 +30,7 @@ def generate_data(output, template):
)
# Add all relevant files into the dependencies of the generated file.
- DEP_EXTS = [".py", ".rs", ".zip"]
+ DEP_EXTS = [".py", ".rs"]
deps = set()
for path, dirs, files in os.walk(SERVO_PROP_BASE):
for file in files: