summaryrefslogtreecommitdiffstats
path: root/tools/scripts/take_snapshot.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/scripts/take_snapshot.py')
-rwxr-xr-xtools/scripts/take_snapshot.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/scripts/take_snapshot.py b/tools/scripts/take_snapshot.py
index 4f71185e5..e139cb5a7 100755
--- a/tools/scripts/take_snapshot.py
+++ b/tools/scripts/take_snapshot.py
@@ -152,6 +152,7 @@ def isInChromiumBlacklist(file_path):
or file_path.startswith('third_party/binutils')
or file_path.startswith('third_party/bison')
or file_path.startswith('third_party/blink/perf_tests/')
+ or file_path.startswith('third_party/blink/web_tests/')
or file_path.startswith('third_party/breakpad/src/processor/testdata/')
or file_path.startswith('third_party/boringssl/crypto_test_data.cc')
or file_path.startswith('third_party/boringssl/src/fuzz')
@@ -209,7 +210,9 @@ def isInChromiumBlacklist(file_path):
or file_path.startswith('third_party/sfntly/src/cpp/data/fonts')
or file_path.startswith('third_party/sfntly/src/java')
or file_path.startswith('third_party/skia/infra')
+ or file_path.startswith('third_party/sqlite/sqlite-src-')
or file_path.startswith('third_party/speech-dispatcher')
+ or file_path.startswith('third_party/spirv-cross/')
or file_path.startswith('third_party/swiftshader/third_party/llvm')
or file_path.startswith('third_party/talloc')
or file_path.startswith('third_party/trace-viewer')