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

Unified Diff: utils/pub/BUILD.gn

Issue 2571713004: Fuchsia: Allows building the full SDK for host and target. (Closed)
Patch Set: Created 4 years 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 | « utils/dartanalyzer/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/pub/BUILD.gn
diff --git a/utils/pub/BUILD.gn b/utils/pub/BUILD.gn
index 82669cb32c6139791fd287bd7c1d5a67014597be..33cea34018589689da2f34ba8e02469a04deced4 100644
--- a/utils/pub/BUILD.gn
+++ b/utils/pub/BUILD.gn
@@ -10,7 +10,9 @@ application_snapshot("pub") {
deps = [
"../compiler:dart2js_files_stamp",
]
+ dart2js_gen_dir =
+ get_label_info("../compiler:dart2js_files_stamp", "target_gen_dir")
inputs = [
- "$root_gen_dir/dart2js_files.stamp",
+ "$dart2js_gen_dir/dart2js_files.stamp",
]
}
« no previous file with comments | « utils/dartanalyzer/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698