Publish DEPS for 84.0.4147.105
diff --git a/DEPS b/DEPS index 9952947a..ab756c5 100644 --- a/DEPS +++ b/DEPS
@@ -41,6 +41,7 @@ vars = { + "buildspec_platforms": "linux64, mac64, win, win64, android", # Variable that can be used to support multiple build scenarios, like having # Chromium specific targets in a client project's GN file or sync dependencies # conditionally etc. @@ -178,11 +179,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': 'refs/heads/chrome/m84', + 'skia_revision': 'fb540c3cb5f0a9f8dafbc22ebd9d039e1896f65b', # 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': 'refs/heads/8.4-lkgr', + 'v8_revision': '483421e9549adbf4a65d54d43fbffb250a577e5c', # 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. @@ -190,7 +191,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': 'refs/heads/chromium/4147', + 'angle_revision': 'd188231d437ac82396e034f3483319ec1472f169', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling SwiftShader # and whatever else without interference from each other. @@ -198,7 +199,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': 'refs/heads/chromium/4147', + 'pdfium_revision': 'bee2261eab794536f236013fa8c9d01728ed326b', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling BoringSSL # and whatever else without interference from each other. @@ -249,7 +250,7 @@ # Three lines of non-changing comments so that # the commit queue can handle CLs rolling devtools-frontend # and whatever else without interference from each other. - 'devtools_frontend_revision': 'refs/heads/chromium/4147', + 'devtools_frontend_revision': '95e8d52caabdf839494f0f63c1bebc0ff4ff93d8', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling libprotobuf-mutator # and whatever else without interference from each other. @@ -1453,7 +1454,7 @@ }, 'src/third_party/webrtc': - Var('webrtc_git') + '/src.git' + '@' + 'refs/branch-heads/4147', + Var('webrtc_git') + '/src.git' + '@' + 'd25c2ac74afc25f65d111771dbfabd6db25d2498', 'src/third_party/libgifcodec': Var('skia_git') + '/libgifcodec' + '@'+ Var('libgifcodec_revision'), @@ -1525,7 +1526,7 @@ Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'), 'src-internal': { - 'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@refs/heads/chromium/4147', + 'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@ba498c87fefaff271bedc8f8f07f0d5d8fc0ed0d', 'condition': 'checkout_src_internal', },