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

Unified Diff: client/dom/generated/src/wrapping/_HTMLFrameSetElementWrappingImplementation.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/_HTMLFrameSetElementWrappingImplementation.dart
diff --git a/client/dom/generated/src/wrapping/_HTMLFrameSetElementWrappingImplementation.dart b/client/dom/generated/src/wrapping/_HTMLFrameSetElementWrappingImplementation.dart
deleted file mode 100644
index 8e3bba0756c9a1fa42402468ae39a78c751ca814..0000000000000000000000000000000000000000
--- a/client/dom/generated/src/wrapping/_HTMLFrameSetElementWrappingImplementation.dart
+++ /dev/null
@@ -1,27 +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 _HTMLFrameSetElementWrappingImplementation extends _HTMLElementWrappingImplementation implements HTMLFrameSetElement {
- _HTMLFrameSetElementWrappingImplementation() : super() {}
-
- static create__HTMLFrameSetElementWrappingImplementation() native {
- return new _HTMLFrameSetElementWrappingImplementation();
- }
-
- String get cols() { return _get_cols(this); }
- static String _get_cols(var _this) native;
-
- void set cols(String value) { _set_cols(this, value); }
- static void _set_cols(var _this, String value) native;
-
- String get rows() { return _get_rows(this); }
- static String _get_rows(var _this) native;
-
- void set rows(String value) { _set_rows(this, value); }
- static void _set_rows(var _this, String value) native;
-
- String get typeName() { return "HTMLFrameSetElement"; }
-}

Powered by Google App Engine
This is Rietveld 408576698