diff --git a/DEPS b/DEPS index 7c07341533..1c424fdec6 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': '8639acbee7a4837f0460238ddec60f166c8ec9ba', + 'chromium_revision': '619b073720da4129830da6be728f89897dbeb6de', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -98,13 +98,13 @@ deps = { 'condition': 'checkout_android', }, 'src/ios': { - 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '78f8c912b592c9f173c57c9b4a7eface0db95326', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '376aa92b8db0eba3adc17c168ad283deb2a652b9', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + 'd6a431a94913b8462deae2b8f3ae759dcf1f4d7d', + Var('chromium_git') + '/chromium/src/testing' + '@' + 'e6d58ca6e5980284904e7de7cbbb453d397951c2', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + 'b3f691abde40de40e4a4c7feb485b7d790a94f58', + Var('chromium_git') + '/chromium/src/third_party' + '@' + 'f07347cda270844a352b1f7dba0e27c3c14321c8', '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' + '@' + '2313020206fce572179a52ac2cce0d342491e1ab', + Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '49131ca238ded3455771ba8b448a2f48dbf8597f', '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' + '@' + '9bfe75d5aa599429d19f740ee541aa073e65d7ec', + Var('chromium_git') + '/chromium/src/tools' + '@' + 'c7756c565794aeffd6633b5abaf4d78975b14f93', 'src/tools/swarming_client': Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),