summaryrefslogtreecommitdiff
path: root/chromium/testing/scripts/get_compile_targets.py
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/testing/scripts/get_compile_targets.py')
-rwxr-xr-xchromium/testing/scripts/get_compile_targets.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/chromium/testing/scripts/get_compile_targets.py b/chromium/testing/scripts/get_compile_targets.py
index aed1c569e8a..1e5fcf02a96 100755
--- a/chromium/testing/scripts/get_compile_targets.py
+++ b/chromium/testing/scripts/get_compile_targets.py
@@ -30,7 +30,8 @@ def main(argv):
if filename in ('common.py',
'get_compile_targets.py',
'gpu_integration_test_adapter.py',
- 'sizes_common.py'):
+ 'sizes_common.py',
+ 'wpt_common.py'):
continue
with common.temporary_file() as tempfile_path: