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

Unified Diff: lib/src/checker/dart_sdk.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 | « lib/src/checker/checker.dart ('k') | lib/src/checker/multi_package_resolver.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/checker/dart_sdk.dart
diff --git a/lib/src/checker/dart_sdk.dart b/lib/src/checker/dart_sdk.dart
index 09ca91f636967c16b3e46dd1337e608f53c4e02e..dfbda71ef78787d3ce8b42eb717314dda47a41d2 100644
--- a/lib/src/checker/dart_sdk.dart
+++ b/lib/src/checker/dart_sdk.dart
@@ -5,7 +5,7 @@
/// Common logic needed to provide a Dart SDK to the analyzer's resolver. This
/// includes logic to determine where the sdk is located in the filesystem, and
/// definitions to provide mock sdks.
-library ddc.src.checker.dart_sdk;
+library dev_compiler.src.checker.dart_sdk;
import 'package:analyzer/src/generated/engine.dart';
import 'package:analyzer/src/generated/sdk.dart';
« no previous file with comments | « lib/src/checker/checker.dart ('k') | lib/src/checker/multi_package_resolver.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698