diff --git a/DEPS b/DEPS index bcd070d053..368c337e4f 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': '45d077a5709f8d99e80a2083ca3fe3d9c0a30c87', + 'chromium_revision': '449727e860d5fba0f26e5f04cfd9bbccd9e86a33', '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': 'b931deacdf624e10e33f8789de28f05e3ac56438', + 'catapult_revision': '5a34ef7bdaf7e88601764c191f6ea7002b99a805', # 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' + '@' + '695b66344512bdc40f9ba88601bf67f4d2ddb506', + Var('chromium_git') + '/chromium/src/base' + '@' + 'ee68bb78b0840fd3000d799990fee961a9a7c648', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + 'fa8c3cb895ac04cf71165b1bb2f172f299ef064c', + Var('chromium_git') + '/chromium/src/build' + '@' + 'a74a0f2344cab88557f13d1288a8a35d1057a198', 'src/buildtools': Var('chromium_git') + '/chromium/src/buildtools' + '@' + 'd5c58b84d50d256968271db459cd29b22bff1ba2', # 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' + '@' + '5c1e95e0fa7ca49cc999e113c6c78a615061413f', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '8d191b35b90a91e8d2dafce8215a2fd6b2ebd4cc', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + '5723392f302c59afff9f43728213c8f6d169e5fd', + Var('chromium_git') + '/chromium/src/testing' + '@' + '856011735a6ddb88d291bd12ca4862a47265c3d7', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '0d970f95025ff3758be0dfcbacb69215d990ea4e', + Var('chromium_git') + '/chromium/src/third_party' + '@' + 'ce2873b79a299f1ceb739262817d70c18d83f4eb', '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' + '@' + '867e3c9511394f5bb2f51f09278e5ccc773adc36', + Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '020b429fbf42915482a97b437a67b6e8398ca9fa', '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' + '@' + '4339ed25340ebe17c815edfc57ad41546681c0a3', + Var('chromium_git') + '/chromium/src/tools' + '@' + '7aa01c80e25e99b9317440c7e530491ed70c9beb', 'src/tools/swarming_client': Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),