[Fuchsia] Move fuchsia-gn-sdk to fuchsia/gn-sdk

https://crrev.com/c/5015621 allows the relative path in the gn-sdk.

Bug: https://github.com/dart-lang/sdk/issues/38752
Change-Id: I77f80b73cee9fb28529d22ec6ff4880859f2188a
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/335180
Commit-Queue: Zijie He <zijiehe@google.com>
Reviewed-by: Ryan Macnak <rmacnak@google.com>
This commit is contained in:
Zijie He 2023-11-13 21:24:08 +00:00 committed by Commit Queue
parent fbd485d094
commit 690b2ef0ca
2 changed files with 4 additions and 4 deletions

View file

@ -165,8 +165,8 @@ group("compressed_observatory_archive") {
}
if (is_fuchsia) {
import("third_party/fuchsia-gn-sdk/src/component.gni")
import("third_party/fuchsia-gn-sdk/src/package.gni")
import("third_party/fuchsia/gn-sdk/src/component.gni")
import("third_party/fuchsia/gn-sdk/src/package.gni")
test_binaries = [
"dart",

4
DEPS
View file

@ -671,11 +671,11 @@ Var("dart_root") + "/third_party/pkg/tar":
"dep_type": "cipd",
},
Var("dart_root") + "/third_party/fuchsia-gn-sdk": {
Var("dart_root") + "/third_party/fuchsia/gn-sdk": {
"packages": [
{
"package": "chromium/fuchsia/gn-sdk",
"version": "version:2@691dde4a86f8f32790942eb025c3e9fe74102811",
"version": "version:2@7f1f23fce153ca079a77492d9d47d803d60b774e",
}
],
"condition": 'download_fuchsia_deps',