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

Unified Diff: client/dom/generated/src/frog/CSSPrimitiveValue.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
« no previous file with comments | « client/dom/generated/src/frog/CSSPageRule.dart ('k') | client/dom/generated/src/frog/CSSRule.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/dom/generated/src/frog/CSSPrimitiveValue.dart
diff --git a/client/dom/generated/src/frog/CSSPrimitiveValue.dart b/client/dom/generated/src/frog/CSSPrimitiveValue.dart
deleted file mode 100644
index 4709f12d136aaa69fa1569cea40d5dbd1c4bf306..0000000000000000000000000000000000000000
--- a/client/dom/generated/src/frog/CSSPrimitiveValue.dart
+++ /dev/null
@@ -1,77 +0,0 @@
-
-class _CSSPrimitiveValueJs extends _CSSValueJs implements CSSPrimitiveValue native "*CSSPrimitiveValue" {
-
- static final int CSS_ATTR = 22;
-
- static final int CSS_CM = 6;
-
- static final int CSS_COUNTER = 23;
-
- static final int CSS_DEG = 11;
-
- static final int CSS_DIMENSION = 18;
-
- static final int CSS_EMS = 3;
-
- static final int CSS_EXS = 4;
-
- static final int CSS_GRAD = 13;
-
- static final int CSS_HZ = 16;
-
- static final int CSS_IDENT = 21;
-
- static final int CSS_IN = 8;
-
- static final int CSS_KHZ = 17;
-
- static final int CSS_MM = 7;
-
- static final int CSS_MS = 14;
-
- static final int CSS_NUMBER = 1;
-
- static final int CSS_PC = 10;
-
- static final int CSS_PERCENTAGE = 2;
-
- static final int CSS_PT = 9;
-
- static final int CSS_PX = 5;
-
- static final int CSS_RAD = 12;
-
- static final int CSS_RECT = 24;
-
- static final int CSS_RGBCOLOR = 25;
-
- static final int CSS_S = 15;
-
- static final int CSS_STRING = 19;
-
- static final int CSS_UNKNOWN = 0;
-
- static final int CSS_URI = 20;
-
- static final int CSS_VH = 27;
-
- static final int CSS_VMIN = 28;
-
- static final int CSS_VW = 26;
-
- final int primitiveType;
-
- _CounterJs getCounterValue() native;
-
- num getFloatValue(int unitType) native;
-
- _RGBColorJs getRGBColorValue() native;
-
- _RectJs getRectValue() native;
-
- String getStringValue() native;
-
- void setFloatValue(int unitType, num floatValue) native;
-
- void setStringValue(int stringType, String stringValue) native;
-}
« no previous file with comments | « client/dom/generated/src/frog/CSSPageRule.dart ('k') | client/dom/generated/src/frog/CSSRule.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698