aboutsummaryrefslogtreecommitdiff
path: root/DEPS
diff options
context:
space:
mode:
authorAutoroller <buildbot@webrtc.org>2018-04-23 01:44:48 -0700
committerCommit Bot <commit-bot@chromium.org>2018-04-23 09:21:06 +0000
commitdf1fe11e6f9174a10227317cf2e86f9fbd0e76eb (patch)
treeef45b62afbe3a98143c93843c5168130cba56534 /DEPS
parent2b415da8d09eb6981973b80f84743eda5d16beb7 (diff)
downloadwebrtc-df1fe11e6f9174a10227317cf2e86f9fbd0e76eb.tar.gz
Roll chromium_revision 437e6fbedf..61bbfaf35b (552522:552653)
Change log: https://chromium.googlesource.com/chromium/src/+log/437e6fbedf..61bbfaf35b Full diff: https://chromium.googlesource.com/chromium/src/+/437e6fbedf..61bbfaf35b Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/910a0deb3f..4f877c3865 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/4830c81ed7..acdf15a42e * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/580060952b..54f6e0c822 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/8b070a12d8..b09b4946c0 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/6635d07657..c822987722 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/e40889aac8..fa50195de4 DEPS diff: https://chromium.googlesource.com/chromium/src/+/437e6fbedf..61bbfaf35b/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: I9ac0a62dfb77272e4d21358373a4a679144a341d Reviewed-on: https://webrtc-review.googlesource.com/71720 Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org> Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org> Cr-Commit-Position: refs/heads/master@{#22972}
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS14
1 files changed, 7 insertions, 7 deletions
diff --git a/DEPS b/DEPS
index bbb48ae4f8..656419121e 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': '437e6fbedfa8762dec75e2c5b3ddb86763dc9dcb',
+ 'chromium_revision': '61bbfaf35be2778156c6db45bb16f0fe99b829ae',
'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' + '@' + '910a0deb3f1c9e43b32301b577fabb831c1a621f',
+ Var('chromium_git') + '/chromium/src/base' + '@' + '4f877c386538d85583f04ae61891dcca86068a55',
'src/build':
- Var('chromium_git') + '/chromium/src/build' + '@' + '4830c81ed7a06f831acaed4d3782aaff21d031d2',
+ Var('chromium_git') + '/chromium/src/build' + '@' + 'acdf15a42ee56eaf500abc71ce16f9af111147ee',
'src/buildtools':
Var('chromium_git') + '/chromium/buildtools.git' + '@' + 'ab7b6a7b350dd15804c87c20ce78982811fdd76f',
# 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' + '@' + '580060952b52546c6e38bef311de0fae39583db7',
+ 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '54f6e0c8228c3b8b289d338ca6653fddb66dbe61',
'condition': 'checkout_ios',
},
'src/testing':
- Var('chromium_git') + '/chromium/src/testing' + '@' + '8b070a12d8294aa7a5130bff4ac7f6298c96a841',
+ Var('chromium_git') + '/chromium/src/testing' + '@' + 'b09b4946c0e9d8ee520c5f40000cae69610b926b',
'src/third_party':
- Var('chromium_git') + '/chromium/src/third_party' + '@' + '6635d07657a1a2023858b0adc1c2f75e3f242ac5',
+ Var('chromium_git') + '/chromium/src/third_party' + '@' + 'c82298772254ebbce61a3e3b612136882bef9b4e',
'src/third_party/android_ndk': {
'url': Var('chromium_git') + '/android_ndk.git' + '@' + '635bc380968a76f6948fee65f80a0b28db53ae81',
'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' + '@' + 'e40889aac87e70edd41c102b050edea15e66bc55',
+ Var('chromium_git') + '/chromium/src/tools' + '@' + 'fa50195de40aa5b14cd89a1875064549546020dd',
'src/tools/gyp':
Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb',
'src/tools/swarming_client':