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

Unified Diff: utils/compiler/BUILD.gn

Issue 2509453002: When building app snapshots for the SDK, train dart2js on itself. (Closed)
Patch Set: Created 4 years, 1 month 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 | « runtime/bin/main.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/compiler/BUILD.gn
diff --git a/utils/compiler/BUILD.gn b/utils/compiler/BUILD.gn
index c0e428db69c192bd4cd9ab28836b550dc4fa5b3e..9ec1093070579b256d1a8cfccbb87edcbe0873ad 100644
--- a/utils/compiler/BUILD.gn
+++ b/utils/compiler/BUILD.gn
@@ -62,7 +62,8 @@ application_snapshot("dart2js") {
main_dart = "$root_gen_dir/dart2js.dart"
training_args = [
"--library-root=" + rebase_path("../../sdk"),
- rebase_path("../../tests/language/first_test.dart"),
+ "--categories=all",
+ rebase_path("$root_gen_dir/dart2js.dart"),
]
}
« no previous file with comments | « runtime/bin/main.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698