From 5c6201f6c393967e9284bb9841281d286126541d Mon Sep 17 00:00:00 2001 From: Allan Sandfeld Jensen Date: Mon, 4 Feb 2019 16:20:37 +0100 Subject: Adaptations for Chromium 72 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ic355257066c7c1433862cb41e6f2bfa831147e0d Reviewed-by: Jüri Valdmann --- tools/scripts/take_snapshot.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tools/scripts/take_snapshot.py') 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') -- cgit v1.2.3