Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(74)

Unified Diff: BUILD.gn

Issue 2957233003: [Fuchsia] Fix test image. Update status files for vm and language suites (Closed)
Patch Set: Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | runtime/tests/vm/vm.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 5671590c18ec5fe63564fc71de9e277003fed869..ccb5ff2130800dffc1edf1bc4d6dd89fb5f7d485 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -177,6 +177,8 @@ if (is_fuchsia) {
assert(false, "unable to determine path to magenta's bootdata.bin")
}
+ packages_file = "$mkbootfs_gen/packages"
+
input = "$target_gen_dir/dart_test_tree.manifest"
inputs = [
magenta_bootdata,
@@ -201,5 +203,6 @@ if (is_fuchsia) {
"--pre-binaries",
rebase_path(magenta_bootdata),
]
+ args += read_file(packages_file, "list lines")
}
}
« no previous file with comments | « no previous file | runtime/tests/vm/vm.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698