Index: tools/dom/templates/html/dartium/blink_dartium.darttemplate |
diff --git a/tools/dom/templates/html/dartium/blink_dartium.darttemplate b/tools/dom/templates/html/dartium/blink_dartium.darttemplate |
deleted file mode 100644 |
index 54d28166b8d57b8d93f12573c1ee22bc32f69b7b..0000000000000000000000000000000000000000 |
--- a/tools/dom/templates/html/dartium/blink_dartium.darttemplate |
+++ /dev/null |
@@ -1,16 +0,0 @@ |
-// Copyright (c) 2014, 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:blink library. |
- |
-/** |
- * This library provides entry points to the native Blink code which backs |
- * up the dart:html library. |
- */ |
-library dart.dom.blink; |
- |
-part '$AUXILIARY_DIR/blink_native_DOMImplementation.dart'; |
- |
-$!GENERATED_DART_FILES |