diff --git a/DEPS b/DEPS index 88358fbb0e..ec6de64795 100644 --- a/DEPS +++ b/DEPS @@ -2,7 +2,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', - 'chromium_revision': '9ea908c1131b2a88c1976f9c9af16577a84a11c4', + 'chromium_revision': '038bd90be90e8fb7ccc2e2b801166cb93a05b4ea', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -23,7 +23,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': '712c23b8f376608d7bebf3a997c1b08673e9873f', + 'catapult_revision': '520dd376a20eb6ab41cd88a5dbfd56ee3d156d2f', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling libFuzzer # and whatever else without interference from each other. @@ -33,15 +33,15 @@ 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' + '@' + 'e82f8913db5730d428137859cb6f6fb5e6b1e4a5', + Var('chromium_git') + '/chromium/src/base' + '@' + '78a3bb20337441c0dcdd659dcc4afe5580e51511', 'src/build': Var('chromium_git') + '/chromium/src/build' + '@' + '41581c8f0516ff2e210d373b195c0cee2ef6f056', 'src/buildtools': Var('chromium_git') + '/chromium/buildtools.git' + '@' + '7f2cacbbe274ef9df2c94452e05e8702c3ae65a9', 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + '317c2859f85835c8144d76cfd25eda9d759b47b6', + Var('chromium_git') + '/chromium/src/testing' + '@' + '2ea261a29eb81b129e1aaa3302820813f7ce9e86', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + 'b2b64658f5f73e3b173bab2876c4c3228f1e2d54', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '083773ea902bd7ca918d7454ef4dd3705fa2c69d', 'src/third_party/boringssl/src': Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'), 'src/third_party/catapult': @@ -74,7 +74,7 @@ deps = { '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' + '@' + '8d35c558af6f976c4b49b9a4e1c155c353dda151', + Var('chromium_git') + '/chromium/src/tools' + '@' + 'afe0c2f12f43bde1f9f4d2564fb60df8df6cfbac', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'eb296f67da078ec01f5e3a9ea9cdc6d26d680161', 'src/tools/swarming_client': @@ -116,7 +116,7 @@ deps_os = { }, 'ios': { 'src/ios': - Var('chromium_git') + '/chromium/src/ios' + '@' + '40a9e2c52ab9d33e1a8c71a35d2b20247419ccbb', + Var('chromium_git') + '/chromium/src/ios' + '@' + 'b72aaef8488a597f9eb879776de5bc5e2f41dc55', }, 'unix': { 'src/third_party/lss':