diff --git a/DEPS b/DEPS index 514891f..3a94d35 100644 --- a/DEPS +++ b/DEPS
@@ -115,11 +115,11 @@ # Three lines of non-changing comments so that # the commit queue can handle CLs rolling Skia # and whatever else without interference from each other. - 'skia_revision': 'a72e8d3f40539f0c13329fced7eba8edf926df9f', + 'skia_revision': '15640698497a9d9175828091922d7c57f38093e2', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling V8 # and whatever else without interference from each other. - 'v8_revision': '9062ade59ce8de42c395674707bbad68f8f7779a', + 'v8_revision': 'c2ee93406a001b80556c39f66f1a8d00bfcc9517', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client # and whatever else without interference from each other. @@ -127,7 +127,7 @@ # Three lines of non-changing comments so that # the commit queue can handle CLs rolling ANGLE # and whatever else without interference from each other. - 'angle_revision': '153e0224da45beaaee596e434b0c81e349b2ab21', + 'angle_revision': '149eb33bb49faed65a7edb3f5c1d58641fe981c0', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling build tools # and whatever else without interference from each other. @@ -139,7 +139,7 @@ # Three lines of non-changing comments so that # the commit queue can handle CLs rolling PDFium # and whatever else without interference from each other. - 'pdfium_revision': '32660f54f79530f36cfd78ca88dae996d4fa9c88', + 'pdfium_revision': '1ccf890a09a33b8e49d92f8f8f565645be82fb6b', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling openmax_dl # and whatever else without interference from each other. @@ -223,7 +223,7 @@ # Three lines of non-changing comments so that # the commit queue can handle CLs rolling feed # and whatever else without interference from each other. - 'spv_tools_revision': 'e07dabc25f1f3d966988dbd455bd05582ccfe170', + 'spv_tools_revision': '248debf55ad6de4a80f6d4a128ef195b6ed05a30', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling feed # and whatever else without interference from each other. @@ -239,7 +239,7 @@ # Three lines of non-changing comments so that # the commit queue can handle CLs rolling feed # and whatever else without interference from each other. - 'dawn_revision': '07df605a2bfb4f27f96968ac36bf94636af17fb3', + 'dawn_revision': 'a49242766a107c411d744d828a733317ef92dc83', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling feed # and whatever else without interference from each other. @@ -687,7 +687,7 @@ }, 'src/third_party/depot_tools': - Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + 'ec40d02c8a16c9bc03a8eddddb71979244f5f1fd', + Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '762a25693faf4d7e82a70d1021aebd7d981297ff', 'src/third_party/devtools-node-modules': Var('chromium_git') + '/external/github.com/ChromeDevTools/devtools-node-modules' + '@' + Var('devtools_node_modules_revision'), @@ -1019,7 +1019,7 @@ }, 'src/third_party/perfetto': - Var('android_git') + '/platform/external/perfetto.git' + '@' + '2efdf1d56ab23366f091b4d93d814981b2a4df79', + Var('android_git') + '/platform/external/perfetto.git' + '@' + 'faae590fff1a333b4c7b3d16c93dd6d01c539e02', 'src/third_party/perl': { 'url': Var('chromium_git') + '/chromium/deps/perl.git' + '@' + 'ac0d98b5cee6c024b0cffeb4f8f45b6fc5ccdb78', @@ -1086,7 +1086,7 @@ }, 'src/third_party/re2/src': - Var('chromium_git') + '/external/github.com/google/re2.git' + '@' + '749d64c35e09849045303c3de4e9955597b75b53', + Var('chromium_git') + '/external/github.com/google/re2.git' + '@' + 'f620af75bd693f917c684106d26de1b99ffe0e0d', 'src/third_party/r8': { 'packages': [ @@ -1213,7 +1213,7 @@ Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'), 'src-internal': { - 'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@b12d02f6627fd976f6b0e9cf99177989ae65948c', + 'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@ddee6ce9c58a72fc2bd4e2da086178c5b468b578', 'condition': 'checkout_src_internal', }, @@ -1736,6 +1736,17 @@ 'dep_type': 'cipd', }, + 'src/third_party/android_deps/libs/com_google_ar_core': { + 'packages': [ + { + 'package': 'chromium/third_party/android_deps/libs/com_google_ar_core', + 'version': 'version:1.5.0-cr0', + }, + ], + 'condition': 'checkout_android', + 'dep_type': 'cipd', + }, + 'src/third_party/android_deps/libs/com_google_code_findbugs_jsr305': { 'packages': [ { @@ -2270,6 +2281,44 @@ '-d', 'src/chrome/build', ], }, + # Pull luci-go binaries (isolate, swarming) using checked-in hashes. + # TODO(maruel): Remove, https://crbug.com/851596 + { + 'name': 'luci-go_win', + 'pattern': '.', + 'condition': 'host_os == "win"', + 'action': [ 'python', + 'src/third_party/depot_tools/download_from_google_storage.py', + '--no_resume', + '--no_auth', + '--bucket', 'chromium-luci', + '-d', 'src/tools/luci-go/win64', + ], + }, + { + 'name': 'luci-go_mac', + 'pattern': '.', + 'condition': 'host_os == "mac"', + 'action': [ 'python', + 'src/third_party/depot_tools/download_from_google_storage.py', + '--no_resume', + '--no_auth', + '--bucket', 'chromium-luci', + '-d', 'src/tools/luci-go/mac64', + ], + }, + { + 'name': 'luci-go_linux', + 'pattern': '.', + 'condition': 'host_os == "linux"', + 'action': [ 'python', + 'src/third_party/depot_tools/download_from_google_storage.py', + '--no_resume', + '--no_auth', + '--bucket', 'chromium-luci', + '-d', 'src/tools/luci-go/linux64', + ], + }, { 'name': 'apache_win32', 'pattern': '\\.sha1',