summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2019-02-07 11:35:08 +0100
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2019-03-23 00:24:54 +0000
commitce6a1a74d16deecf0c150aa1f5bae2cc6a95e7b1 (patch)
treee1ce3f92b50c0c0e5140019134e70e70a1ddb88d /tools
parent5c6201f6c393967e9284bb9841281d286126541d (diff)
Adaptations for Chromium 73
Change-Id: I565d1e327852110a5abebed3388d7cd6986bef06 Reviewed-by: Michal Klocek <michal.klocek@qt.io>
Diffstat (limited to 'tools')
-rwxr-xr-xtools/scripts/take_snapshot.py88
-rw-r--r--tools/scripts/version_resolver.py4
2 files changed, 46 insertions, 46 deletions
diff --git a/tools/scripts/take_snapshot.py b/tools/scripts/take_snapshot.py
index e139cb5a7..c6de5977d 100755
--- a/tools/scripts/take_snapshot.py
+++ b/tools/scripts/take_snapshot.py
@@ -137,6 +137,7 @@ def isInChromiumBlacklist(file_path):
or file_path.startswith('net/android/java')
or (file_path.startswith('net/data/') and '_unittest/' in file_path)
or file_path.startswith('net/data/fuzzer_data/')
+ or file_path.startswith('net/third_party/quic/core/qpack/fuzzer')
or file_path.startswith('remoting')
or file_path.startswith('rlz')
or file_path.startswith('testing/android')
@@ -147,7 +148,7 @@ def isInChromiumBlacklist(file_path):
or file_path.startswith('third_party/afl')
or file_path.startswith('third_party/android_')
or file_path.startswith('third_party/apache-win32')
- or file_path.startswith('third_party/apple_sample_code')
+ or file_path.startswith('third_party/arcode-android-sdk')
or file_path.startswith('third_party/ashmem')
or file_path.startswith('third_party/binutils')
or file_path.startswith('third_party/bison')
@@ -158,25 +159,22 @@ def isInChromiumBlacklist(file_path):
or file_path.startswith('third_party/boringssl/src/fuzz')
or (file_path.startswith('third_party/cacheinvalidation') and
not file_path.endswith('isolate'))
- or file_path.startswith('third_party/catapult')
+ or (file_path.startswith('third_party/catapult/')
+ and not file_path.startswith('third_party/catapult/catapult_build')
+ and not file_path.startswith('third_party/catapult/common')
+ and not file_path.startswith('third_party/catapult/third_party/polymer/components/polymer')
+ and not file_path.startswith('third_party/catapult/tracing'))
+ 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_2')
+ or file_path.startswith('third_party/cld_3')
or file_path.startswith('third_party/closure_compiler')
- or file_path.startswith('third_party/codesighs')
or file_path.startswith('third_party/colorama')
- or file_path.startswith('third_party/cygwin')
- or file_path.startswith('third_party/cython')
- or file_path.startswith('third_party/deqp')
or file_path.startswith('third_party/depot_tools')
or file_path.startswith('third_party/elfutils')
- or file_path.startswith('third_party/freetype-android')
- or file_path.startswith('third_party/google_input_tools')
- or file_path.startswith('third_party/gperf')
- or file_path.startswith('third_party/gnu_binutils')
- or file_path.startswith('third_party/grpc')
- or file_path.startswith('third_party/gtk+')
- or file_path.startswith('third_party/google_appengine_cloudstorage')
- or file_path.startswith('third_party/google_toolbox_for_mac')
+ or file_path.startswith('third_party/fuschsia-sdk/')
+ or file_path.startswith('third_party/glslang/src/Test/')
+ or file_path.startswith('third_party/google_')
or file_path.startswith('third_party/hunspell_dictionaries')
or (file_path.startswith('third_party/icu') and file_path.endswith('icudtl_dat.S'))
or file_path.startswith('third_party/icu/android')
@@ -185,28 +183,22 @@ def isInChromiumBlacklist(file_path):
or file_path.startswith('third_party/jsr-305')
or file_path.startswith('third_party/junit')
or file_path.startswith('third_party/lcov')
- or file_path.startswith('third_party/libphonenumber')
or file_path.startswith('third_party/libaddressinput/src/testdata')
or file_path.startswith('third_party/libaddressinput/src/common/src/test')
- or file_path.startswith('third_party/libc++')
+ or file_path.startswith('third_party/libFuzzer')
or file_path.startswith('third_party/liblouis')
- or file_path.startswith('third_party/lighttpd')
+ or file_path.startswith('third_party/libphonenumber')
+ or file_path.startswith('third_party/libwebp/fuzzing')
or file_path.startswith('third_party/libwebm/source/webm_parser/fuzzing')
or file_path.startswith('third_party/logilab')
or file_path.startswith('third_party/markdown')
- or file_path.startswith('third_party/mingw-w64')
- or file_path.startswith('third_party/nacl_sdk_binaries')
or (file_path.startswith('third_party/polymer') and
not file_path.startswith('third_party/polymer/v1_0/components-chromium/'))
or file_path.startswith('third_party/openh264/src/res')
or file_path.startswith('third_party/pdfium/testing/resources')
or file_path.startswith('third_party/pdfium/tools')
- or file_path.startswith('third_party/pdfsqueeze')
- or file_path.startswith('third_party/pefile')
or file_path.startswith('third_party/perl')
- or file_path.startswith('third_party/psyco_win32')
or file_path.startswith('third_party/pylint')
- or file_path.startswith('third_party/scons-2.0.1')
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')
@@ -214,31 +206,38 @@ def isInChromiumBlacklist(file_path):
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')
- or file_path.startswith('third_party/undoview')
or file_path.startswith('third_party/wayland')
or file_path.startswith('third_party/webgl')
or file_path.startswith('third_party/webrtc/resources/')
or file_path.startswith('third_party/webrtc/third_party/boringssl/crypto_test_data.cc')
or file_path.startswith('third_party/webrtc/third_party/boringssl/src/fuzz')
))
- or file_path.startswith('tools/android')
- or file_path.startswith('tools/luci_go')
- or file_path.startswith('tools/memory_inspector')
- or file_path.startswith('tools/perf')
- or file_path.startswith('tools/swarming_client')
- or file_path.startswith('ui/android/java')
- or file_path.startswith('ui/app_list')
- or file_path.startswith('ui/base/ime/chromeos')
- or file_path.startswith('ui/chromeos')
- or file_path.startswith('ui/display/chromeos')
- or file_path.startswith('ui/events/ozone/chromeos')
- or file_path.startswith('ui/file_manager')
- or file_path.startswith('ui/gfx/chromeos')
- or 'testdata/' in file_path
- or '/tests/' in file_path
- or ('/test/' in file_path and
+ or (file_path.startswith('tools/') and (
+ file_path.startswith('tools/android')
+ or file_path.startswith('tools/luci_go')
+ or file_path.startswith('tools/memory_inspector')
+ or file_path.startswith('tools/perf')
+ or file_path.startswith('tools/swarming_client')
+ ))
+ or (file_path.startswith('ui/') and (
+ file_path.startswith('ui/android/java')
+ or file_path.startswith('ui/app_list')
+ or file_path.startswith('ui/base/ime/chromeos')
+ or file_path.startswith('ui/chromeos')
+ or file_path.startswith('ui/display/chromeos')
+ or file_path.startswith('ui/events/ozone/chromeos')
+ or file_path.startswith('ui/file_manager')
+ or file_path.startswith('ui/gfx/chromeos')
+ ))
+ or ('/fuzz' in file_path and (
+ '/fuzz/' in file_path
+ or '/fuzzer/' in file_path
+ or '/fuzzing/' in file_path
+ ))
+ or ('/test' in file_path and (
+ '/testdata/' in file_path
+ or '/tests/' in file_path
+ or ('/test/' in file_path and
not '/webrtc/' in file_path and
not file_path.startswith('net/test/') and
not file_path.endswith('mock_chrome_application_mac.h') and
@@ -246,10 +245,11 @@ def isInChromiumBlacklist(file_path):
not file_path.endswith('test-torque.tq') and
not 'ozone' in file_path and
not 'clang_coverage' in file_path and
+ not 'crypto/test/trampoline' in file_path and
not 'fontconfig_util_linux' in file_path and
not 'core/mojo/test/' in file_path and
not file_path.startswith('extensions/browser/'))
- ):
+ ))):
return True
return False
diff --git a/tools/scripts/version_resolver.py b/tools/scripts/version_resolver.py
index 6dc4fc7d1..6bce380e7 100644
--- a/tools/scripts/version_resolver.py
+++ b/tools/scripts/version_resolver.py
@@ -38,8 +38,8 @@ import json
import urllib2
import git_submodule as GitSubmodule
-chromium_version = '72.0.3626.110'
-chromium_branch = '3626'
+chromium_version = '73.0.3683.64'
+chromium_branch = '3683'
ninja_version = 'v1.9.0'
json_url = 'http://omahaproxy.appspot.com/all.json'