Roll chromium_revision 3324b05ba6..795195df20 (550462:550567)

Change log: 3324b05ba6..795195df20
Full diff: 3324b05ba6..795195df20

Changed dependencies:
* src/base: e58e76b1c3..b08dfd6649
* src/build: 42f01e14e2..77266570f1
* src/ios: 83235e8077..5ff9eae85d
* src/testing: 07a38f83e9..e89e74a690
* src/third_party: 451409c9c5..2f34734f36
* src/third_party/depot_tools: b1c21a5af2..53a115e67e
* src/tools: 18649cc82c..5392ce1a3c
DEPS diff: 3324b05ba6..795195df20/DEPS

No update to Clang.

TBR=buildbot@webrtc.org,
BUG=None
CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal

Change-Id: I41e1d69477d31f93778dc50c91521738f191113f
Reviewed-on: https://webrtc-review.googlesource.com/69821
Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org>
Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#22850}
This commit is contained in:
Autoroller 2018-04-13 02:44:27 -07:00 committed by Commit Bot
parent 8a3eaddc95
commit 548b771a80

16
DEPS
View File

@ -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': '3324b05ba6b29425f9eec6c936b0b3658fabdff8',
'chromium_revision': '795195df202d69e49ad7480a3b344d54498b400c',
'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' + '@' + 'e58e76b1c3d3f52f55f5ac1f03275ef6fae3bdc8',
Var('chromium_git') + '/chromium/src/base' + '@' + 'b08dfd66498e289a886cb9efdb395836482c0e24',
'src/build':
Var('chromium_git') + '/chromium/src/build' + '@' + '42f01e14e27784c9b00f69ae14e23e5833761366',
Var('chromium_git') + '/chromium/src/build' + '@' + '77266570f15635d7563f5b8cca0b992750484893',
'src/buildtools':
Var('chromium_git') + '/chromium/buildtools.git' + '@' + '8febfea9bc7e7d9a7c6105f06f18f7f0e50cfef9',
# 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' + '@' + '83235e80770cc391b6a2c7ca189291236e804f37',
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '5ff9eae85d2ff0fc134979826e2db9803255170e',
'condition': 'checkout_ios',
},
'src/testing':
Var('chromium_git') + '/chromium/src/testing' + '@' + '07a38f83e9c05fdaa1ab39eedabf081962b26e62',
Var('chromium_git') + '/chromium/src/testing' + '@' + 'e89e74a690fea2c2b533fa03534f772c66a4ce96',
'src/third_party':
Var('chromium_git') + '/chromium/src/third_party' + '@' + '451409c9c57cdf9806ed958a449596bbce27293e',
Var('chromium_git') + '/chromium/src/third_party' + '@' + '2f34734f36c282a666cbe8fca9cfbef98d8759c5',
'src/third_party/android_ndk': {
'url': Var('chromium_git') + '/android_ndk.git' + '@' + '635bc380968a76f6948fee65f80a0b28db53ae81',
'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' + '@' + 'b1c21a5af2ec8d77cd9f221473d2b724534b904e',
Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '53a115e67e50a1878586982eefb69958dfeda4a2',
'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' + '@' + '18649cc82c2b8ec0a628ea32b95157c5db8bddc4',
Var('chromium_git') + '/chromium/src/tools' + '@' + '5392ce1a3c11c80b55b78b8b20e07f81585185dd',
'src/tools/gyp':
Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb',
'src/tools/swarming_client':