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

Unified Diff: test/analyzer_test.dart

Issue 11465028: rename web_components -> web_ui (Closed) Base URL: https://github.com/dart-lang/web-ui.git@master
Patch Set: Created 8 years 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
« pubspec.yaml ('K') | « pubspec.yaml ('k') | test/compiler_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/analyzer_test.dart
diff --git a/test/analyzer_test.dart b/test/analyzer_test.dart
index 970202980268485b1f1c3960a95148240bc86ebc..1127ebd360a4e49e6778a5d214ac15935a5481d9 100644
--- a/test/analyzer_test.dart
+++ b/test/analyzer_test.dart
@@ -8,12 +8,12 @@ import 'package:html5lib/dom.dart';
import 'package:html5lib/parser.dart';
import 'package:unittest/unittest.dart';
import 'package:unittest/vm_config.dart';
-import 'package:web_components/src/analyzer.dart';
-import 'package:web_components/src/info.dart';
-import 'package:web_components/src/files.dart';
-import 'package:web_components/src/file_system/path.dart';
-import 'package:web_components/src/messages.dart';
-import 'package:web_components/src/utils.dart';
+import 'package:web_ui/src/analyzer.dart';
+import 'package:web_ui/src/info.dart';
+import 'package:web_ui/src/files.dart';
+import 'package:web_ui/src/file_system/path.dart';
+import 'package:web_ui/src/messages.dart';
+import 'package:web_ui/src/utils.dart';
import 'testing.dart';
main() {
« pubspec.yaml ('K') | « pubspec.yaml ('k') | test/compiler_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698