Roll chromium_revision 8cd3b9f938..2e72b47482 (493075:493154)
Change log: https://chromium.googlesource.com/chromium/src/+log/8cd3b9f938..2e72b47482
Full diff: https://chromium.googlesource.com/chromium/src/+/8cd3b9f938..2e72b47482
Changed dependencies:
* src/base: https://chromium.googlesource.com/chromium/src/base/+log/be731c9216..97e2864606
* src/build: https://chromium.googlesource.com/chromium/src/build/+log/4ad0f20d5a..14fb7e72cd
* src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/5327922376..9f8008f36e
* src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/07bee3a59d..6f2dc93222
* src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/0aca368632..276a071181
* src/third_party/catapult: https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/868342d854..656df4e2fc
* src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/llvm/lib/Fuzzer.git/+log/16f5f743c1..6d39c6ba7f
* src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/c6359659c9..65d8218e07
DEPS diff: https://chromium.googlesource.com/chromium/src/+/8cd3b9f938..2e72b47482/DEPS
No update to Clang.
TBR=
BUG=None
Review-Url: https://codereview.webrtc.org/2996793002
Cr-Commit-Position: refs/heads/master@{#19296}
diff --git a/DEPS b/DEPS
index 58fbd04..c95ed53 100644
--- a/DEPS
+++ b/DEPS
@@ -2,7 +2,7 @@
vars = {
'chromium_git': 'https://chromium.googlesource.com',
- 'chromium_revision': '8cd3b9f9386ab9b562611d0b7166dab335ef8846',
+ 'chromium_revision': '2e72b474826fcc273d9ce3315c7eebb3f1a3804f',
'boringssl_git': 'https://boringssl.googlesource.com',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling swarming_client
@@ -23,25 +23,25 @@
# 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': '868342d8543e907b118cf98d1e11fba88043d36a',
+ 'catapult_revision': '656df4e2fcc877c34809f6018ab30ba5ddd0d623',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling libFuzzer
# and whatever else without interference from each other.
- 'libfuzzer_revision': '16f5f743c188c836d32cdaf349d5d3effb8a3518',
+ 'libfuzzer_revision': '6d39c6ba7f52b61664c982d6ac89d7491b6f8730',
}
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' + '@' + 'be731c92168371174ba107f904192bb2c73313e1',
+ Var('chromium_git') + '/chromium/src/base' + '@' + '97e2864606b6fdcdf42a1d43e5173b867c320387',
'src/build':
- Var('chromium_git') + '/chromium/src/build' + '@' + '4ad0f20d5a74bc79314ac842d061be022cb144ff',
+ Var('chromium_git') + '/chromium/src/build' + '@' + '14fb7e72cd6d9c4cb25a55d044d68bb7200ab245',
'src/buildtools':
Var('chromium_git') + '/chromium/buildtools.git' + '@' + 'f4bcb07d88cdb7d748813c3d150e08bf88435fb9',
'src/testing':
- Var('chromium_git') + '/chromium/src/testing' + '@' + '07bee3a59d3ec2742c13491de3c4987188e758d0',
+ Var('chromium_git') + '/chromium/src/testing' + '@' + '6f2dc9322286c6feb9e460ef2f2533555b73bcbb',
'src/third_party':
- Var('chromium_git') + '/chromium/src/third_party' + '@' + '0aca368632f638143c7873adfb54b16a0a5ce1c6',
+ Var('chromium_git') + '/chromium/src/third_party' + '@' + '276a0711810d56fc97ee8e7b0cdfe0025174a4d1',
'src/third_party/boringssl/src':
Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'),
'src/third_party/catapult':
@@ -76,7 +76,7 @@
'src/third_party/yasm/source/patched-yasm':
Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + '7da28c6c7c6a1387217352ce02b31754deb54d2a',
'src/tools':
- Var('chromium_git') + '/chromium/src/tools' + '@' + 'c6359659c9588ae85e55d5259327801a1c6e1928',
+ Var('chromium_git') + '/chromium/src/tools' + '@' + '65d8218e0707ea4473774fde18a3db7776632b61',
'src/tools/gyp':
Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb',
'src/tools/swarming_client':
@@ -118,7 +118,7 @@
},
'ios': {
'src/ios':
- Var('chromium_git') + '/chromium/src/ios' + '@' + '53279223764a4fc2cb22f47d2e2711dc2ee3282c',
+ Var('chromium_git') + '/chromium/src/ios' + '@' + '9f8008f36e3102acd3611ed7475d8eaa73496c2e',
},
'unix': {
'src/third_party/lss':