Roll chromium_revision eeca1d8fa2..5f99c89339 (534891:534995)
Change log:eeca1d8fa2..5f99c89339Full diff:eeca1d8fa2..5f99c89339Changed dependencies: * src/base:76c6e329bb..215c545cfb* src/build:7e86dc487b..c0ec7a5422* src/ios:c61b8482ad..e5a513f3b7* src/testing:63e2a50231..1133d04410* src/third_party:7e59438107..aee0b83bb3* src/third_party/depot_tools:e117e46a68..4a92cc9a1f* src/tools:ba396b0b2e..48b60acde4DEPS diff:eeca1d8fa2..5f99c89339/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: I789a763b653f610c4468a0c88108c1b9bb21f8e7 Reviewed-on: https://webrtc-review.googlesource.com/49240 Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org> Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org> Cr-Commit-Position: refs/heads/master@{#21939}
This commit is contained in:
parent
67417157d4
commit
5684921a16
16
DEPS
16
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': 'eeca1d8fa225e3bcfe88eadd9290ba64e781153a',
|
||||
'chromium_revision': '5f99c89339afca8d4358f528bbc7117cafb051d5',
|
||||
'boringssl_git': 'https://boringssl.googlesource.com',
|
||||
# Three lines of non-changing comments so that
|
||||
# the commit queue can handle CLs rolling swarming_client
|
||||
@ -38,9 +38,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' + '@' + '76c6e329bb3fb35640b1b9e114615645190b33aa',
|
||||
Var('chromium_git') + '/chromium/src/base' + '@' + '215c545cfb76dd76850cfc1078df007694a62ca1',
|
||||
'src/build':
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + '7e86dc487bc8db054fbdda4638fba0281d88a5bf',
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + 'c0ec7a5422c5f9021c0568d7c269c0b87a3dee35',
|
||||
'src/buildtools':
|
||||
Var('chromium_git') + '/chromium/buildtools.git' + '@' + '2637e7e911524502ea862870f52c36ed2723a25f',
|
||||
# Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC.
|
||||
@ -50,13 +50,13 @@ deps = {
|
||||
'condition': 'checkout_android',
|
||||
},
|
||||
'src/ios': {
|
||||
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'c61b8482ad6972302c72ac3b5b05fbf632ae9d83',
|
||||
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'e5a513f3b737e8fb89c26bfeb4830beee6990040',
|
||||
'condition': 'checkout_ios',
|
||||
},
|
||||
'src/testing':
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + '63e2a50231c1466e75a5e0e57dfb83387256dc5a',
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + '1133d044107519b3559a6574d90535894cec25aa',
|
||||
'src/third_party':
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + '7e59438107fd4fe3d359d1c979569c29da795936',
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'aee0b83bb3f381394f8867d6b89f9502065b2edc',
|
||||
'src/third_party/android_ndk': {
|
||||
'url': Var('chromium_git') + '/android_ndk.git' + '@' + 'e951c37287c7d8cd915bf8d4149fd4a06d808b55',
|
||||
'condition': 'checkout_android',
|
||||
@ -80,7 +80,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' + '@' + 'e117e46a6894979f85f6329dcb04c945a93f37d8',
|
||||
Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '4a92cc9a1f7ced74f01473c7040992a97c1a4079',
|
||||
'src/third_party/errorprone/lib': {
|
||||
'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + 'ecc57c2b00627667874744b9ad8efe10734d97a8',
|
||||
'condition': 'checkout_android',
|
||||
@ -159,7 +159,7 @@ deps = {
|
||||
'src/third_party/yasm/source/patched-yasm':
|
||||
Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + 'b98114e18d8b9b84586b10d24353ab8616d4c5fc',
|
||||
'src/tools':
|
||||
Var('chromium_git') + '/chromium/src/tools' + '@' + 'ba396b0b2e300d63f0b2c1d25a3c6d7cb204c4ac',
|
||||
Var('chromium_git') + '/chromium/src/tools' + '@' + '48b60acde410db1f4af73a8513350c36a0cf1b5b',
|
||||
'src/tools/gyp':
|
||||
Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb',
|
||||
'src/tools/swarming_client':
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user