diff --git a/DEPS b/DEPS index 719b0bd5a5..2e4afbd834 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': '31225b9c5f3f685d65f742dc129241c30c32157c', + 'chromium_revision': '380d56dda226e24230aecb27288427a544a77db9', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -48,7 +48,7 @@ deps = { 'src/base': Var('chromium_git') + '/chromium/src/base' + '@' + '0dc1321d0130bb4580317796fb2526d8ef6ebc57', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + 'cf28da6df0ea4ea2210510e9c8e429d1437a5023', + Var('chromium_git') + '/chromium/src/build' + '@' + '0062e6cc5b8c47e7020abf5c603ac2a2d6e1277f', 'src/buildtools': Var('chromium_git') + '/chromium/buildtools.git' + '@' + '7d88270de197ebe8b439ab5eb57a4a2a0bb810e0', # Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC. @@ -62,9 +62,9 @@ deps = { 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + 'fff53069be216db81aa30da9adb09aa78bb4ea2a', + Var('chromium_git') + '/chromium/src/testing' + '@' + '8daf553f67b4ee946a6246e0583942f50f0e5667', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + 'b562e11267c06c43b7c4204b52401e3d252b0f28', + Var('chromium_git') + '/chromium/src/third_party' + '@' + 'c581edfb90ec7edc64717e87f725a37f0cb715fc', 'src/third_party/android_ndk': { 'url': Var('chromium_git') + '/android_ndk.git' + '@' + '4e2cea441bfd43f0863d14f57b1e1844260b9884', 'condition': 'checkout_android', @@ -111,7 +111,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' + '@' + 'a3773d1f30e1ef45a3ac091a8370fbb719afc70f', + Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '27c6e44188fbaf6a7a34a070e07a2b61ab569fd7', 'src/third_party/errorprone/lib': { 'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '980d49e839aa4984015efed34b0134d4b2c9b6d7', 'condition': 'checkout_android', @@ -229,7 +229,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' + '@' + '3f1bcaca7fa518419eeedac1f57131197c2051d5', + Var('chromium_git') + '/chromium/src/tools' + '@' + 'fd41660fc1590250ceb71f1d3aaa9f3a5a7637b8', 'src/tools/swarming_client': Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),