Roll chromium_revision 450316fffc..d03e9be2ec (589248:589368)
Change log:450316fffc..d03e9be2ec
Full diff:450316fffc..d03e9be2ec
Changed dependencies: * src/base:3e92bda546..9ae2c8c4c9
* src/build:ebaffbc692..6533d0538d
* src/ios:589b5014c9..9f1665f0ba
* src/testing:2030744249..dcc549489a
* src/third_party:6adbdba00a..b699212fd8
* src/third_party/depot_tools:0f5a0b4409..b56a43a906
* src/third_party/libyuv:d694f0a82b..9a07219dc8
* src/tools:901e527957..96ea619391
DEPS diff:450316fffc..d03e9be2ec
/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: I303c7fc605a7b5e72ecc70021e057c60a2532dda Reviewed-on: https://webrtc-review.googlesource.com/98706 Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org> Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24616}
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': '450316fffc6eea90fdeb8a465c72c77f7df5dea4',
|
||||
'chromium_revision': 'd03e9be2ec4d54506c08e0de1f5cf1346bf32890',
|
||||
'boringssl_git': 'https://boringssl.googlesource.com',
|
||||
# Three lines of non-changing comments so that
|
||||
# the commit queue can handle CLs rolling swarming_client
|
||||
@ -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' + '@' + '3e92bda5467ceff73eb36119b7320eab45be8621',
|
||||
Var('chromium_git') + '/chromium/src/base' + '@' + '9ae2c8c4c907c0c401e35b162bf36bdd50312979',
|
||||
'src/build':
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + 'ebaffbc692c070069008309c2da4df95627b9d7b',
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + '6533d0538d622908853f7b81e5d427aef51bde13',
|
||||
'src/buildtools':
|
||||
Var('chromium_git') + '/chromium/buildtools.git' + '@' + '2dff9c9c74e9d732e6fe57c84ef7fd044cc45d96',
|
||||
# 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' + '@' + '589b5014c99675894972a3141ee3e13a51aebc01',
|
||||
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '9f1665f0baf77306f33e0682306f5c808aa5c48b',
|
||||
'condition': 'checkout_ios',
|
||||
},
|
||||
'src/testing':
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + '203074424954c47881908d67323cb4769814bfec',
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + 'dcc549489a30cc429145318aa6401b634ca53c3c',
|
||||
'src/third_party':
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + '6adbdba00abec7411b99c423d6882abbf1863e34',
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'b699212fd838288c5c6506224daa9e8e6945239c',
|
||||
'src/third_party/android_ndk': {
|
||||
'url': Var('chromium_git') + '/android_ndk.git' + '@' + '4e2cea441bfd43f0863d14f57b1e1844260b9884',
|
||||
'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' + '@' + '0f5a0b4409892f575b559ca77bd9369650bd2443',
|
||||
Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + 'b56a43a9064c35e81be989f5e86a19d9159d5edf',
|
||||
'src/third_party/errorprone/lib': {
|
||||
'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '980d49e839aa4984015efed34b0134d4b2c9b6d7',
|
||||
'condition': 'checkout_android',
|
||||
@ -137,7 +137,7 @@ deps = {
|
||||
'src/third_party/libvpx/source/libvpx':
|
||||
Var('chromium_git') + '/webm/libvpx.git' + '@' + '753fd86e86ac727dccac88376260b8f54502f2a3',
|
||||
'src/third_party/libyuv':
|
||||
Var('chromium_git') + '/libyuv/libyuv.git' + '@' + 'd694f0a82b4da9d8ea37e6c453b7a34947eb5790',
|
||||
Var('chromium_git') + '/libyuv/libyuv.git' + '@' + '9a07219dc8fbf2b77e390d16bd24809444838a91',
|
||||
'src/third_party/lss': {
|
||||
'url': Var('chromium_git') + '/linux-syscall-support.git' + '@' + Var('lss_revision'),
|
||||
'condition': 'checkout_android or checkout_linux',
|
||||
@ -195,7 +195,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' + '@' + '901e5279574220bcf84ae8c9cd9d3d5b4a031b76',
|
||||
Var('chromium_git') + '/chromium/src/tools' + '@' + '96ea619391043b58b14893c436715cef2c80045f',
|
||||
'src/tools/swarming_client':
|
||||
Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),
|
||||
|
||||
|
Reference in New Issue
Block a user