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

Unified Diff: client/dom/scripts/template_wrapping_dom_externs.js

Issue 9197015: Move templates to their own directory structure. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: shorten file names Created 8 years, 11 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/scripts/template_wrapping_dom.js ('k') | client/dom/scripts/template_wrapping_impl.darttemplate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/dom/scripts/template_wrapping_dom_externs.js
diff --git a/client/dom/scripts/template_wrapping_dom_externs.js b/client/dom/scripts/template_wrapping_dom_externs.js
deleted file mode 100644
index 52be5bf36a4b91f929cce8490677a85b730edea7..0000000000000000000000000000000000000000
--- a/client/dom/scripts/template_wrapping_dom_externs.js
+++ /dev/null
@@ -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.
-
-// WARNING: Do not edit - generated code.
-
-/**
- * @fileoverview Dart externs for DOM runtime.
- * @externs
- */
-
-if (false) {
-
-var dart_dom_externs = function(){};
-
-// Fields placed on DOM objects and JavaScript constructor functions.
-dart_dom_externs.prototype._dart;
-dart_dom_externs.prototype._dart_class;
-dart_dom_externs.prototype._dart_localStorage;
-
-// Fields placed on Dart objects by native code.
-dart_dom_externs.prototype.$dom;
-
-// Externs missing from JavaScript back-end.
-Window.prototype.AudioContext;
-Window.prototype.webkitAudioContext;
-Window.prototype.webkitRequestAnimationFrame;
-Window.prototype.webkitCancelRequestAnimationFrame;
-Window.prototype.webkitConvertPointFromPageToNode;
-Window.prototype.webkitConvertPointFromNodeToPage;
-
-// Externs for DOM objects.
-var $NAMESPACE = function(){};
-
-$!PROPS
-
-}
« no previous file with comments | « client/dom/scripts/template_wrapping_dom.js ('k') | client/dom/scripts/template_wrapping_impl.darttemplate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698