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

Unified Diff: client/html/generated/html/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/html/generated/html/frog/SVGPathSegList.dart
diff --git a/client/html/generated/html/frog/SVGPathSegList.dart b/client/html/generated/html/frog/SVGPathSegList.dart
deleted file mode 100644
index e0e3ddab9be86c9cfb173c57239324fc3bdf472f..0000000000000000000000000000000000000000
--- a/client/html/generated/html/frog/SVGPathSegList.dart
+++ /dev/null
@@ -1,19 +0,0 @@
-
-class _SVGPathSegListImpl implements SVGPathSegList native "*SVGPathSegList" {
-
- final int numberOfItems;
-
- _SVGPathSegImpl appendItem(_SVGPathSegImpl newItem) native;
-
- void clear() native;
-
- _SVGPathSegImpl getItem(int index) native;
-
- _SVGPathSegImpl initialize(_SVGPathSegImpl newItem) native;
-
- _SVGPathSegImpl insertItemBefore(_SVGPathSegImpl newItem, int index) native;
-
- _SVGPathSegImpl removeItem(int index) native;
-
- _SVGPathSegImpl replaceItem(_SVGPathSegImpl newItem, int index) native;
-}

Powered by Google App Engine
This is Rietveld 408576698