diff options
| author | Allan Sandfeld Jensen <allan.jensen@qt.io> | 2019-05-20 14:17:47 +0200 |
|---|---|---|
| committer | Allan Sandfeld Jensen <allan.jensen@qt.io> | 2019-07-10 10:26:38 +0200 |
| commit | 9cfde2edf4736ae9533e7e1fac495a23ad905419 (patch) | |
| tree | 4eca639f54719a8824a527ee6a40fb13b462b110 /tools/scripts/take_snapshot.py | |
| parent | 0a01998411de6a46af8d0b0ae13b8f401cd14a4b (diff) | |
Adaptations for Chromium 75
Change-Id: Idad08244e0c749a9f70f5eb9f8cd236039b941b3
Reviewed-by: Peter Varga <pvarga@inf.u-szeged.hu>
Diffstat (limited to 'tools/scripts/take_snapshot.py')
| -rwxr-xr-x | tools/scripts/take_snapshot.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/scripts/take_snapshot.py b/tools/scripts/take_snapshot.py index 982cab622..3f21dda9c 100755 --- a/tools/scripts/take_snapshot.py +++ b/tools/scripts/take_snapshot.py @@ -167,7 +167,6 @@ def isInChromiumBlacklist(file_path): or file_path.startswith('third_party/catapult/tracing/test_data/') or file_path.startswith('third_party/chromevox') or file_path.startswith('third_party/chromite') - or file_path.startswith('third_party/cld_3') or file_path.startswith('third_party/closure_compiler') or file_path.startswith('third_party/colorama') or file_path.startswith('third_party/depot_tools') @@ -202,6 +201,7 @@ def isInChromiumBlacklist(file_path): or file_path.startswith('third_party/pylint') 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/docs/') 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') @@ -233,6 +233,7 @@ def isInChromiumBlacklist(file_path): or ('/fuzz' in file_path and ( '/fuzz/' in file_path or '/fuzzer/' in file_path + or '/fuzzers/' in file_path or '/fuzzing/' in file_path )) or ('/test' in file_path and ( |
