diff --git a/DEPS b/DEPS index 6cf59993e6..83ad4ade3d 100644 --- a/DEPS +++ b/DEPS @@ -2,7 +2,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', - 'chromium_revision': '05fc00380f61c37f8a8ea149f779cdb677a14e22', + 'chromium_revision': '37301f841b14abb1ab6401d5c86e355e8005988e', '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': '41bda73617edc29dbca3eda9b97a7b33f665c393', + 'catapult_revision': '4709b3a00e515aaac4e58b904dfbf1622c7a340a', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling libFuzzer # and whatever else without interference from each other. @@ -46,7 +46,7 @@ deps = { 'src/testing/gmock': Var('chromium_git') + '/external/googlemock.git' + '@' + '0421b6f358139f02e102c9c332ce19a33faf75be', # from svn revision 566 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + 'db519e32d1d310e7680cb5a9be9f9a602aeeb35d', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '05bf72d4850a4a0294dcf4df5023d3135ff9359d', 'src/third_party/boringssl/src': Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'), 'src/third_party/catapult': @@ -79,7 +79,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' + '@' + '2ed8e831cd56b9bd15de89f3496ff05a1d66a06a', + Var('chromium_git') + '/chromium/src/tools' + '@' + '6375a2d467f4d006475201db705985b899ed08d4', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'e7079f0e0e14108ab0dba58728ff219637458563', 'src/tools/swarming_client': @@ -119,7 +119,7 @@ deps_os = { }, 'ios': { 'src/ios': - Var('chromium_git') + '/chromium/src/ios' + '@' + 'ec33f862266cd4fa38702e1e51e60c2ae3c4d3b5', + Var('chromium_git') + '/chromium/src/ios' + '@' + '11115b844d5b5dd87dfd5334f4da3c59305687e0', }, 'unix': { 'src/third_party/lss':