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

Unified Diff: lib/dom/templates/dom/dart2js/dart2js_dom.darttemplate

Issue 10913114: Don't generate dom_deprecated files at all. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 3 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 | « lib/dom/scripts/systemdart2js.py ('k') | lib/dom/templates/dom/dart2js/factoryprovider.darttemplate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/dom/templates/dom/dart2js/dart2js_dom.darttemplate
===================================================================
--- lib/dom/templates/dom/dart2js/dart2js_dom.darttemplate (revision 11969)
+++ lib/dom/templates/dom/dart2js/dart2js_dom.darttemplate (working copy)
@@ -1,37 +0,0 @@
-// Copyright (c) 2011, 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.
-
-#library("dart:dom_deprecated");
-
-$!GENERATED_DART_FILES
-#source('../src/EventListener.dart');
-#source('../src/KeyLocation.dart');
-#source('../src/KeyName.dart');
-#source('../src/ReadyState.dart');
-#source('../src/dart2js_DOMImplementation.dart');
-#source('../src/dart2js_DOMType.dart');
-#source('../src/dart2js_DOMTypeJs.dart');
-#source('../src/dart2js_FactoryProviders.dart');
-#source('../src/dart2js_IDBKeyRangeFactoryProvider.dart');
-#source('../src/dart2js_TypedArrayFactoryProvider.dart');
-#source('../src/_Collections.dart');
-#source('../src/_ListIterators.dart');
-#source('../src/_Lists.dart');
-
-// TODO(sra): What 'window' do we get in a worker? Perhaps this
-// should return the interface type.
-DOMWindow get window() native "return window;";
-
-HTMLDocument get document() native "return document;";
-
-// TODO(vsm): Implement these.
-interface LayoutTestController {}
-LayoutTestController layoutTestController;
-
-spawnDomIsolate(Window targetWindow, String entryPoint) {
- throw const NotImplementedException();
-}
« no previous file with comments | « lib/dom/scripts/systemdart2js.py ('k') | lib/dom/templates/dom/dart2js/factoryprovider.darttemplate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698