Roll chromium_revision 65a096f199..d092ccd5cf (464864:464870)

Change log: 65a096f199..d092ccd5cf
Full diff: 65a096f199..d092ccd5cf

Changed dependencies:
* src/base: 59eb66ffbf..d3d0668406
DEPS diff: 65a096f199..d092ccd5cf/DEPS

No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2823583003
Cr-Commit-Position: refs/heads/master@{#17715}
This commit is contained in:
buildbot 2017-04-15 06:12:50 -07:00 committed by Commit bot
parent ead432c45f
commit 9884cf0f57

4
DEPS
View File

@ -2,7 +2,7 @@
vars = {
'chromium_git': 'https://chromium.googlesource.com',
'chromium_revision': '65a096f1999e89806ee0b07cf435f610101ddec2',
'chromium_revision': 'd092ccd5cf26beafb4c364af453f64293f2b6372',
'boringssl_git': 'https://boringssl.googlesource.com',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling swarming_client
@ -34,7 +34,7 @@ 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' + '@' + '59eb66ffbff6ea6c9c3f4b5da43b3dce9c0e30c0',
Var('chromium_git') + '/chromium/src/base' + '@' + 'd3d0668406b07dfabfc46c5c0665b52b30da529d',
'src/build':
Var('chromium_git') + '/chromium/src/build' + '@' + 'a9eff4d3d2a7c61a9315ab67780413f20962e541',
'src/buildtools':