Skip to content

Commit

Permalink
Roll chromium_revision a7ad25afb0..a7743377bf (513074:513086)
Browse files Browse the repository at this point in the history
Change log: https://chromium.googlesource.com/chromium/src/+log/a7ad25afb0..a7743377bf
Full diff: https://chromium.googlesource.com/chromium/src/+/a7ad25afb0..a7743377bf

Changed dependencies:
* src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/0f563d2bcc..39d5551d78
* src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/5d790d53ea..70dea4270e
DEPS diff: https://chromium.googlesource.com/chromium/src/+/a7ad25afb0..a7743377bf/DEPS

No update to Clang.

[email protected],
BUG=None
CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal

Change-Id: I0e708dfdead112895fd50ecfadcbaabf22be7325
Reviewed-on: https://webrtc-review.googlesource.com/17760
Reviewed-by: WebRTC Buildbot <[email protected]>
Commit-Queue: WebRTC Buildbot <[email protected]>
Cr-Commit-Position: refs/heads/master@{#20516}
  • Loading branch information
Autoroller authored and Commit Bot committed Nov 1, 2017
1 parent 1913b23 commit d2776cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -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': 'a7ad25afb00d85f5c707cb082a64b304b8ae3ee0',
'chromium_revision': 'a7743377bf30b1d1fde2c7bfebc8d42c0bfc9638',
'boringssl_git': 'https://boringssl.googlesource.com',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling swarming_client
Expand Down Expand Up @@ -50,7 +50,7 @@ deps = {
'condition': 'checkout_android',
},
'src/ios': {
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '0f563d2bcc10392ad42de22d016736a64c50f58c',
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '39d5551d78119e857e8ca53989c8473bbcbc400b',
'condition': 'checkout_ios',
},
'src/testing':
Expand All @@ -72,7 +72,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' + '@' + '5d790d53ea6ec3c761415a1154de11756b87c37a',
Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '70dea4270ec17be5af9f04492d3ba15f58df4501',
'src/third_party/errorprone/lib': {
'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '16b8b7298b183312a2fcac99fb1b594ccf7749d0',
'condition': 'checkout_android',
Expand Down

0 comments on commit d2776cd

Please sign in to comment.