From 28887a59b177aa5ebc0b7c12112f2a81f85239ab Mon Sep 17 00:00:00 2001 From: chromium-webrtc-autoroll Date: Sun, 14 Oct 2018 21:01:09 -0700 Subject: [PATCH] Roll chromium_revision 03013c95df..0df2607f98 (599460:599562) Change log: https://chromium.googlesource.com/chromium/src/+log/03013c95df..0df2607f98 Full diff: https://chromium.googlesource.com/chromium/src/+/03013c95df..0df2607f98 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/fefcc066f9..eefcadab60 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/e4c7352d1b..9578c43c3d * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/de53b885ab..ead3990423 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/09b42433ed..ba6c9d23f4 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/f68c769447..2747c81b94 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/1de6f50990..5aac72d05c * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/94faf3281c..dd78844442 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/041bd15ed7..0c52f33366 DEPS diff: https://chromium.googlesource.com/chromium/src/+/03013c95df..0df2607f98/DEPS No update to Clang. TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com, BUG=None Change-Id: Ic905064f68bb40627041e3760d60ce2111dbfe58 Reviewed-on: https://webrtc-review.googlesource.com/c/105864 Reviewed-by: Autoroller Commit-Queue: Autoroller Cr-Commit-Position: refs/heads/master@{#25155} --- DEPS | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/DEPS b/DEPS index 22e0ef7aa4..8ea2b90514 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': '03013c95df1418bf3c5595734cdbe756a4625c24', + 'chromium_revision': '0df2607f9809b189f7b7177df1d19d7cf8429f3c', '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': '1de6f5099019078c22b5d7c679a49abe18adb509', + 'catapult_revision': '5aac72d05c7ed1238c420660d0786d98da9d73da', # 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' + '@' + 'fefcc066f9413e1d0b1fd548cbbc78cf0100ae98', + Var('chromium_git') + '/chromium/src/base' + '@' + 'eefcadab60dae6fae33cdf3c9313f4a771b9c703', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + 'e4c7352d1b0127bac40b9029ba859c1178c0598b', + Var('chromium_git') + '/chromium/src/build' + '@' + '9578c43c3d2e17cbd5fee58d0ee38958f67b0334', 'src/buildtools': Var('chromium_git') + '/chromium/buildtools.git' + '@' + '2dff9c9c74e9d732e6fe57c84ef7fd044cc45d96', # 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' + '@' + 'de53b885ab8fa419e556f521926bd12cad44033d', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'ead3990423834c6b9837857026e1eee115444070', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + '09b42433ed6a6226a79fa5766a49fd5349702396', + Var('chromium_git') + '/chromium/src/testing' + '@' + 'ba6c9d23f489a1599c755e1685cf4def08643d33', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + 'f68c7694478bc46e8e5f9f40022a0083a0decb6c', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '2747c81b94cf766a6012bb47c92dd033d020e271', 'src/third_party/android_ndk': { 'url': Var('chromium_git') + '/android_ndk.git' + '@' + '4e2cea441bfd43f0863d14f57b1e1844260b9884', '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' + '@' + '94faf3281c6a09958f685322a8c5e67daeb90fcf', + Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + 'dd78844442fef7e3613f6896dbe325cffb495a66', 'src/third_party/errorprone/lib': { 'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '980d49e839aa4984015efed34b0134d4b2c9b6d7', 'condition': 'checkout_android', @@ -195,7 +195,7 @@ deps = { 'src/third_party/yasm/source/patched-yasm': Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + '720b70524a4424b15fc57e82263568c8ba0496ad', 'src/tools': - Var('chromium_git') + '/chromium/src/tools' + '@' + '041bd15ed78fba19ef0b0f1964f16237907eb191', + Var('chromium_git') + '/chromium/src/tools' + '@' + '0c52f33366e9c4069381d44724be90b4dd6afdf7', 'src/tools/swarming_client': Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),