From 0a01998411de6a46af8d0b0ae13b8f401cd14a4b Mon Sep 17 00:00:00 2001 From: Allan Sandfeld Jensen Date: Thu, 9 May 2019 17:04:10 +0200 Subject: Adaptations for Chromium 74 Change-Id: Icdefa05eec39c632328dfc40862e5b734170bf3f Reviewed-by: Peter Varga --- tools/scripts/init-repository.py | 2 +- tools/scripts/take_snapshot.py | 2 ++ tools/scripts/version_resolver.py | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) (limited to 'tools') diff --git a/tools/scripts/init-repository.py b/tools/scripts/init-repository.py index 51de479d4..221f74a65 100755 --- a/tools/scripts/init-repository.py +++ b/tools/scripts/init-repository.py @@ -110,7 +110,7 @@ def initUpstreamSubmodules(): gnSubmodule = GitSubmodule.Submodule() gnSubmodule.path = 'src/3rdparty_upstream/gn' - gnSubmodule.ref = 'origin/master' + gnSubmodule.ref = 'master' gnSubmodule.url = gn_url gnSubmodule.os = 'all' gnSubmodule.initialize() diff --git a/tools/scripts/take_snapshot.py b/tools/scripts/take_snapshot.py index c6de5977d..982cab622 100755 --- a/tools/scripts/take_snapshot.py +++ b/tools/scripts/take_snapshot.py @@ -175,6 +175,7 @@ def isInChromiumBlacklist(file_path): 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/grpc/') 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') @@ -243,6 +244,7 @@ def isInChromiumBlacklist(file_path): not file_path.endswith('mock_chrome_application_mac.h') and not file_path.endswith('perftimer.h') and not file_path.endswith('test-torque.tq') and + not file_path.endswith('fonts.conf') and not 'ozone' in file_path and not 'clang_coverage' in file_path and not 'crypto/test/trampoline' in file_path and diff --git a/tools/scripts/version_resolver.py b/tools/scripts/version_resolver.py index 450671fa5..2ccb55d83 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 = '73.0.3683.105' -chromium_branch = '3683' +chromium_version = '74.0.3729.159' +chromium_branch = '3729' ninja_version = 'v1.9.0' json_url = 'http://omahaproxy.appspot.com/all.json' -- cgit v1.2.3