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

Unified Diff: lib/src/dart_sdk.dart

Issue 1143683002: cleanup: simplify creation of AnalysisContext (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 7 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/resolver.dart ('k') | lib/src/multi_package_resolver.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/dart_sdk.dart
diff --git a/lib/src/checker/dart_sdk.dart b/lib/src/dart_sdk.dart
similarity index 99%
rename from lib/src/checker/dart_sdk.dart
rename to lib/src/dart_sdk.dart
index 5a66e480aa75e776380911453e04ee083f2d7aa7..f6c9a3527e5357d758e55a542af81080ae34ed27 100644
--- a/lib/src/checker/dart_sdk.dart
+++ b/lib/src/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 dev_compiler.src.checker.dart_sdk;
+library dev_compiler.src.dart_sdk;
import 'package:analyzer/src/generated/engine.dart';
import 'package:analyzer/src/generated/sdk.dart';
« no previous file with comments | « lib/src/checker/resolver.dart ('k') | lib/src/multi_package_resolver.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698