summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@theqtcompany.com>2016-03-08 11:54:47 +0100
committerAllan Sandfeld Jensen <allan.jensen@theqtcompany.com>2016-03-09 09:32:39 +0000
commitcaf830b9bb25f9aef2ea35bf27c0492a3d86ffa3 (patch)
treeaee81d014ba6501ca143ae011cdb12c019fb46fb /tools
parent0b66f60c4620ca79942a41e52f8c96fa2a00b91c (diff)
Update to Chromium 49.0.2623.91
Change-Id: I43c545d1600bebabf6b94209beb91b3d3c4cd244 Reviewed-by: Joerg Bornemann <joerg.bornemann@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 767742dc4..f5a1ed9d9 100755
--- a/tools/scripts/take_snapshot.py
+++ b/tools/scripts/take_snapshot.py
@@ -94,6 +94,7 @@ def isInChromiumBlacklist(file_path):
not 'common/localized_error.' in file_path and
not 'common/spellcheck_' in file_path and
not '/spellchecker/' in file_path and
+ not '/tools/convert_dict/' in file_path and
not file_path.endswith('cf_resources.rc') and
not file_path.endswith('version.py') and
not file_path.endswith('.grd') and
diff --git a/tools/scripts/version_resolver.py b/tools/scripts/version_resolver.py
index 0aaaa58ee..d07ca67da 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 = '49.0.2623.48'
+chromium_version = '49.0.2623.91'
chromium_branch = '2623'
ninja_version = 'v1.6.0'