From 97ec206e74964da13caa58e449905f4bb057a8b1 Mon Sep 17 00:00:00 2001 From: Henrik Kjellander Date: Tue, 20 Oct 2015 07:54:41 +0200 Subject: [PATCH] Roll chromium_revision bb79186..5d149df (353481:354955) Changelog: https://chromium.googlesource.com/chromium/src/+log/bb79186..5d149df TBR=fbarchard@chromium.org Review URL: https://codereview.chromium.org/1416823002 . --- DEPS | 2 +- chromium/.gclient | 9 +++++++-- tools/gritsettings/README | 7 +++++++ tools/gritsettings/resource_ids | 15 +++++++++++++++ 4 files changed, 30 insertions(+), 3 deletions(-) create mode 100644 tools/gritsettings/README create mode 100644 tools/gritsettings/resource_ids diff --git a/DEPS b/DEPS index f9459c56e..34f10bed2 100644 --- a/DEPS +++ b/DEPS @@ -7,7 +7,7 @@ vars = { # Roll the Chromium Git hash to pick up newer versions of all the # dependencies and tools linked to in setup_links.py. - 'chromium_revision': 'bb79186c63ff4eff7a2a318a21731005c53f269b', + 'chromium_revision': '5d149df075245e393f84d63825f812b66cbe042d', } # NOTE: Prefer revision numbers to tags for svn deps. Use http rather than diff --git a/chromium/.gclient b/chromium/.gclient index 1ff06aaee..330ce6365 100644 --- a/chromium/.gclient +++ b/chromium/.gclient @@ -9,9 +9,14 @@ solutions = [{ 'src/chrome/tools/test/reference_build/chrome_mac': None, 'src/chrome/tools/test/reference_build/chrome_win': None, 'src/native_client': None, + 'src/third_party/cld_2/src': None, 'src/third_party/ffmpeg': None, - 'src/third_party/WebKit': None, - 'src/v8': None, + 'src/third_party/hunspell_dictionaries': None, + 'src/third_party/liblouis/src': None, + 'src/third_party/pdfium': None, + 'src/third_party/skia': None, + 'src/third_party/trace-viewer': None, + 'src/third_party/webrtc': None, }, 'safesync_url': '' }] diff --git a/tools/gritsettings/README b/tools/gritsettings/README new file mode 100644 index 000000000..ca9cb31f7 --- /dev/null +++ b/tools/gritsettings/README @@ -0,0 +1,7 @@ +This is a dummy configuration file to workaround the assumption of the grit +resource file being located here in the Chromium build toolchain. + +This is only needed for our Android native tests to be able to include the +build/apk_test.gypi GYP file and depend on the +<(DEPTH)/testing/android/native_test.gyp:native_test_native_code target in +Chromium. diff --git a/tools/gritsettings/resource_ids b/tools/gritsettings/resource_ids new file mode 100644 index 000000000..bfdfbbe90 --- /dev/null +++ b/tools/gritsettings/resource_ids @@ -0,0 +1,15 @@ +# Copyright (c) 2015 The WebRTC project authors. All Rights Reserved. +# +# Use of this source code is governed by a BSD-style license +# that can be found in the LICENSE file in the root of the source +# tree. An additional intellectual property rights grant can be found +# in the file PATENTS. All contributing project authors may +# be found in the AUTHORS file in the root of the source tree. + +{ + "SRCDIR": "../..", + + "chromium/src/net/base/net_resources.grd": { + "includes": [4000], + }, +}