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

Unified Diff: lib/src/multi_package_resolver.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/dart_sdk.dart ('k') | lib/src/options.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/multi_package_resolver.dart
diff --git a/lib/src/checker/multi_package_resolver.dart b/lib/src/multi_package_resolver.dart
similarity index 96%
rename from lib/src/checker/multi_package_resolver.dart
rename to lib/src/multi_package_resolver.dart
index bd95299856cdad40ee4ac0bcd7709c845534bbc8..8321419cf9eb24a6a9b37aae35abfe807d4055fb 100644
--- a/lib/src/checker/multi_package_resolver.dart
+++ b/lib/src/multi_package_resolver.dart
@@ -2,7 +2,7 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-library dev_compiler.src.checker.multi_package_resolver;
+library dev_compiler.src.multi_package_resolver;
import 'dart:io';
« no previous file with comments | « lib/src/dart_sdk.dart ('k') | lib/src/options.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698