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

Unified Diff: utils/css/css.dart

Issue 8931001: Don't depend on dart:dom in file_system_memory.dart. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 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
« no previous file with comments | « frog/file_system_memory.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/css/css.dart
diff --git a/utils/css/css.dart b/utils/css/css.dart
index b2d828c0138734162e2775557efbf99db0d615a5..f81e6bf7e56c57d9f5d2e2675e4ebe7755fc5fa0 100644
--- a/utils/css/css.dart
+++ b/utils/css/css.dart
@@ -4,6 +4,7 @@
#library('css');
+#import('dart:dom');
#import('../../frog/lang.dart', prefix:'lang');
#import('../../frog/file_system_memory.dart');
« no previous file with comments | « frog/file_system_memory.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698