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

Unified Diff: pkg/front_end/lib/src/fasta/analyzer/compile_platform_dartk.dart

Issue 2722223006: Move all main methods to tool/. (Closed)
Patch Set: Update tools/patch_sdk.dart. Created 3 years, 10 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
Index: pkg/front_end/lib/src/fasta/analyzer/compile_platform_dartk.dart
diff --git a/pkg/front_end/lib/src/fasta/analyzer/compile_platform_dartk.dart b/pkg/front_end/lib/src/fasta/analyzer/compile_platform_dartk.dart
index ad52d7bb5fd5bb79cefbcc15a2efb0c65a177fc2..2e7e2ca6896d35cc5546fe391bca149693f54957 100644
--- a/pkg/front_end/lib/src/fasta/analyzer/compile_platform_dartk.dart
+++ b/pkg/front_end/lib/src/fasta/analyzer/compile_platform_dartk.dart
@@ -60,7 +60,7 @@ class EnvironmentVariableSdk extends EnvironmentVariableDirectory {
}
}
-main(List<String> arguments) async {
+mainEntryPoint(List<String> arguments) async {
Uri output = Uri.base.resolveUri(new Uri.file(arguments.single));
DartOptions options = new DartOptions(
strongMode: false, sdk: await dartAotSdk.value, packagePath: null);
« no previous file with comments | « pkg/front_end/lib/src/fasta/analyzer/analyzer_compile.dart ('k') | pkg/front_end/lib/src/fasta/bin/compile.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698