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

Unified Diff: utils/pub/BUILD.gn

Issue 2637193002: Support spawnUri in app snapshots. (Closed)
Patch Set: Created 3 years, 11 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
« runtime/bin/main.cc ('K') | « utils/application_snapshot.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 ab4da0ad05c2dd81527c06dddfdeea84dc05037f..33cea34018589689da2f34ba8e02469a04deced4 100644
--- a/utils/pub/BUILD.gn
+++ b/utils/pub/BUILD.gn
@@ -4,7 +4,7 @@
import("../application_snapshot.gni")
-script_snapshot("pub") {
+application_snapshot("pub") {
main_dart = "../../third_party/pkg/pub/bin/pub.dart"
training_args = [ "--help" ]
deps = [
« runtime/bin/main.cc ('K') | « utils/application_snapshot.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698