aboutsummaryrefslogtreecommitdiff
path: root/DEPS
diff options
context:
space:
mode:
authorAutoroller <buildbot@webrtc.org>2018-05-11 01:45:27 -0700
committerCommit Bot <commit-bot@chromium.org>2018-05-11 09:13:40 +0000
commitc43fc20a44d1edd166ed4c87de7988965e6a5ab8 (patch)
tree4986b2ebb0a9ed959bc7fb9fefd88f1cf30fd820 /DEPS
parente72ea24d884bb842726a0eb9d8d967760144bd64 (diff)
downloadwebrtc-c43fc20a44d1edd166ed4c87de7988965e6a5ab8.tar.gz
Roll chromium_revision 390f99c0db..95336cb92b (557630:557816)
Change log: https://chromium.googlesource.com/chromium/src/+log/390f99c0db..95336cb92b Full diff: https://chromium.googlesource.com/chromium/src/+/390f99c0db..95336cb92b Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/b433c3ccd1..6cb1af46fc * src/build: https://chromium.googlesource.com/chromium/src/build/+log/bd548349a0..c9bb242447 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/34766cab67..41a7632e36 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/cefb1a19f9..519bd6bd88 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/b3cfdb88d8..332e6754f3 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/0675e8b8e3..a75468d15a * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/d3f2c8e783..e7273d2501 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/47945085fd..c44a3f5eca DEPS diff: https://chromium.googlesource.com/chromium/src/+/390f99c0db..95336cb92b/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: Ic5048e7e01e4834d13ef81ebf6d88855bc088328 Reviewed-on: https://webrtc-review.googlesource.com/76083 Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org> Commit-Queue: Patrik Höglund <phoglund@google.com> Cr-Commit-Position: refs/heads/master@{#23202}
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS18
1 files changed, 9 insertions, 9 deletions
diff --git a/DEPS b/DEPS
index 6c3eaa3b07..dbc38b796e 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': '390f99c0db4422ec1550e4a40599335f9eef4291',
+ 'chromium_revision': '95336cb92b1337d4ad5d2a7fcc7409ec25b4a8ee',
'boringssl_git': 'https://boringssl.googlesource.com',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling swarming_client
@@ -24,7 +24,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': '0675e8b8e369f603bbcfc9a992af876d8476e344',
+ 'catapult_revision': 'a75468d15a3ea750b8b47a5304ba8b1b13f1f6e4',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling libFuzzer
# and whatever else without interference from each other.
@@ -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' + '@' + 'b433c3ccd1a222a364f2a6bd25e207ce2fab8c7b',
+ Var('chromium_git') + '/chromium/src/base' + '@' + '6cb1af46fc8432327d182e331a84462720f25661',
'src/build':
- Var('chromium_git') + '/chromium/src/build' + '@' + 'bd548349a0ad90421873815513265a84ffeaa0ec',
+ Var('chromium_git') + '/chromium/src/build' + '@' + 'c9bb242447a932bb8ef983313bc5385605e1abcb',
'src/buildtools':
Var('chromium_git') + '/chromium/buildtools.git' + '@' + '0b71401b977fba99eb0c7bb01bdb3338f45bd911',
# 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' + '@' + '34766cab673fb799cd568e2bf9c3cd5a2d92fde3',
+ 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '41a7632e368f644b41ca276c025be8576178b3a3',
'condition': 'checkout_ios',
},
'src/testing':
- Var('chromium_git') + '/chromium/src/testing' + '@' + 'cefb1a19f9aa11aa72d992ea14d206cbbe65c83f',
+ Var('chromium_git') + '/chromium/src/testing' + '@' + '519bd6bd8883f17137857e86cc73491d39415057',
'src/third_party':
- Var('chromium_git') + '/chromium/src/third_party' + '@' + 'b3cfdb88d8caf67be394c96b95f497f88adcfce7',
+ Var('chromium_git') + '/chromium/src/third_party' + '@' + '332e6754f377ca77a48eeeb139ee8d1c2f3ca739',
'src/third_party/android_ndk': {
'url': Var('chromium_git') + '/android_ndk.git' + '@' + '5cd86312e794bdf542a3685c6f10cbb96072990b',
'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' + '@' + 'd3f2c8e7834616e48fbe7cef9286029361b043c5',
+ Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + 'e7273d25017a27aab7026bc0ef48fe9ab4e09f22',
'src/third_party/errorprone/lib': {
'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '980d49e839aa4984015efed34b0134d4b2c9b6d7',
'condition': 'checkout_android',
@@ -165,7 +165,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' + '@' + '47945085fda15f62c6c732e95709ff92bc3fb2c8',
+ Var('chromium_git') + '/chromium/src/tools' + '@' + 'c44a3f5eca9ea560d23230b73afdb8e31bb16611',
'src/tools/gyp':
Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb',
'src/tools/swarming_client':