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

Unified Diff: client/dom/wrapping_dom.dart

Issue 9350030: Generate dummy dom to replace wrapping dom for dartc. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: x Created 8 years, 10 months 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/dom/templates/dom/wrapping/wrapping_dom.darttemplate ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/dom/wrapping_dom.dart
diff --git a/client/dom/wrapping_dom.dart b/client/dom/wrapping_dom.dart
index 2a5acf47a3dbe501aff63e45910b165c652fa5a0..97e75564860c3fdff83ee0ae15aaf3646704b78b 100644
--- a/client/dom/wrapping_dom.dart
+++ b/client/dom/wrapping_dom.dart
@@ -1021,14 +1021,14 @@
#source('src/EventListener.dart');
#source('src/KeyLocation.dart');
#source('src/KeyName.dart');
-#source('src/GlobalProperties.dart');
#source('src/ReadyState.dart');
#source('src/RequestAnimationFrameCallback.dart');
#source('src/TimeoutHandler.dart');
#source('src/_Collections.dart');
-#source('src/_FactoryProviders.dart');
#source('src/_ListIterators.dart');
#source('src/_Lists.dart');
+#source('src/wrapping_FactoryProviders.dart');
+#source('src/wrapping_GlobalProperties.dart');
#native('generated/wrapping_dom.js');
#native('generated/wrapping_dom_externs.js');
« no previous file with comments | « client/dom/templates/dom/wrapping/wrapping_dom.darttemplate ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698