aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChong Gu <chonggu@google.com>2023-06-12 19:21:49 +0000
committerlibyuv LUCI CQ <libyuv-scoped@luci-project-accounts.iam.gserviceaccount.com>2023-06-12 19:45:55 +0000
commit29bcf021c68e5478e1cd0c1099122dbb10eb474e (patch)
tree1339ad22519ba618fc891f4bcafe6d65b912f6ee
parent3df47620346483f07a37a0ecb594ad2f6ec0a1d7 (diff)
downloadlibyuv-29bcf021c68e5478e1cd0c1099122dbb10eb474e.tar.gz
[Fuchsia] Replace downloading gn SDK with core SDK
Bug: chromium:1432399 Change-Id: Ie1a752a88fd6ab46b0fe940a730ff92583bf0c52 Reviewed-on: https://chromium-review.googlesource.com/c/libyuv/libyuv/+/4608185 Commit-Queue: Chong Gu <chonggu@google.com> Reviewed-by: Wan-Teh Chang <wtc@google.com>
-rw-r--r--DEPS6
1 files changed, 5 insertions, 1 deletions
diff --git a/DEPS b/DEPS
index 5b42cbff..fabe81c4 100644
--- a/DEPS
+++ b/DEPS
@@ -17,7 +17,7 @@ vars = {
'generate_location_tags': True,
# By default, download the fuchsia sdk from the public sdk directory.
- 'fuchsia_sdk_cipd_prefix': 'fuchsia/sdk/gn/',
+ 'fuchsia_sdk_cipd_prefix': 'fuchsia/sdk/core/',
'fuchsia_version': 'version:12.20230607.1.1',
# By default, download the fuchsia images from the fuchsia GCS bucket.
'fuchsia_images_bucket': 'fuchsia',
@@ -103,6 +103,10 @@ deps = {
Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '3cf9180560c89b0a62e930c0f457b77efb5e9869',
'src/third_party/freetype/src':
Var('chromium_git') + '/chromium/src/third_party/freetype2.git' + '@' + '4e1c0e8fba456b2050c672c9c2c876987f03a3e6',
+ 'third_party/fuchsia-gn-sdk': {
+ 'url': Var('chromium_git') + '/chromium/src/third_party/fuchsia-gn-sdk.git' + '@' + '0d6902558d92fe3d49ba9a8f638ddea829be595b',
+ 'condition': 'checkout_fuchsia',
+ },
'src/third_party/googletest/src':
Var('chromium_git') + '/external/github.com/google/googletest.git' + '@' + 'af29db7ec28d6df1c7f0f745186884091e602e07',
'src/third_party/harfbuzz-ng/src':