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

Unified Diff: client/dom/templates/dom/dummy/dom_dummy.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
Index: client/dom/templates/dom/dummy/dom_dummy.darttemplate
diff --git a/client/dom/templates/dom/wrapping/wrapping_dom.darttemplate b/client/dom/templates/dom/dummy/dom_dummy.darttemplate
similarity index 53%
copy from client/dom/templates/dom/wrapping/wrapping_dom.darttemplate
copy to client/dom/templates/dom/dummy/dom_dummy.darttemplate
index b3189c3754351937c76811dc91d3ff948b0974a4..d51be85f6ea5f16be9f214400f66eae5d92e1137 100644
--- a/client/dom/templates/dom/wrapping/wrapping_dom.darttemplate
+++ b/client/dom/templates/dom/dummy/dom_dummy.darttemplate
@@ -1,25 +1,19 @@
-// Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
+// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
// DO NOT EDIT
-// Auto-generated Dart DOM library.
+// Auto-generated Dart DOM library with no implementation.
#library("dom");
$!GENERATED_DART_FILES
+
#source('src/DOMType.dart');
-#source('src/DOMWrapperBase.dart');
#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');
-
-#native('generated/wrapping_dom.js');
-#native('generated/wrapping_dom_externs.js');
+#source('src/dummy_FactoryProviders.dart');
+#source('src/dummy_GlobalProperties.dart');
« no previous file with comments | « client/dom/src/wrapping_GlobalProperties.dart ('k') | client/dom/templates/dom/wrapping/wrapping_dom.darttemplate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698