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

Unified Diff: bin/devc.dart

Issue 1223113005: simplify computing of runtime file locations (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 5 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
« no previous file with comments | « no previous file | lib/devc.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bin/devc.dart
diff --git a/bin/devc.dart b/bin/devc.dart
index 91dccb9a503fbfca9dcd546260d516be32cf097d..5d4431d6ff6d8d1edda690376e1146fb3299a59d 100755
--- a/bin/devc.dart
+++ b/bin/devc.dart
@@ -4,7 +4,7 @@
// BSD-style license that can be found in the LICENSE file.
/// Command line tool to run the checker on a Dart program.
-library dev_compiler.bin.checker;
+library dev_compiler.bin.devc;
import 'dart:io';
« no previous file with comments | « no previous file | lib/devc.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698