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

Unified Diff: pkg/analyzer/lib/source/sdk_ext.dart

Issue 1214823003: Move SdkExtUriResolver from analysis_server to analyzer so it can be used in analyzer_cli (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 5 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 | « pkg/analysis_server/test/src/test_all.dart ('k') | pkg/analyzer/test/source/sdk_ext_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer/lib/source/sdk_ext.dart
diff --git a/pkg/analysis_server/lib/src/sdk_ext.dart b/pkg/analyzer/lib/source/sdk_ext.dart
similarity index 99%
rename from pkg/analysis_server/lib/src/sdk_ext.dart
rename to pkg/analyzer/lib/source/sdk_ext.dart
index 86467e6973f1c950fc534355c2fcf03067599ce9..8b324dcc9c3e2e708623f265017114381f26c907 100644
--- a/pkg/analysis_server/lib/src/sdk_ext.dart
+++ b/pkg/analyzer/lib/source/sdk_ext.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 analysis_server.src.sdk_ext;
+library source.sdk_ext;
import 'dart:async';
import 'dart:collection';
« no previous file with comments | « pkg/analysis_server/test/src/test_all.dart ('k') | pkg/analyzer/test/source/sdk_ext_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698