diff --git a/DEPS b/DEPS index 02b8dfe889..637fb8108e 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': 'f305d23e180a2d68fce56ceb1aac928a0dcbda74', + 'chromium_revision': 'e4b02117a9359cc7f27811af64f39c8475160c31', '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': '874b57542941b7e9d5a099bdc5bcc0ee1c5b10ea', + 'catapult_revision': 'c968ea0b6538e061bc724fb4850645b65679ced0', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling libFuzzer # and whatever else without interference from each other. @@ -44,7 +44,7 @@ deps = { 'src/base': Var('chromium_git') + '/chromium/src/base' + '@' + '8130b147ded5c85cd4df63ecf50089c4607b6855', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + '98abb462af4190debd448712a53c2639a05bcae6', + Var('chromium_git') + '/chromium/src/build' + '@' + '786a3d91789d6f5f60a15dd13cd2ffeeee59a528', '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' + '@' + '7e8b93c9382981a4f72c9f9b8f502a9eb1d45c15', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '7d51fa5227367d91dd3cb232565d419ec31b8eb4', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + '2d06f63ab9d86d80c9789431fde5ca95a931959a', + Var('chromium_git') + '/chromium/src/testing' + '@' + 'fe4e1f210cb9effaecaa9cdf8bab9c09516cd699', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + 'b3efd9b2d1becb3e49e161536e17c32f72a085be', + Var('chromium_git') + '/chromium/src/third_party' + '@' + 'f29c2448d232d7902418ba4ed0c3f0a49634da3d', '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' + '@' + '1aa405fd859a3bd625b0d61184d6e4a3cf95c0b4', + Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '07b5283a4ea1056007f6c2ec233411b72caa3227', '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' + '@' + 'ca1107c3a09b80d4472cf07222efc9a25f6866ea', + Var('chromium_git') + '/chromium/src/tools' + '@' + 'ae28316058ec7c50a868ac9eb833e474a69b7290', 'src/tools/swarming_client': Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),