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

Unified Diff: lib/component_build.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: lib/component_build.dart
diff --git a/lib/component_build.dart b/lib/component_build.dart
index 8eea65215532089143fa824204c50fc6344b1a84..686a988b5a954808eec0a40dcd8acb2b571a4ef9 100644
--- a/lib/component_build.dart
+++ b/lib/component_build.dart
@@ -12,7 +12,7 @@
* A common `build.dart` would look as follows:
*
* import 'dart:io';
- * import 'package:web_components/component_build.dart';
+ * import 'package:web_ui/component_build.dart';
*
* main() => build(new Options().arguments, ['web/main.html']);
*
@@ -22,7 +22,7 @@ library build_utils;
import 'dart:io';
import 'package:args/args.dart';
-import 'package:web_components/dwc.dart' as dwc;
+import 'package:web_ui/dwc.dart' as dwc;
/**
* Set up 'build.dart' to compile with the dart web components compiler every
« no previous file with comments | « example/todomvc/todo_row.html ('k') | lib/src/codegen.dart » ('j') | pubspec.yaml » ('J')

Powered by Google App Engine
This is Rietveld 408576698