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

Unified Diff: bin/devc.dart

Issue 967933005: rename ddc -> dev_compiler, fixes #84 (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 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
« no previous file with comments | « no previous file | bin/edit_files.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 ac1919afc00e3093b17ce999448f7df830473bba..329111f47250aca7bb678ce4d02882d92033728d 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 ddc.bin.checker;
+library dev_compiler.bin.checker;
import 'dart:io';
« no previous file with comments | « no previous file | bin/edit_files.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698