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

Unified Diff: utils/pub/BUILD.gn

Issue 2442513003: GN: Build the SDK with app snapshots instead of script snapshots. (Closed)
Patch Set: . Created 4 years, 2 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
« utils/compiler/BUILD.gn ('K') | « utils/invoke_dart.gni ('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 4d604e02ad0e33afbe63326618914db3683248d7..7ef2aa4222447145181991f4ca85f0aed8a5f319 100644
--- a/utils/pub/BUILD.gn
+++ b/utils/pub/BUILD.gn
@@ -6,6 +6,7 @@ import("../invoke_dart.gni")
application_snapshot("pub") {
main_dart = "../../third_party/pkg/pub/bin/pub.dart"
+ training_args = [ "--help" ]
deps = [
"../compiler:dart2js_files_stamp"
]
« utils/compiler/BUILD.gn ('K') | « utils/invoke_dart.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698