Roll chromium_revision e36ac75e5c..d27b3ffe03 (469909:469941)
Change log:e36ac75e5c..d27b3ffe03Full diff:e36ac75e5c..d27b3ffe03Changed dependencies: * src/ios:8b5e882a06..d6a3ed1a5f* src/testing:621bbbd12c..08355ee7ba* src/third_party:894ecfa2af..e0ec8d0a8b* src/third_party/catapult:ada8f7cc7d..643994eea8* src/tools:44a2e26ea2..112c73f687DEPS diff:e36ac75e5c..d27b3ffe03/DEPS No update to Clang. TBR= BUG=None Review-Url: https://codereview.webrtc.org/2864323002 Cr-Commit-Position: refs/heads/master@{#18046}
This commit is contained in:
12
DEPS
12
DEPS
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
vars = {
|
vars = {
|
||||||
'chromium_git': 'https://chromium.googlesource.com',
|
'chromium_git': 'https://chromium.googlesource.com',
|
||||||
'chromium_revision': 'e36ac75e5c539be5271d50805634b98949280660',
|
'chromium_revision': 'd27b3ffe038eba9c733337eccec5dae067118521',
|
||||||
'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': 'ada8f7cc7d7aa2d0a7d18016c6510c1d5892bd17',
|
'catapult_revision': '643994eea8e5d5421441168190e8499c9cbf7ae8',
|
||||||
# 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.
|
||||||
@ -40,9 +40,9 @@ deps = {
|
|||||||
'src/buildtools':
|
'src/buildtools':
|
||||||
Var('chromium_git') + '/chromium/buildtools.git' + '@' + '98f00fa10dbad2cdbb2e297a66c3d6d5bc3994f3',
|
Var('chromium_git') + '/chromium/buildtools.git' + '@' + '98f00fa10dbad2cdbb2e297a66c3d6d5bc3994f3',
|
||||||
'src/testing':
|
'src/testing':
|
||||||
Var('chromium_git') + '/chromium/src/testing' + '@' + '621bbbd12c7a40b7abc874697e08edde8c26eed1',
|
Var('chromium_git') + '/chromium/src/testing' + '@' + '08355ee7ba1c141c85a985bb8e4086d1bfd7fd17',
|
||||||
'src/third_party':
|
'src/third_party':
|
||||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + '894ecfa2af984f6a2477421368facad5d6830597',
|
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'e0ec8d0a8bbc19a0d5caf927fb213673c9a1a84a',
|
||||||
'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':
|
||||||
@ -77,7 +77,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' + '@' + '44a2e26ea2dd8f0e762cbcfde38daac8783f2dfb',
|
Var('chromium_git') + '/chromium/src/tools' + '@' + '112c73f68710ed1f5b924041509b168e2daa4a31',
|
||||||
'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':
|
||||||
@ -117,7 +117,7 @@ deps_os = {
|
|||||||
},
|
},
|
||||||
'ios': {
|
'ios': {
|
||||||
'src/ios':
|
'src/ios':
|
||||||
Var('chromium_git') + '/chromium/src/ios' + '@' + '8b5e882a0612ffb562eb335510d407e0d04f5053',
|
Var('chromium_git') + '/chromium/src/ios' + '@' + 'd6a3ed1a5f8686a0008f2cd3e4164296d4c57dad',
|
||||||
},
|
},
|
||||||
'unix': {
|
'unix': {
|
||||||
'src/third_party/lss':
|
'src/third_party/lss':
|
||||||
|
|||||||
Reference in New Issue
Block a user