Publish DEPS for 83.0.4103.106
diff --git a/DEPS b/DEPS index 0ae4806d..37356b1 100644 --- a/DEPS +++ b/DEPS
@@ -41,6 +41,7 @@ vars = { + "buildspec_platforms": "all", # 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. @@ -175,11 +176,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/m83', + 'skia_revision': 'c3d05a789930913af94174961bc6f90894196f62', # 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.3-lkgr', + 'v8_revision': '90904eb48b16b32f7edbf1f8a92ece561d05e738', # 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. @@ -187,7 +188,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/4103', + 'angle_revision': 'a4b21cf26074967ff502a30ae2d52578ce649938', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling SwiftShader # and whatever else without interference from each other. @@ -195,7 +196,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/4103', + 'pdfium_revision': 'daabea6ba6c09f72e956e826b132f1d1b77acb9b', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling BoringSSL # and whatever else without interference from each other. @@ -246,7 +247,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/4103', + 'devtools_frontend_revision': '0c3c3883a6e060f6c8c6c8a53dc8b0ef7420bc4d', # 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. @@ -1458,7 +1459,7 @@ }, 'src/third_party/webrtc': - Var('webrtc_git') + '/src.git' + '@' + 'refs/branch-heads/4103', + Var('webrtc_git') + '/src.git' + '@' + '3827e93837820a312d15beb035c0be959a354d7c', 'src/third_party/libgifcodec': Var('skia_git') + '/libgifcodec' + '@'+ Var('libgifcodec_revision'), @@ -1533,7 +1534,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/4103', + 'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@5fa0b3a1d0172779a9920e6470a65ce82cd9d563', 'condition': 'checkout_src_internal', },