Roll chromium_revision a8ac477c3a..a82983afec (441994:442065)

Change log: a8ac477c3a..a82983afec
Full diff: a8ac477c3a..a82983afec

Changed dependencies:
* src/base: 1ea7604822..2b9c9bc041
* src/testing: b416a8495d..d7b6e78b55
* src/third_party: e6bf8ec3e9..6539aaf7da
* src/third_party/catapult: fa1926f937..f84aaa04d4
* src/tools: 2577a646cc..4c2b5e8ab2
DEPS diff: a8ac477c3a..a82983afec/DEPS

No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2618783005
Cr-Commit-Position: refs/heads/master@{#15935}
This commit is contained in:
buildbot 2017-01-06 14:56:03 -08:00 committed by Commit bot
parent 9f834c8ca5
commit 055c0a892b

12
DEPS
View File

@ -2,7 +2,7 @@
vars = {
'chromium_git': 'https://chromium.googlesource.com',
'chromium_revision': 'a8ac477c3ad2abf257520f22bda13163a763f15d',
'chromium_revision': 'a82983afecb4762005ac0d57809c55382aa6d1dd',
'boringssl_git': 'https://boringssl.googlesource.com',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling swarming_client
@ -27,7 +27,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': 'fa1926f937dcec01fa9ec6658da1a7c1b8321ec3',
'catapult_revision': 'f84aaa04d4d0bb5e902eaa8e224f2323a018e64c',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling libFuzzer
# and whatever else without interference from each other.
@ -38,19 +38,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' + '@' + '1ea76048225a069e2870d3549ba047e64bd6fca3',
Var('chromium_git') + '/chromium/src/base' + '@' + '2b9c9bc0412063c20a06a4eb3ceb84da2217493f',
'src/build':
Var('chromium_git') + '/chromium/src/build' + '@' + '87eca92f3ec5fd201f152d67d6d4888ef72ebfb3',
'src/buildtools':
Var('chromium_git') + '/chromium/buildtools.git' + '@' + '0ef801087682b271e9ace93cfa93e9d3dea98079',
'src/testing':
Var('chromium_git') + '/chromium/src/testing' + '@' + 'b416a8495d2543f06e008a057b953e2ca40e62e7',
Var('chromium_git') + '/chromium/src/testing' + '@' + 'd7b6e78b55ae8499caf1bae4c0bb3c4cf2f63f3d',
'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' + '@' + 'e6bf8ec3e9992516e37a69225a8dfdf97c11d3b3',
Var('chromium_git') + '/chromium/src/third_party' + '@' + '6539aaf7dade010ad9826be55f57ec9ef878bbd1',
'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' + '@' + '2577a646ccececd5abf06a1f7bfbcdb76973d1f4',
Var('chromium_git') + '/chromium/src/tools' + '@' + '4c2b5e8ab2b85998c2b0936230ca24dc4f7fdc10',
'src/tools/gyp':
Var('chromium_git') + '/external/gyp.git' + '@' + 'e7079f0e0e14108ab0dba58728ff219637458563',
'src/tools/swarming_client':