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

Unified Diff: lib/config.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 | « bin/edit_files.dart ('k') | lib/devc.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/config.dart
diff --git a/lib/config.dart b/lib/config.dart
index 98ce6ab7c94bbbdd19904657c3ff2261cbfa68ac..b7b18ec9f904d1f1e82235fedaa968122d6441a6 100644
--- a/lib/config.dart
+++ b/lib/config.dart
@@ -3,7 +3,7 @@
// BSD-style license that can be found in the LICENSE file.
/// Configuration of DDC rule set.
-library ddc.config;
+library dev_compiler.config;
// Options shared by the compiler and runtime.
class TypeOptions {
« no previous file with comments | « bin/edit_files.dart ('k') | lib/devc.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698