Roll chromium_revision a410274678..2eea119a99 (539759:540206)
Change log:a410274678..2eea119a99
Full diff:a410274678..2eea119a99
Changed dependencies: * src/base:563ae2e7dd..4bad01956f
* src/build:21d06f260c..7d2465289d
* src/ios:02dbd90794..cc309a79b4
* src/testing:187977b35e..ad41c77d83
* src/third_party:ad6124093c..82badf49fe
* src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/672f6fc248..8df8e64205 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/7a160b6bb4..279fcf542e * src/third_party/googletest/src:7a2563a514..fe1144246e
* src/third_party/gtest-parallel:40f73803ea..a8f5453ffc
* src/tools:9a4c38e537..7b7daa1e1a
DEPS diff:a410274678..2eea119a99
/DEPS Clang version changed 324578:325667 Details:a410274678..2eea119a99
/tools/clang/scripts/update.py TBR=oprypin@webrtc.org BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: Idb596b895f5f2e4b21ee25931b01ea4b7a81ce9a Reviewed-on: https://webrtc-review.googlesource.com/59221 Commit-Queue: Oleh Prypin <oprypin@webrtc.org> Reviewed-by: Oleh Prypin <oprypin@webrtc.org> Cr-Commit-Position: refs/heads/master@{#22258}
This commit is contained in:
22
DEPS
22
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': 'a410274678c7e52ad5f40d93da684c63e3c9a019',
|
||||
'chromium_revision': '2eea119a9960260c00bf4bd007fbde9f4e1bd7fa',
|
||||
'boringssl_git': 'https://boringssl.googlesource.com',
|
||||
# Three lines of non-changing comments so that
|
||||
# the commit queue can handle CLs rolling swarming_client
|
||||
@ -20,7 +20,7 @@ vars = {
|
||||
# Three lines of non-changing comments so that
|
||||
# the commit queue can handle CLs rolling BoringSSL
|
||||
# and whatever else without interference from each other.
|
||||
'boringssl_revision': '672f6fc2486745d0cabc3aaeb4e0a3cd13b37b12',
|
||||
'boringssl_revision': '8df8e64205d0f8334ee4d403306bfcd4287004b0',
|
||||
# Three lines of non-changing comments so that
|
||||
# the commit queue can handle CLs rolling lss
|
||||
# and whatever else without interference from each other.
|
||||
@ -28,7 +28,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': '7a160b6bb44a4fe6a4d581ecfe116663b925f1d2',
|
||||
'catapult_revision': '279fcf542e09f070275006f48481f78aa1723c54',
|
||||
# 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,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' + '@' + '563ae2e7ddf8fb4001669f3f4c1e160fcb3e54e1',
|
||||
Var('chromium_git') + '/chromium/src/base' + '@' + '4bad01956fcb47f10c35d8b282d3e14652ff118e',
|
||||
'src/build':
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + '21d06f260c981156c239019a9b11bc87e871a3ca',
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + '7d2465289daa758a85fb05a1e781fa648cc412ac',
|
||||
'src/buildtools':
|
||||
Var('chromium_git') + '/chromium/buildtools.git' + '@' + '2888931260f2a32bc583f005bd807a561b2fa6af',
|
||||
# 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' + '@' + '02dbd90794c3fcb666989e8b126e57e0f2d591ca',
|
||||
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'cc309a79b4360f21fd6a3732eefdbdc745e35576',
|
||||
'condition': 'checkout_ios',
|
||||
},
|
||||
'src/testing':
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + '187977b35e2acb89d623a1c4279e015d09c002d1',
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + 'ad41c77d83f4548f1f7edb6ef6c729b5e185859d',
|
||||
'src/third_party':
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'ad6124093cbded0919b864d6013f250644411a23',
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + '82badf49fe06f131a2f6073655bd02719f2d471f',
|
||||
'src/third_party/android_ndk': {
|
||||
'url': Var('chromium_git') + '/android_ndk.git' + '@' + 'e951c37287c7d8cd915bf8d4149fd4a06d808b55',
|
||||
'condition': 'checkout_android',
|
||||
@ -93,9 +93,9 @@ deps = {
|
||||
},
|
||||
# WebRTC-only dependency (not present in Chromium).
|
||||
'src/third_party/gtest-parallel':
|
||||
Var('chromium_git') + '/external/github.com/google/gtest-parallel' + '@' + '40f73803eabde9e7988473e75e2ca578e25e7b6e',
|
||||
Var('chromium_git') + '/external/github.com/google/gtest-parallel' + '@' + 'a8f5453ffc8d6c55a456d3b8395801c3aea9c714',
|
||||
'src/third_party/googletest/src':
|
||||
Var('chromium_git') + '/external/github.com/google/googletest.git' + '@' + '7a2563a514563145d82f02b5b350cba1af33af67',
|
||||
Var('chromium_git') + '/external/github.com/google/googletest.git' + '@' + 'fe1144246e7ecae688608f7ed0a7ec1ee3e2d2af',
|
||||
'src/third_party/icu': {
|
||||
'url': Var('chromium_git') + '/chromium/deps/icu.git' + '@' + 'd888fd2a1be890f4d35e43f68d6d79f42519a357',
|
||||
},
|
||||
@ -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' + '@' + '9a4c38e537c07e3034a720f52767f02c03e7973f',
|
||||
Var('chromium_git') + '/chromium/src/tools' + '@' + '7b7daa1e1ae3397eba7e32fa7e36b3b221ea13bf',
|
||||
'src/tools/gyp':
|
||||
Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb',
|
||||
'src/tools/swarming_client':
|
||||
|
Reference in New Issue
Block a user