Skip to content

Commit

Permalink
[Fuchsia] Move fuchsia-gn-sdk to fuchsia/gn-sdk
Browse files Browse the repository at this point in the history
https://crrev.com/c/5015621 allows the relative path in the gn-sdk.

Bug: dart-lang#38752
Change-Id: I77f80b73cee9fb28529d22ec6ff4880859f2188a
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/335180
Commit-Queue: Zijie He <[email protected]>
Reviewed-by: Ryan Macnak <[email protected]>
  • Loading branch information
zijiehe-google-com authored and Commit Queue committed Nov 13, 2023
1 parent fbd485d commit 690b2ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 690b2ef

Please sign in to comment.