summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@theqtcompany.com>2015-11-25 12:15:58 +0100
committerAllan Sandfeld Jensen <allan.jensen@theqtcompany.com>2015-12-01 14:38:27 +0000
commitc2adbe5ebd5b09710813f4b5a1e73c1c66a7a682 (patch)
tree879c0411a5c3f56251675890189758230cb7a234 /tools
parent1f474fcc4cd47a85ce8d99f07d18b46ef2af5898 (diff)
Update Chromium 47.0.2536.71
Including a few missing spellcheck files. Change-Id: Idffb0f5bc4411764c4079a314b21e656f8e892e6 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@theqtcompany.com>
Diffstat (limited to 'tools')
-rwxr-xr-xtools/scripts/take_snapshot.py1
-rw-r--r--tools/scripts/version_resolver.py2
2 files changed, 2 insertions, 1 deletions
diff --git a/tools/scripts/take_snapshot.py b/tools/scripts/take_snapshot.py
index 141bd573a..0c8847b9d 100755
--- a/tools/scripts/take_snapshot.py
+++ b/tools/scripts/take_snapshot.py
@@ -103,6 +103,7 @@ def isInChromiumBlacklist(file_path):
not 'media/desktop_streams_registry.' in file_path and
not 'common/chrome_switches.' in file_path and
not 'common/localized_error.' in file_path and
+ not 'common/spellcheck_' in file_path and
not '/spellchecker/' in file_path and
not file_path.endswith('cf_resources.rc') and
not file_path.endswith('version.py') and
diff --git a/tools/scripts/version_resolver.py b/tools/scripts/version_resolver.py
index 1af8cd219..c681aa1d9 100644
--- a/tools/scripts/version_resolver.py
+++ b/tools/scripts/version_resolver.py
@@ -51,7 +51,7 @@ import json
import urllib2
import git_submodule as GitSubmodule
-chromium_version = '47.0.2526.34'
+chromium_version = '47.0.2526.71'
chromium_branch = '2526'
ninja_version = 'v1.6.0'