From e44c981380db5e723a08acb2520ea1e3e2a89b54 Mon Sep 17 00:00:00 2001 From: Allan Sandfeld Jensen Date: Wed, 14 Sep 2016 17:05:14 +0200 Subject: Update Chromium to 53.0.2785.117 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The changes to take_snapshot.py were already applied in the last version but not reflected here. Change-Id: I34c3de85f5766790764349ef81b4fac2937e6ce2 Reviewed-by: Michael BrĂ¼ning --- tools/scripts/take_snapshot.py | 1 - tools/scripts/version_resolver.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'tools') diff --git a/tools/scripts/take_snapshot.py b/tools/scripts/take_snapshot.py index 98b5fc150..1c65c47ed 100755 --- a/tools/scripts/take_snapshot.py +++ b/tools/scripts/take_snapshot.py @@ -187,7 +187,6 @@ def isInChromiumBlacklist(file_path): not file_path.startswith('third_party/polymer/v1_0/components-chromium/')) or file_path.startswith('third_party/openh264/src/res') or file_path.startswith('third_party/pdfium/tools') - or file_path.startswith('third_party/pdfium/third_party') or file_path.startswith('third_party/pdfsqueeze') or file_path.startswith('third_party/pefile') or file_path.startswith('third_party/perl') diff --git a/tools/scripts/version_resolver.py b/tools/scripts/version_resolver.py index 36d784d3a..181700d92 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.41' +chromium_version = '53.0.2785.117' chromium_branch = '2785' ninja_version = 'v1.7.1' -- cgit v1.2.3