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

Unified Diff: client/dom/templates/dom/wrapping/wrapping_dom.darttemplate

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/dummy/dom_dummy.darttemplate ('k') | client/dom/wrapping_dom.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/dom/templates/dom/wrapping/wrapping_dom.darttemplate
diff --git a/client/dom/templates/dom/wrapping/wrapping_dom.darttemplate b/client/dom/templates/dom/wrapping/wrapping_dom.darttemplate
index b3189c3754351937c76811dc91d3ff948b0974a4..914169876340b373e5bfbe3a3afefef470b231ed 100644
--- a/client/dom/templates/dom/wrapping/wrapping_dom.darttemplate
+++ b/client/dom/templates/dom/wrapping/wrapping_dom.darttemplate
@@ -12,14 +12,14 @@ $!GENERATED_DART_FILES
#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/dummy/dom_dummy.darttemplate ('k') | client/dom/wrapping_dom.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698