diff --git a/DEPS b/DEPS index 968f81cce8..6346b5d533 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': '554be8c5f4dfc501ae0825504ffe64440f32387a', + 'chromium_revision': '919d2e82418e6114cdf0fa04acba271074ded2e8', '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': '9eb094567b2ae412f9265c01663c8c0940654b56', + 'catapult_revision': 'e8ab7db4d4da917c3abb111de4143e867bebfe21', # 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,9 +46,9 @@ 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' + '@' + '5cc6e87244d60feb18f4545c12102369606f056d', + Var('chromium_git') + '/chromium/src/base' + '@' + '95bf368258c260f5b7f33848580144d920bb8e4b', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + '2a59d4809ee965f59054ffffbde56d1ce564c438', + Var('chromium_git') + '/chromium/src/build' + '@' + '3f1b1905cb453ade57cd7cc3c42641abc40d3782', 'src/buildtools': Var('chromium_git') + '/chromium/src/buildtools' + '@' + 'daac513c763aacc52c54e6d4d8a52d0183c736a5', # Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC. @@ -58,13 +58,13 @@ deps = { 'condition': 'checkout_android', }, 'src/ios': { - 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '80ba3017cf4b68f3f9b035e75ff6ec3ca55aeb53', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '5d1bdc4bc91b4c7564a15c1f32fe380076bc63c7', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + '56c95dc50ecef043dd45f798e91742b8503c6a24', + Var('chromium_git') + '/chromium/src/testing' + '@' + '8e7cedf8755bb307786bbd7e06fe0af8802ea2d8', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + 'a3ec565a0823d837f32da02f51421e9fb5bac818', + Var('chromium_git') + '/chromium/src/third_party' + '@' + 'ad25d46ae93df72489cddcde680b4d61fd9e2526', 'src/buildtools/clang_format/script': Var('chromium_git') + '/chromium/llvm-project/cfe/tools/clang-format.git' + '@' + '96636aa0e9f047f17447f2d45a094d0b59ed7917', @@ -121,7 +121,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' + '@' + '9e3080f52cbc7e5c2fb42f4410fd5923780ae01c', + Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '177cd13347a9137c42e882b9eac2eab404c587f8', 'src/third_party/errorprone/lib': { 'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '980d49e839aa4984015efed34b0134d4b2c9b6d7', 'condition': 'checkout_android', @@ -239,7 +239,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' + '@' + 'ad6fe727cbcd1e910c8c24b4e6f29c2fa3bb1ba0', + Var('chromium_git') + '/chromium/src/tools' + '@' + '5ec99dd1ef8b38e7132658dfb525b45740648fa6', 'src/tools/swarming_client': Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),