Roll chromium_revision 3278631c5f..5416bc4d2f (453717:453791)

Change log: 3278631c5f..5416bc4d2f
Full diff: 3278631c5f..5416bc4d2f

Changed dependencies:
* src/base: 12a9434f99..bb7bdcdd81
* src/build: b49954da30..c8bbf01fe4
* src/ios: fd85b754a7..d48faa9b03
* src/testing: 632f9abe3f..d50d9c80cf
* src/third_party: e95cda5573..1f8dbc02d1
* src/third_party/catapult: 61f955fed3..4a91697095
* src/tools: 254878a411..71e8d42472
DEPS diff: 3278631c5f..5416bc4d2f/DEPS

No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2722983002
Cr-Commit-Position: refs/heads/master@{#16927}
This commit is contained in:
buildbot 2017-02-28 18:51:18 -08:00 committed by Commit bot
parent 3c8771e929
commit 590ba0e6d9

16
DEPS
View File

@ -2,7 +2,7 @@
vars = {
'chromium_git': 'https://chromium.googlesource.com',
'chromium_revision': '3278631c5f14a11be76ad06b91e3125343345cc7',
'chromium_revision': '5416bc4d2f3a8519aaa5feece75383ea020ed638',
'boringssl_git': 'https://boringssl.googlesource.com',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling swarming_client
@ -23,7 +23,7 @@ vars = {
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling catapult
# and whatever else without interference from each other.
'catapult_revision': '61f955fed373838b150579c6c251732da1a86534',
'catapult_revision': '4a91697095bb1b0e40100b2803f32a2ed79c9927',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling libFuzzer
# and whatever else without interference from each other.
@ -34,19 +34,19 @@ 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' + '@' + '12a9434f990d628f87995fcb76b8b9a60837f5cc',
Var('chromium_git') + '/chromium/src/base' + '@' + 'bb7bdcdd81b01619bd8120415741889abe04a9b6',
'src/build':
Var('chromium_git') + '/chromium/src/build' + '@' + 'b49954da30de22f7d3610311a31f26d9a58cef23',
Var('chromium_git') + '/chromium/src/build' + '@' + 'c8bbf01fe47a0bd54e9a96b604f3f372badd8959',
'src/buildtools':
Var('chromium_git') + '/chromium/buildtools.git' + '@' + 'b3771b1935ea74c388b6fb1750e83f5d83b39dec',
'src/testing':
Var('chromium_git') + '/chromium/src/testing' + '@' + '632f9abe3f56441a110de08d6b5a86097b3f2fad',
Var('chromium_git') + '/chromium/src/testing' + '@' + 'd50d9c80cfedbe8f3ad55e570f7736b944537fe4',
'src/testing/gtest':
Var('chromium_git') + '/external/github.com/google/googletest.git' + '@' + '6f8a66431cb592dad629028a50b3dd418a408c87',
'src/testing/gmock':
Var('chromium_git') + '/external/googlemock.git' + '@' + '0421b6f358139f02e102c9c332ce19a33faf75be', # from svn revision 566
'src/third_party':
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'e95cda557307a0639b7502120609a15fcecf4472',
Var('chromium_git') + '/chromium/src/third_party' + '@' + '1f8dbc02d1aa9642f4d81b868a796c18c997a6bd',
'src/third_party/boringssl/src':
Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'),
'src/third_party/catapult':
@ -79,7 +79,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' + '@' + '254878a411b3f7063611df9515370c1c083fd571',
Var('chromium_git') + '/chromium/src/tools' + '@' + '71e8d42472a58e710733cad81bf2a8b3ca28a924',
'src/tools/gyp':
Var('chromium_git') + '/external/gyp.git' + '@' + 'e7079f0e0e14108ab0dba58728ff219637458563',
'src/tools/swarming_client':
@ -119,7 +119,7 @@ deps_os = {
},
'ios': {
'src/ios':
Var('chromium_git') + '/chromium/src/ios' + '@' + 'fd85b754a70f1542225053c5e753d98c84dc1baf',
Var('chromium_git') + '/chromium/src/ios' + '@' + 'd48faa9b037021a1be55ab07f57a0fbdd1884036',
},
'unix': {
'src/third_party/lss':