Roll chromium_revision 12bbaee380..11a66767dd (487259:487325)

Change log: 12bbaee380..11a66767dd
Full diff: 12bbaee380..11a66767dd

Changed dependencies:
* src/base: fdf7b7ca6e..07f4a6b2cc
* src/build: f2d801f48d..1808a907ce
* src/testing: ff2898125f..aac324832e
* src/third_party: dfad2dae48..039dd66b35
* src/third_party/catapult: 64ca2b5ad4..b0acf6c12b
* src/tools: 0571bc7ee7..15697b1fb2
DEPS diff: 12bbaee380..11a66767dd/DEPS

No update to Clang.

TBR=
BUG=None
CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal

Review-Url: https://codereview.webrtc.org/2976343002
Cr-Commit-Position: refs/heads/master@{#19065}
This commit is contained in:
buildbot 2017-07-17 20:07:48 -07:00 committed by Commit Bot
parent e103fc7a54
commit 89ac292ba2

14
DEPS
View File

@ -2,7 +2,7 @@
vars = { vars = {
'chromium_git': 'https://chromium.googlesource.com', 'chromium_git': 'https://chromium.googlesource.com',
'chromium_revision': '12bbaee380666de3f075b4e32dccd1b7fbcf5419', 'chromium_revision': '11a66767dd7c9cd51bd53ec85fa06ad3ec5e5cc8',
'boringssl_git': 'https://boringssl.googlesource.com', 'boringssl_git': 'https://boringssl.googlesource.com',
# Three lines of non-changing comments so that # Three lines of non-changing comments so that
# the commit queue can handle CLs rolling swarming_client # the commit queue can handle CLs rolling swarming_client
@ -23,7 +23,7 @@ vars = {
# Three lines of non-changing comments so that # Three lines of non-changing comments so that
# the commit queue can handle CLs rolling catapult # the commit queue can handle CLs rolling catapult
# and whatever else without interference from each other. # and whatever else without interference from each other.
'catapult_revision': '64ca2b5ad4d43754240682ba97b164dd72dad794', 'catapult_revision': 'b0acf6c12b290c7dcbb54b389f7120c580a8e39a',
# Three lines of non-changing comments so that # Three lines of non-changing comments so that
# the commit queue can handle CLs rolling libFuzzer # the commit queue can handle CLs rolling libFuzzer
# and whatever else without interference from each other. # and whatever else without interference from each other.
@ -33,15 +33,15 @@ deps = {
# TODO(kjellander): Move this to be Android-only once the libevent dependency # TODO(kjellander): Move this to be Android-only once the libevent dependency
# in base/third_party/libevent is solved. # in base/third_party/libevent is solved.
'src/base': 'src/base':
Var('chromium_git') + '/chromium/src/base' + '@' + 'fdf7b7ca6e564eeb82ed5dc1edd49449693a6a9b', Var('chromium_git') + '/chromium/src/base' + '@' + '07f4a6b2ccd2dae0e267d17148dd480f823e8253',
'src/build': 'src/build':
Var('chromium_git') + '/chromium/src/build' + '@' + 'f2d801f48dd5cd9dc6802e32dd94fbe1a16e2f3e', Var('chromium_git') + '/chromium/src/build' + '@' + '1808a907ce42f13b224c263e9843d718fc6d9c39',
'src/buildtools': 'src/buildtools':
Var('chromium_git') + '/chromium/buildtools.git' + '@' + '5ad14542a6a74dd914f067b948c5d3e8d170396b', Var('chromium_git') + '/chromium/buildtools.git' + '@' + '5ad14542a6a74dd914f067b948c5d3e8d170396b',
'src/testing': 'src/testing':
Var('chromium_git') + '/chromium/src/testing' + '@' + 'ff2898125fc222a576a4ad8c9aadcd84fefed61d', Var('chromium_git') + '/chromium/src/testing' + '@' + 'aac324832efcda15ef15c3268611156355954675',
'src/third_party': 'src/third_party':
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'dfad2dae483a0a69ed979ffa8fc89ca34490f248', Var('chromium_git') + '/chromium/src/third_party' + '@' + '039dd66b35ba61ce04cdd6a18c475eecb365e437',
'src/third_party/boringssl/src': 'src/third_party/boringssl/src':
Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'), Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'),
'src/third_party/catapult': 'src/third_party/catapult':
@ -74,7 +74,7 @@ deps = {
'src/third_party/yasm/source/patched-yasm': 'src/third_party/yasm/source/patched-yasm':
Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + '7da28c6c7c6a1387217352ce02b31754deb54d2a', Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + '7da28c6c7c6a1387217352ce02b31754deb54d2a',
'src/tools': 'src/tools':
Var('chromium_git') + '/chromium/src/tools' + '@' + '0571bc7ee706460ef150821f48cf963142951644', Var('chromium_git') + '/chromium/src/tools' + '@' + '15697b1fb2e46d4ce98508d133e09a9e8ffdee24',
'src/tools/gyp': 'src/tools/gyp':
Var('chromium_git') + '/external/gyp.git' + '@' + 'eb296f67da078ec01f5e3a9ea9cdc6d26d680161', Var('chromium_git') + '/external/gyp.git' + '@' + 'eb296f67da078ec01f5e3a9ea9cdc6d26d680161',
'src/tools/swarming_client': 'src/tools/swarming_client':