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

Unified Diff: client/dom/generated/src/frog/SVGPathSegList.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/frog/SVGPathSegList.dart
diff --git a/client/dom/generated/src/frog/SVGPathSegList.dart b/client/dom/generated/src/frog/SVGPathSegList.dart
deleted file mode 100644
index 85a3a6506e107ad902914a5d9e635af03c48cfd3..0000000000000000000000000000000000000000
--- a/client/dom/generated/src/frog/SVGPathSegList.dart
+++ /dev/null
@@ -1,19 +0,0 @@
-
-class _SVGPathSegListJs extends _DOMTypeJs implements SVGPathSegList native "*SVGPathSegList" {
-
- final int numberOfItems;
-
- _SVGPathSegJs appendItem(_SVGPathSegJs newItem) native;
-
- void clear() native;
-
- _SVGPathSegJs getItem(int index) native;
-
- _SVGPathSegJs initialize(_SVGPathSegJs newItem) native;
-
- _SVGPathSegJs insertItemBefore(_SVGPathSegJs newItem, int index) native;
-
- _SVGPathSegJs removeItem(int index) native;
-
- _SVGPathSegJs replaceItem(_SVGPathSegJs newItem, int index) native;
-}
« no previous file with comments | « client/dom/generated/src/frog/SVGPathSegLinetoVerticalRel.dart ('k') | client/dom/generated/src/frog/SVGPathSegMovetoAbs.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698