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

Unified Diff: test/compiler_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
Index: test/compiler_test.dart
diff --git a/test/compiler_test.dart b/test/compiler_test.dart
index 78e3e164eb2804cd37d36ea88669e02bbf7a5100..1238ed64e1defc3ef7aa1a4cacfe29171d150476 100644
--- a/test/compiler_test.dart
+++ b/test/compiler_test.dart
@@ -8,10 +8,10 @@ library compiler_test;
import 'package:html5lib/dom.dart';
import 'package:unittest/unittest.dart';
import 'package:unittest/vm_config.dart';
-import 'package:web_components/src/compiler.dart';
-import 'package:web_components/src/file_system.dart';
-import 'package:web_components/src/file_system/path.dart';
-import 'package:web_components/src/options.dart';
+import 'package:web_ui/src/compiler.dart';
+import 'package:web_ui/src/file_system.dart';
+import 'package:web_ui/src/file_system/path.dart';
+import 'package:web_ui/src/options.dart';
import 'testing.dart';
main() {

Powered by Google App Engine
This is Rietveld 408576698