Roll chromium_revision e5132b72fb..63c80f2e33 (556255:556358)
Change log:e5132b72fb..63c80f2e33Full diff:e5132b72fb..63c80f2e33Changed dependencies: * src/base:9e6250b93e..6772872e6c* src/build:0a40aa9e7a..1fd2d08a6f* src/ios:65414e754c..2a4cc722a7* src/testing:6c6b879b06..9c2c516d0f* src/third_party:569ccecd65..b29bfab599* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/39e3bc6ed3..3059fd7dba * src/third_party/depot_tools:142a92ce8b..5e5f2d6035* src/tools:1c56a94eb1..1293f814efDEPS diff:e5132b72fb..63c80f2e33/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: Ic61f2643bce860c7ec9d965568be7345aaa5f078 Reviewed-on: https://webrtc-review.googlesource.com/74695 Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org> Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org> Cr-Commit-Position: refs/heads/master@{#23133}
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': 'e5132b72fb05739eb0ecc9448d07a4285fc80a26',
|
||||
'chromium_revision': '63c80f2e33d8d9a77f4e4aeab66bd250d5da3cf1',
|
||||
'boringssl_git': 'https://boringssl.googlesource.com',
|
||||
# Three lines of non-changing comments so that
|
||||
# the commit queue can handle CLs rolling swarming_client
|
||||
@ -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': '39e3bc6ed30a6c1a1b99c8e82e2956f189b743c4',
|
||||
'catapult_revision': '3059fd7dba63773c249938b1b934b9c10143d684',
|
||||
# Three lines of non-changing comments so that
|
||||
# the commit queue can handle CLs rolling libFuzzer
|
||||
# and whatever else without interference from each other.
|
||||
@ -46,9 +46,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' + '@' + '9e6250b93e86b3238cec5ca944abcefa863a89f9',
|
||||
Var('chromium_git') + '/chromium/src/base' + '@' + '6772872e6c4544bef030771ff1d0418bca355e3b',
|
||||
'src/build':
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + '0a40aa9e7acba13b0711d85c4d9db536d8da7250',
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + '1fd2d08a6f951a6a57ca175c75ca29740003fbf0',
|
||||
'src/buildtools':
|
||||
Var('chromium_git') + '/chromium/buildtools.git' + '@' + '0b71401b977fba99eb0c7bb01bdb3338f45bd911',
|
||||
# Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC.
|
||||
@ -58,13 +58,13 @@ deps = {
|
||||
'condition': 'checkout_android',
|
||||
},
|
||||
'src/ios': {
|
||||
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '65414e754c2f9d2d4242e1fbe55bcccb540776cb',
|
||||
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '2a4cc722a748d6dfff44dd7ee3835e35de1346c1',
|
||||
'condition': 'checkout_ios',
|
||||
},
|
||||
'src/testing':
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + '6c6b879b067330549aeeecaedc92c8583c692d99',
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + '9c2c516d0f4ccd31e9eb94166ab48f7d4659bf25',
|
||||
'src/third_party':
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + '569ccecd654ca9f2fffbbad8ecd780957ed7467e',
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'b29bfab599b88d771209d8d9e956719c4dec1b14',
|
||||
'src/third_party/android_ndk': {
|
||||
'url': Var('chromium_git') + '/android_ndk.git' + '@' + '5cd86312e794bdf542a3685c6f10cbb96072990b',
|
||||
'condition': 'checkout_android',
|
||||
@ -88,7 +88,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' + '@' + '142a92ce8b834a412c16c0451ed8d434ea323e58',
|
||||
Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '5e5f2d60353bb93898302458f37ae667d60c7b8e',
|
||||
'src/third_party/errorprone/lib': {
|
||||
'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '980d49e839aa4984015efed34b0134d4b2c9b6d7',
|
||||
'condition': 'checkout_android',
|
||||
@ -171,7 +171,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' + '@' + '1c56a94eb1d84863eb1d1fadfe3c43416471c415',
|
||||
Var('chromium_git') + '/chromium/src/tools' + '@' + '1293f814ef504e7623b07c5f207dd98da3958349',
|
||||
'src/tools/gyp':
|
||||
Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb',
|
||||
'src/tools/swarming_client':
|
||||
|
||||
Reference in New Issue
Block a user