Commit 1e204d3b authored by Allan Sandfeld Jensen's avatar Allan Sandfeld Jensen Committed by Allan Sandfeld Jensen
Browse files

Update chromium to 51.0.2704.106


Also adds some extensions and components we may need for upcoming
features.

Change-Id: I369915cec296bc96764476981f7ac7bfb4871045
Reviewed-by: default avatarJoerg Bornemann <joerg.bornemann@qt.io>
Showing with 4 additions and 12 deletions
Subproject commit ac04c03fc89dbd789fd575b0cf38e7082fbe81a5
Subproject commit fcf843c48cd15a8c4aa53346948425809e8d7f2a
......@@ -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')
......
......@@ -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'
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment