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: client/dom/generated/src/wrapping/_SVGTextPathElementWrappingImplementation.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/_SVGTextPathElementWrappingImplementation.dart
diff --git a/client/dom/generated/src/wrapping/_SVGTextPathElementWrappingImplementation.dart b/client/dom/generated/src/wrapping/_SVGTextPathElementWrappingImplementation.dart
deleted file mode 100644
index a728545b0abadde95563e861ca17786f4c7329cf..0000000000000000000000000000000000000000
--- a/client/dom/generated/src/wrapping/_SVGTextPathElementWrappingImplementation.dart
+++ /dev/null
@@ -1,29 +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 _SVGTextPathElementWrappingImplementation extends _SVGTextContentElementWrappingImplementation implements SVGTextPathElement {
- _SVGTextPathElementWrappingImplementation() : super() {}
-
- static create__SVGTextPathElementWrappingImplementation() native {
- return new _SVGTextPathElementWrappingImplementation();
- }
-
- SVGAnimatedEnumeration get method() { return _get_method(this); }
- static SVGAnimatedEnumeration _get_method(var _this) native;
-
- SVGAnimatedEnumeration get spacing() { return _get_spacing(this); }
- static SVGAnimatedEnumeration _get_spacing(var _this) native;
-
- SVGAnimatedLength get startOffset() { return _get_startOffset(this); }
- static SVGAnimatedLength _get_startOffset(var _this) native;
-
- // From SVGURIReference
-
- SVGAnimatedString get href() { return _get_href(this); }
- static SVGAnimatedString _get_href(var _this) native;
-
- String get typeName() { return "SVGTextPathElement"; }
-}

Powered by Google App Engine
This is Rietveld 408576698