diff --git a/src/3rdparty b/src/3rdparty index b4c72f26c1b72ae2fedf601c3f5b6708bdff22da..7824a683f0d5c93e6b8fd5dfc75d51d06167f0c4 160000 --- a/src/3rdparty +++ b/src/3rdparty @@ -1 +1 @@ -Subproject commit b4c72f26c1b72ae2fedf601c3f5b6708bdff22da +Subproject commit 7824a683f0d5c93e6b8fd5dfc75d51d06167f0c4 diff --git a/tools/scripts/take_snapshot.py b/tools/scripts/take_snapshot.py index 1c65c47edf4f9863a1437580d8b66cbb0faee4c9..053746f79d80e663cda1a2a02643a1e49e3ed51e 100755 --- a/tools/scripts/take_snapshot.py +++ b/tools/scripts/take_snapshot.py @@ -91,9 +91,12 @@ def isInChromiumBlacklist(file_path): not 'third_party/chromevox' in file_path and not 'media/desktop_media_list.h' in file_path and not 'media/desktop_streams_registry.' in file_path and + not 'common/chrome_constants.' in file_path and + not 'common/chrome_paths' in file_path and not 'common/chrome_switches.' in file_path and not 'common/content_restriction.h' in file_path and not 'common/spellcheck_' in file_path and + not 'common/url_constants' in file_path and not '/extensions/api/' in file_path and not '/extensions/browser/api/' in file_path and not '/extensions/permissions/' in file_path and diff --git a/tools/scripts/version_resolver.py b/tools/scripts/version_resolver.py index 181700d9256681cce2ba2aa96a6536c202c21943..e481f0ed071c5dba5e2636439fb667bc36c697a5 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 = '53.0.2785.117' +chromium_version = '53.0.2785.148' chromium_branch = '2785' ninja_version = 'v1.7.1'