Roll chromium_revision bc3d35fc98..7002a7d325 (576524:576827)
Change log:bc3d35fc98..7002a7d325
Full diff:bc3d35fc98..7002a7d325
Changed dependencies: * src/base:6a6abe13bd..7a4b976892
* src/build:285468b3f0..385916c37b
* src/ios:b374ca3a47..3f7fca5a21
* src/testing:f6bf62cd50..4ac422c8dc
* src/third_party:b572db88bc..51f80a467b
* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/2ec2b508e6..d26f5c315d * src/third_party/depot_tools:2c984a03ca..3899f1bcce
* src/tools:9e8d165b29..4cccf20a0a
DEPS diff:bc3d35fc98..7002a7d325
/DEPS Clang version changed 336424:337439 Details:bc3d35fc98..7002a7d325
/tools/clang/scripts/update.py TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: I6b28177ee8356b84aac09eeeaad0ffc017d61e31 Reviewed-on: https://webrtc-review.googlesource.com/89780 Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org> Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24050}
This commit is contained in:
18
DEPS
18
DEPS
@ -7,7 +7,7 @@ vars = {
|
||||
'checkout_configuration': 'default',
|
||||
'checkout_instrumented_libraries': 'checkout_linux and checkout_configuration == "default"',
|
||||
'webrtc_git': 'https://webrtc.googlesource.com',
|
||||
'chromium_revision': 'bc3d35fc984e2fd1b79f45717f661402f80445d1',
|
||||
'chromium_revision': '7002a7d32567a76f67e5eebe34a17bd0e653ba3c',
|
||||
'boringssl_git': 'https://boringssl.googlesource.com',
|
||||
# Three lines of non-changing comments so that
|
||||
# the commit queue can handle CLs rolling swarming_client
|
||||
@ -24,7 +24,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': '2ec2b508e61067ba5bfaf79ecc2e3b1dc79971d1',
|
||||
'catapult_revision': 'd26f5c315d5ed3e9389ea209a51611f979a18db7',
|
||||
# Three lines of non-changing comments so that
|
||||
# the commit queue can handle CLs rolling libFuzzer
|
||||
# and whatever else without interference from each other.
|
||||
@ -42,9 +42,9 @@ 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' + '@' + '6a6abe13bd59879a2e5c6c376520454b5226ed0b',
|
||||
Var('chromium_git') + '/chromium/src/base' + '@' + '7a4b976892028e1a38d300e4f8168af6ee2abc64',
|
||||
'src/build':
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + '285468b3f0db63b134eabdf85afcf7069ffc2b25',
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + '385916c37b59c7fd0210ce918b239bd1c82a0f15',
|
||||
'src/buildtools':
|
||||
Var('chromium_git') + '/chromium/buildtools.git' + '@' + '0dd5c6f980d22be96b728155249df2da355989d9',
|
||||
# Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC.
|
||||
@ -54,13 +54,13 @@ deps = {
|
||||
'condition': 'checkout_android',
|
||||
},
|
||||
'src/ios': {
|
||||
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'b374ca3a4742768ff2049e1e10ec5579e8688445',
|
||||
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '3f7fca5a21ec0d60fcfedd26c42b7e90b7c3f4ee',
|
||||
'condition': 'checkout_ios',
|
||||
},
|
||||
'src/testing':
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + 'f6bf62cd507488e571a7b599481cf5a7ada2a306',
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + '4ac422c8dce02ab97a4d2987f2000a769382f452',
|
||||
'src/third_party':
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'b572db88bc004445c8df70d8a52545db13aac3ef',
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + '51f80a467b5d6173056896c0a623dd116ad0d359',
|
||||
'src/third_party/android_ndk': {
|
||||
'url': Var('chromium_git') + '/android_ndk.git' + '@' + '5cd86312e794bdf542a3685c6f10cbb96072990b',
|
||||
'condition': 'checkout_android',
|
||||
@ -84,7 +84,7 @@ deps = {
|
||||
'src/third_party/colorama/src':
|
||||
Var('chromium_git') + '/external/colorama.git' + '@' + '799604a1041e9b3bc5d2789ecbd7e8db2e18e6b8',
|
||||
'src/third_party/depot_tools':
|
||||
Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '2c984a03caff0f1c0f92d6b5ddbc3226393db5eb',
|
||||
Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '3899f1bcce7bb87be6af32aec08f8a373e5ae417',
|
||||
'src/third_party/errorprone/lib': {
|
||||
'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '980d49e839aa4984015efed34b0134d4b2c9b6d7',
|
||||
'condition': 'checkout_android',
|
||||
@ -175,7 +175,7 @@ deps = {
|
||||
'src/third_party/yasm/source/patched-yasm':
|
||||
Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + '720b70524a4424b15fc57e82263568c8ba0496ad',
|
||||
'src/tools':
|
||||
Var('chromium_git') + '/chromium/src/tools' + '@' + '9e8d165b29057db9078720f7279f55044b74c4b5',
|
||||
Var('chromium_git') + '/chromium/src/tools' + '@' + '4cccf20a0a72a2710acf6d90d260a24cfc7db3c4',
|
||||
'src/tools/swarming_client':
|
||||
Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),
|
||||
|
||||
|
Reference in New Issue
Block a user