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

Unified Diff: lib/src/codegen.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/src/codegen.dart
diff --git a/lib/src/codegen.dart b/lib/src/codegen.dart
index bdd63e8e3e666ce9caa92ce1b45d9b2f0208c1dd..1c2712092212e2976c25b31b1c42363bc8217877 100644
--- a/lib/src/codegen.dart
+++ b/lib/src/codegen.dart
@@ -28,7 +28,7 @@ String get imports => """
import 'dart:html' as autogenerated_html;
import 'dart:web_audio' as autogenerated_audio;
import 'dart:svg' as autogenerated_svg;
-import 'package:web_components/web_components.dart' as autogenerated;
+import 'package:web_ui/web_ui.dart' as autogenerated;
""";
/** The code in .dart files generated for a web component. */
« no previous file with comments | « lib/component_build.dart ('k') | lib/src/file_system/browser.dart » ('j') | pubspec.yaml » ('J')

Powered by Google App Engine
This is Rietveld 408576698