diff --git a/DEPS b/DEPS index 4a18d09285..efb945b415 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': '29ea6db31644c8606352cec79d1b527acf4decc2', + 'chromium_revision': 'b29b632278fb50dd05453105533064ea189050ae', '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': '1ca62263a6307ab8ffcf90fdb00c9d8933d15d65', + 'catapult_revision': '83131f4f49335945ea647db8f35fbe286a185152', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling libFuzzer # and whatever else without interference from each other. @@ -86,9 +86,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' + '@' + '9ca00116abc1e2a46cd460faeb67153c482a11f9', + Var('chromium_git') + '/chromium/src/base' + '@' + '8f8023cf1f45162eefadd23e9070b176cebd9467', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + '6b14ccdbb0c5e457648a8753d0f70674ceed1b45', + Var('chromium_git') + '/chromium/src/build' + '@' + 'a660b0b9174e3a808f620222017566e8d1b2669b', 'src/buildtools': Var('chromium_git') + '/chromium/src/buildtools' + '@' + '459baaf66bee809f6eb288e0215cf524f4d2429a', # Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC. @@ -98,13 +98,13 @@ deps = { 'condition': 'checkout_android', }, 'src/ios': { - 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'e5117557b98cfeae6ae786c99bef01a4056b0f52', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '923a72938c025c2fbb2b87fe53ec49a0a34e6fc8', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + 'e04295b9fe99543f57a270ab4d666090475d3833', + Var('chromium_git') + '/chromium/src/testing' + '@' + 'e9520ad3030a938f39938cc350473ed46d1a05f4', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + 'd442923dc1ec4f4bb4eea4333834156ba0a08abf', + Var('chromium_git') + '/chromium/src/third_party' + '@' + 'e92ab335d267257bbd25e86926300dd1fb4d8913', 'src/buildtools/linux64': { 'packages': [ @@ -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' + '@' + '6a26678405df9f808fd8fd64efd8f93ebfbcea3a', + Var('chromium_git') + '/chromium/src/tools' + '@' + '7d73442b852e862b2a24905c74169f85d2bca878', 'src/tools/swarming_client': Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),