From 1e204d3b74fbe275fb4d9fe45bbb011742f828f9 Mon Sep 17 00:00:00 2001 From: Allan Sandfeld Jensen Date: Fri, 1 Jul 2016 13:15:22 +0200 Subject: Update chromium to 51.0.2704.106 Also adds some extensions and components we may need for upcoming features. Change-Id: I369915cec296bc96764476981f7ac7bfb4871045 Reviewed-by: Joerg Bornemann --- src/3rdparty | 2 +- tools/scripts/take_snapshot.py | 12 ++---------- tools/scripts/version_resolver.py | 2 +- 3 files changed, 4 insertions(+), 12 deletions(-) diff --git a/src/3rdparty b/src/3rdparty index ac04c03fc..fcf843c48 160000 --- a/src/3rdparty +++ b/src/3rdparty @@ -1 +1 @@ -Subproject commit ac04c03fc89dbd789fd575b0cf38e7082fbe81a5 +Subproject commit fcf843c48cd15a8c4aa53346948425809e8d7f2a diff --git a/tools/scripts/take_snapshot.py b/tools/scripts/take_snapshot.py index e270a9b60..0644774f8 100755 --- a/tools/scripts/take_snapshot.py +++ b/tools/scripts/take_snapshot.py @@ -112,8 +112,6 @@ def isInChromiumBlacklist(file_path): or file_path.startswith('components/drive/') or file_path.startswith('components/invalidation/') or file_path.startswith('components/gcm_driver/') - or file_path.startswith('components/google/') - or file_path.startswith('components/metrics/') or file_path.startswith('components/mus/') or file_path.startswith('components/nacl/') or file_path.startswith('components/omnibox/') @@ -125,18 +123,11 @@ def isInChromiumBlacklist(file_path): or file_path.startswith('components/test/') or file_path.startswith('components/test_runner/') or file_path.startswith('components/translate/') - or file_path.startswith('components/variations/') or file_path.startswith('content/public/android/java') or (file_path.startswith('content/shell') and not file_path.startswith('content/shell/common') and not file_path.endswith('.grd')) or file_path.startswith('courgette') - or (file_path.startswith('extensions') and - not 'browser/extension_function_registry.h' in file_path and - not 'browser/extension_function_histogram_value.h' in file_path and - not 'browser/notification_types.' in file_path and - not 'common/constants.' in file_path and - not 'common/url_pattern.' in file_path) or file_path.startswith('google_update') or file_path.startswith('ios') or file_path.startswith('media/base/android/java') @@ -181,7 +172,8 @@ def isInChromiumBlacklist(file_path): or file_path.startswith('third_party/jsr-305/src') or file_path.startswith('third_party/junit') or file_path.startswith('third_party/libphonenumber') - or file_path.startswith('third_party/libaddressinput') + 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/liblouis') or file_path.startswith('third_party/lighttpd') diff --git a/tools/scripts/version_resolver.py b/tools/scripts/version_resolver.py index e58c647de..b57e3cd51 100644 --- a/tools/scripts/version_resolver.py +++ b/tools/scripts/version_resolver.py @@ -38,7 +38,7 @@ import json import urllib2 import git_submodule as GitSubmodule -chromium_version = '51.0.2704.79' +chromium_version = '51.0.2704.106' chromium_branch = '2704' ninja_version = 'v1.6.0' -- cgit v1.2.3