Roll chromium_revision 8a7821b7fc..9e71891be9 (451254:451291)

Change log: 8a7821b7fc..9e71891be9
Full diff: 8a7821b7fc..9e71891be9

Changed dependencies:
* src/base: f64c474d1c..a5b4eb3e34
* src/ios: b1b54f922c..1a554e60c7
* src/third_party: 77aa177360..0a65ec26d3
* src/tools: f895efb9d1..4000202433
DEPS diff: 8a7821b7fc..9e71891be9/DEPS

No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2699133002
Cr-Commit-Position: refs/heads/master@{#16669}
This commit is contained in:
buildbot 2017-02-17 06:54:55 -08:00 committed by Commit bot
parent 4db68e609b
commit 1088248a4e

10
DEPS
View File

@ -2,7 +2,7 @@
vars = {
'chromium_git': 'https://chromium.googlesource.com',
'chromium_revision': '8a7821b7fc3a4d1394306e296be8274818ac1057',
'chromium_revision': '9e71891be9ee6bd4f6fd0fa9e8fb59e4a1c2c856',
'boringssl_git': 'https://boringssl.googlesource.com',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling swarming_client
@ -38,7 +38,7 @@ deps = {
# TODO(kjellander): Move this to be Android-only once the libevent dependency
# in base/third_party/libevent is solved.
'src/base':
Var('chromium_git') + '/chromium/src/base' + '@' + 'f64c474d1ceb94cf9d4feaaed901a0766326a034',
Var('chromium_git') + '/chromium/src/base' + '@' + 'a5b4eb3e34ebdf7e3374bab16b953bdd27ae2efb',
'src/build':
Var('chromium_git') + '/chromium/src/build' + '@' + '467b707bfeb521a43f8847ca600499392ee3e1a6',
'src/buildtools':
@ -50,7 +50,7 @@ deps = {
'src/testing/gmock':
Var('chromium_git') + '/external/googlemock.git' + '@' + '0421b6f358139f02e102c9c332ce19a33faf75be', # from svn revision 566
'src/third_party':
Var('chromium_git') + '/chromium/src/third_party' + '@' + '77aa1773607696021be72844ef2ccd3887b1b176',
Var('chromium_git') + '/chromium/src/third_party' + '@' + '0a65ec26d399b5646021444bc206aec79025e365',
'src/third_party/boringssl/src':
Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'),
'src/third_party/catapult':
@ -85,7 +85,7 @@ deps = {
'src/third_party/yasm/source/patched-yasm':
Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + '7da28c6c7c6a1387217352ce02b31754deb54d2a',
'src/tools':
Var('chromium_git') + '/chromium/src/tools' + '@' + 'f895efb9d1594f5fca92d677b8e410d5018a6dc6',
Var('chromium_git') + '/chromium/src/tools' + '@' + '400020243312bab37da5c965a350cb877b5be204',
'src/tools/gyp':
Var('chromium_git') + '/external/gyp.git' + '@' + 'e7079f0e0e14108ab0dba58728ff219637458563',
'src/tools/swarming_client':
@ -125,7 +125,7 @@ deps_os = {
},
'ios': {
'src/ios':
Var('chromium_git') + '/chromium/src/ios' + '@' + 'b1b54f922c10577dcb05c6a14a48f736e29d0221',
Var('chromium_git') + '/chromium/src/ios' + '@' + '1a554e60c71e944d40af75d6c8ac5a34575b0603',
},
'unix': {
'src/third_party/lss':