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

Unified Diff: client/html/generated/html/frog/SVGTransform.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/SVGTransform.dart
diff --git a/client/html/generated/html/frog/SVGTransform.dart b/client/html/generated/html/frog/SVGTransform.dart
deleted file mode 100644
index d918faec3497bd7ab656b1869aca105b449b7c18..0000000000000000000000000000000000000000
--- a/client/html/generated/html/frog/SVGTransform.dart
+++ /dev/null
@@ -1,35 +0,0 @@
-
-class _SVGTransformImpl implements SVGTransform native "*SVGTransform" {
-
- static final int SVG_TRANSFORM_MATRIX = 1;
-
- static final int SVG_TRANSFORM_ROTATE = 4;
-
- static final int SVG_TRANSFORM_SCALE = 3;
-
- static final int SVG_TRANSFORM_SKEWX = 5;
-
- static final int SVG_TRANSFORM_SKEWY = 6;
-
- static final int SVG_TRANSFORM_TRANSLATE = 2;
-
- static final int SVG_TRANSFORM_UNKNOWN = 0;
-
- final num angle;
-
- final _SVGMatrixImpl matrix;
-
- final int type;
-
- void setMatrix(_SVGMatrixImpl matrix) native;
-
- void setRotate(num angle, num cx, num cy) native;
-
- void setScale(num sx, num sy) native;
-
- void setSkewX(num angle) native;
-
- void setSkewY(num angle) native;
-
- void setTranslate(num tx, num ty) native;
-}
« no previous file with comments | « client/html/generated/html/frog/SVGTitleElement.dart ('k') | client/html/generated/html/frog/SVGTransformList.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698