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

Unified Diff: client/view/view.dart

Issue 8526024: convert html.dart to dart:html in all client samples. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years, 1 month 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 | « client/touch/touch.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/view/view.dart
diff --git a/client/view/view.dart b/client/view/view.dart
index 7e0ecaad133bbc0c9babe95dbf5c13bfab517854..6387d171af5a759e917833bacf738d8e739a5938 100644
--- a/client/view/view.dart
+++ b/client/view/view.dart
@@ -4,10 +4,10 @@
#library("view");
+#import('dart:html');
#import('../base/base.dart');
#import('../observable/observable.dart');
#import('../touch/touch.dart');
-#import('../html/html.dart');
#import('../layout/layout.dart');
#source('CompositeView.dart');
« no previous file with comments | « client/touch/touch.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698