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

Unified Diff: client/dom/generated/src/wrapping/_HTMLAppletElementWrappingImplementation.dart

Issue 9663027: Remove generated directories with 100s of files. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 9 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/generated/src/wrapping/_HTMLAppletElementWrappingImplementation.dart
diff --git a/client/dom/generated/src/wrapping/_HTMLAppletElementWrappingImplementation.dart b/client/dom/generated/src/wrapping/_HTMLAppletElementWrappingImplementation.dart
deleted file mode 100644
index 560fb7a6ebf88a0b84d61fde268414b3747e6a20..0000000000000000000000000000000000000000
--- a/client/dom/generated/src/wrapping/_HTMLAppletElementWrappingImplementation.dart
+++ /dev/null
@@ -1,81 +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.
-
-class _HTMLAppletElementWrappingImplementation extends _HTMLElementWrappingImplementation implements HTMLAppletElement {
- _HTMLAppletElementWrappingImplementation() : super() {}
-
- static create__HTMLAppletElementWrappingImplementation() native {
- return new _HTMLAppletElementWrappingImplementation();
- }
-
- String get align() { return _get_align(this); }
- static String _get_align(var _this) native;
-
- void set align(String value) { _set_align(this, value); }
- static void _set_align(var _this, String value) native;
-
- String get alt() { return _get_alt(this); }
- static String _get_alt(var _this) native;
-
- void set alt(String value) { _set_alt(this, value); }
- static void _set_alt(var _this, String value) native;
-
- String get archive() { return _get_archive(this); }
- static String _get_archive(var _this) native;
-
- void set archive(String value) { _set_archive(this, value); }
- static void _set_archive(var _this, String value) native;
-
- String get code() { return _get_code(this); }
- static String _get_code(var _this) native;
-
- void set code(String value) { _set_code(this, value); }
- static void _set_code(var _this, String value) native;
-
- String get codeBase() { return _get_codeBase(this); }
- static String _get_codeBase(var _this) native;
-
- void set codeBase(String value) { _set_codeBase(this, value); }
- static void _set_codeBase(var _this, String value) native;
-
- String get height() { return _get_height(this); }
- static String _get_height(var _this) native;
-
- void set height(String value) { _set_height(this, value); }
- static void _set_height(var _this, String value) native;
-
- String get hspace() { return _get_hspace(this); }
- static String _get_hspace(var _this) native;
-
- void set hspace(String value) { _set_hspace(this, value); }
- static void _set_hspace(var _this, String value) native;
-
- String get name() { return _get_name(this); }
- static String _get_name(var _this) native;
-
- void set name(String value) { _set_name(this, value); }
- static void _set_name(var _this, String value) native;
-
- String get object() { return _get_object(this); }
- static String _get_object(var _this) native;
-
- void set object(String value) { _set_object(this, value); }
- static void _set_object(var _this, String value) native;
-
- String get vspace() { return _get_vspace(this); }
- static String _get_vspace(var _this) native;
-
- void set vspace(String value) { _set_vspace(this, value); }
- static void _set_vspace(var _this, String value) native;
-
- String get width() { return _get_width(this); }
- static String _get_width(var _this) native;
-
- void set width(String value) { _set_width(this, value); }
- static void _set_width(var _this, String value) native;
-
- String get typeName() { return "HTMLAppletElement"; }
-}

Powered by Google App Engine
This is Rietveld 408576698