diff --git a/DEPS b/DEPS index f91386b04f..17571b754c 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': 'a1981d69db4056f61385a52f0a5fc3d14ac6f891', + 'chromium_revision': 'f6935ecdd266f9a69479c8d9fceded1c465393d5', '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': '3836c556c4c64a3820bf0656bf2b1cfcf8dbb16a', + 'catapult_revision': '153acbd707c080919d82af77efc800b8891009bd', # 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,7 +42,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' + '@' + '21429bcfa1f2c06e85f709a0212a4f230cf71f25', + Var('chromium_git') + '/chromium/src/base' + '@' + 'acf85db8da957fbf95125fb32fdd4ecb5026477b', 'src/build': Var('chromium_git') + '/chromium/src/build' + '@' + '7ac293430bfc16826dc27680c6c3c60911f10759', 'src/buildtools': @@ -54,13 +54,13 @@ deps = { 'condition': 'checkout_android', }, 'src/ios': { - 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'c07ee7f40eafa32ad239ce374a4923636d57bf86', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '39abda77854337a10c3539ea33c450b28ca538a2', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + '1764a90c9dac8373507a0e74d40ca1f8161848f7', + Var('chromium_git') + '/chromium/src/testing' + '@' + 'c03efa3c5ef2510c53708c60db18d80fc81a5267', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + 'c19717098ecab02f72c251f2841cf4fc33626cea', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '3f1a8b2a7fefd894e1806cfdf7f4bc4f020cbe6a', 'src/third_party/android_ndk': { 'url': Var('chromium_git') + '/android_ndk.git' + '@' + '5cd86312e794bdf542a3685c6f10cbb96072990b', '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' + '@' + '621c9d28c3d08488bbd378a97f5cbfacdf5853ed', + Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '605dd3126a6c94eef6868fdaac977765905afb7a', 'src/third_party/errorprone/lib': { 'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '980d49e839aa4984015efed34b0134d4b2c9b6d7', 'condition': 'checkout_android', @@ -175,7 +175,7 @@ deps = { 'src/third_party/yasm/source/patched-yasm': Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + 'b98114e18d8b9b84586b10d24353ab8616d4c5fc', 'src/tools': - Var('chromium_git') + '/chromium/src/tools' + '@' + '79432e6c3f6754b6ceb936e92e4d245e2d8651dc', + Var('chromium_git') + '/chromium/src/tools' + '@' + '916b90567c849a2457d923385467c6d3c5a5e2e6', 'src/tools/swarming_client': Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),