aboutsummaryrefslogtreecommitdiff
path: root/DEPS
diff options
context:
space:
mode:
authorAutoroller <buildbot@webrtc.org>2018-05-03 16:45:33 -0700
committerCommit Bot <commit-bot@chromium.org>2018-05-04 00:21:44 +0000
commit62c0c2d1e0ca1ac7d2b7e57a245cfbbdb8430b89 (patch)
tree8920afcb7645d39f7dba044794a948e30ed0ba10 /DEPS
parent5d16e2c16d7d6e76dcd23ca4de725232c8c63bbc (diff)
downloadwebrtc-62c0c2d1e0ca1ac7d2b7e57a245cfbbdb8430b89.tar.gz
Roll chromium_revision cbcb08ed86..3cf20c1972 (555797:555908)
Change log: https://chromium.googlesource.com/chromium/src/+log/cbcb08ed86..3cf20c1972 Full diff: https://chromium.googlesource.com/chromium/src/+/cbcb08ed86..3cf20c1972 Changed dependencies: * src/build: https://chromium.googlesource.com/chromium/src/build/+log/e87d072a63..31e3cff15f * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/c94edcc88f..b694f35e8b * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/06276826d0..30f16b77f8 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1631ef7726..c4ac2571a7 * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/cece32610b..8e75ae4880 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/5495186aa7..77696cc490 DEPS diff: https://chromium.googlesource.com/chromium/src/+/cbcb08ed86..3cf20c1972/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: I352be1d980b4f8532dcce39d8b3fd9b3e5b50a15 Reviewed-on: https://webrtc-review.googlesource.com/74267 Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org> Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org> Cr-Commit-Position: refs/heads/master@{#23106}
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS14
1 files changed, 7 insertions, 7 deletions
diff --git a/DEPS b/DEPS
index 5ab4e2e29d..7bead580c6 100644
--- a/DEPS
+++ b/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': 'cbcb08ed8624ab6e31d3e77b299e8b701a80494c',
+ 'chromium_revision': '3cf20c1972f791f9c1ddc21e5673bad4592b118f',
'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': 'cece32610b89549386b42b2032dd5d8a423af6c8',
+ 'boringssl_revision': '8e75ae488047c519f14f2c08b02a55bf7712fa1d',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling lss
# and whatever else without interference from each other.
@@ -48,7 +48,7 @@ deps = {
'src/base':
Var('chromium_git') + '/chromium/src/base' + '@' + '18c4fb51231dbc8ecdf7b4808791eb5ada00b33f',
'src/build':
- Var('chromium_git') + '/chromium/src/build' + '@' + 'e87d072a63784c5b85379ef4dc0e7eb9d7c225bd',
+ Var('chromium_git') + '/chromium/src/build' + '@' + '31e3cff15fefd97c03bf5eb1126c05d3269e0371',
'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' + '@' + 'c94edcc88fd1f7a4140fff56c8360d4c7c16e8bd',
+ 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'b694f35e8be810b2151c20f1c0816215854cf23f',
'condition': 'checkout_ios',
},
'src/testing':
- Var('chromium_git') + '/chromium/src/testing' + '@' + '06276826d0a6b2d6a4b97368968bba7f3c0ac8a6',
+ Var('chromium_git') + '/chromium/src/testing' + '@' + '30f16b77f804166f09320a257567a4ea5295ca9b',
'src/third_party':
- Var('chromium_git') + '/chromium/src/third_party' + '@' + '1631ef7726cd98006e5d15db67a51fc488f4901a',
+ Var('chromium_git') + '/chromium/src/third_party' + '@' + 'c4ac2571a7a89711493db8a9139a999b03d55298',
'src/third_party/android_ndk': {
'url': Var('chromium_git') + '/android_ndk.git' + '@' + '635bc380968a76f6948fee65f80a0b28db53ae81',
'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' + '@' + '5495186aa7c3dc7bcef7b9cc9bbe4beeef5daace',
+ Var('chromium_git') + '/chromium/src/tools' + '@' + '77696cc490193ca82141c6674cb44fafa9417b09',
'src/tools/gyp':
Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb',
'src/tools/swarming_client':