diff --git a/DEPS b/DEPS index 4642099396..28cdddac9f 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': 'cff6369b11db1f7d0d09c9054c8e94acefa04daa', + 'chromium_revision': '04f0f4c72d765ccc8059a84b6bcd0e96b62888cb', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -38,9 +38,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' + '@' + 'b574cda03a8e21ee8649e2786f05e8630f915402', + Var('chromium_git') + '/chromium/src/base' + '@' + '2c52393dbbb7c9555b13a9ca8707048e9597a3ea', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + '418428c2cc43a8a94f9a2412df46a1fe1caa552e', + Var('chromium_git') + '/chromium/src/build' + '@' + '3206b7c2000d71cd4765f15ec533ab90082cb54f', 'src/buildtools': Var('chromium_git') + '/chromium/buildtools.git' + '@' + '2888931260f2a32bc583f005bd807a561b2fa6af', # Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC. @@ -50,13 +50,13 @@ deps = { 'condition': 'checkout_android', }, 'src/ios': { - 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'e429f6589c5665f81cade329784c53b889b6405e', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '6e7b0ea24bd83a62553a0b0d56e4da02c20b3e30', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + 'c841bff343caaf9c57fb7f7d34c894e5f8e374de', + Var('chromium_git') + '/chromium/src/testing' + '@' + 'e714243ecd8ba38ffc442059592197f00dfa3f7c', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + 'f8eb5231185d2d9ea1ec6d8e8dc14acc125b9bff', + Var('chromium_git') + '/chromium/src/third_party' + '@' + 'fe2878325d40b15c4b26886701c971251588519c', 'src/third_party/android_ndk': { 'url': Var('chromium_git') + '/android_ndk.git' + '@' + 'e951c37287c7d8cd915bf8d4149fd4a06d808b55', 'condition': 'checkout_android', @@ -80,7 +80,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' + '@' + '7707c8a10d46d53545dd6aeab46c87322091d8f6', + Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '64e33cba179461490f51e7f1fed2caecdc097014', 'src/third_party/errorprone/lib': { 'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + 'ecc57c2b00627667874744b9ad8efe10734d97a8', 'condition': 'checkout_android', @@ -159,7 +159,7 @@ deps = { 'src/third_party/yasm/source/patched-yasm': Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + 'b98114e18d8b9b84586b10d24353ab8616d4c5fc', 'src/tools': - Var('chromium_git') + '/chromium/src/tools' + '@' + 'cd9357a94c296da42d90fe74045dfda3c0d3f2c2', + Var('chromium_git') + '/chromium/src/tools' + '@' + 'c0a89da0b2e84b4b3d794dbb5eb5396d3b490b98', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb', 'src/tools/swarming_client':