diff --git a/DEPS b/DEPS index 2b6a80f2b8..a8aeca873f 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': '92e6bfe90b5872e657063a7926502e228bde0345', + 'chromium_revision': 'e4a7c15e8a36a371fc03520fd57a3d1dad7a33af', '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': '70fe6105565e71e44e0a2a4ee617a26fd8fdcd96', + 'boringssl_revision': '7ef4223fb32431529a797c5b8d3bf26ece6c138b', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling lss # 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' + '@' + 'a563b8b7142b59a4ec3c54554f48a76c570740ae', + Var('chromium_git') + '/chromium/src/base' + '@' + 'e8fb17b328fbc601d8995062f4ba77bbf8898b5f', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + 'a4ea4a2675c3deaf99c4d4597cee3c0b3cae48a5', + Var('chromium_git') + '/chromium/src/build' + '@' + '69df5f10dde90bf6c4c4e67b702f2a661afc1225', 'src/buildtools': Var('chromium_git') + '/chromium/src/buildtools' + '@' + '106e9fce3799633f42b45ca8bbe9e84e1e235603', # 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' + '@' + '73d4a7373f2f4de0abecc2cd82edc7912aefe496', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'a5b8edbabe124668f4d378604c81805a737d438d', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + '99f2bdd254550693d5e841f1b960b474dce6704f', + Var('chromium_git') + '/chromium/src/testing' + '@' + '375e53ac6ed1e4dee77edfb8397baad31b09da3e', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '5895ca7d372b810dc255643cef1a3f7401b3167e', + Var('chromium_git') + '/chromium/src/third_party' + '@' + 'c8daccc8de6f8e55669185eac294a7d8b244652f', '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' + '@' + 'aec259ea62328ce39916607876956239fbce29b8', + Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '98f4a99359d51a696dd8c1eafb78a7b4157001bb', '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' + '@' + '071d2064f5e92e3899512f0688f597046955acf9', + Var('chromium_git') + '/chromium/src/tools' + '@' + '14bdf3601cb6015742837df35358323a96d13f41', 'src/tools/swarming_client': Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),