diff --git a/DEPS b/DEPS index eb756455bf..830c5300bd 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': '279d455093c04ba760e928a42a5316b536d24864', + 'chromium_revision': '3820725ad24e4c562213affc251942ecc74586aa', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -16,7 +16,7 @@ vars = { # Three lines of non-changing comments so that # the commit queue can handle CLs rolling BoringSSL # and whatever else without interference from each other. - 'boringssl_revision': '777a239175c26fcaa4c6c2049fedc90e859bd9b6', + 'boringssl_revision': 'f014d609c07cf83d5a9be730469f67bd199c017e', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling lss # and whatever else without interference from each other. @@ -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': '88ad352aa1c60e7239c3a3259fd4fdc0f7727090', + 'catapult_revision': '578d0b9046cc2dbce6c0c38637b71627169cb5d2', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling libFuzzer # and whatever else without interference from each other. @@ -86,7 +86,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' + '@' + 'ec2cc0a1a2df1f9b82d0a7c0e427611c96c486d9', + Var('chromium_git') + '/chromium/src/base' + '@' + 'ede2b4df70ad37503eaeb2b5195bb31ccea85fa0', 'src/build': Var('chromium_git') + '/chromium/src/build' + '@' + 'efffdc012cfde50b66461caa19139e25da49d4b9', 'src/buildtools': @@ -98,13 +98,13 @@ deps = { 'condition': 'checkout_android', }, 'src/ios': { - 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'b7a7733b5d1f576834f8b5b6fad92b6fd320c0fc', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '6b63d0d961112620d06f74745a536359abd43308', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + 'fce90f9e9fa43edaff988df269a49c3c1f78a78f', + Var('chromium_git') + '/chromium/src/testing' + '@' + 'cb98445141b4f6dd51e001f218724a7a2b3fd5f8', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '501af987a11911d7748abae64cd00e19c98adf1e', + Var('chromium_git') + '/chromium/src/third_party' + '@' + 'f8fa05354f7cc5490a6cac9cc3aaad80ecafdeaf', 'src/buildtools/linux64': { 'packages': [ @@ -199,7 +199,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' + '@' + '9f1377b76560ba96b1c23c27c9f7878de188aa6c', + Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '3d86f06bc794b457a0e1329dfd4a0b5bd0dc2a0e', 'src/third_party/errorprone/lib': { 'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '980d49e839aa4984015efed34b0134d4b2c9b6d7', 'condition': 'checkout_android', @@ -312,7 +312,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' + '@' + '3a50b5147fbef22038c8304aae00d2daba89e883', + Var('chromium_git') + '/chromium/src/tools' + '@' + 'ed0e423f6037ae6ba3b96afdd04fc45965a5325f', 'src/tools/swarming_client': Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),