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

Unified Diff: client/tests/client/layout/layout.css

Issue 8937017: New CSS parser written in Dart to replace pyparser (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Put back for DartC Created 9 years 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/tests/client/layout/layout.css
diff --git a/client/tests/client/layout/layout.css b/client/tests/client/layout/layout.css
index 8a036f0c27f0e4bcfa24ac2c6b3f3c689e5776f5..cc4296e660d1814c02bf069975ab24ad319d2343 100644
--- a/client/tests/client/layout/layout.css
+++ b/client/tests/client/layout/layout.css
@@ -2,5 +2,17 @@
* Do not edit.
*/
-/* ---------- Included layout.scss file ---------- */
-
+/* @stylet export as AdaptiveLayout */
+/* @stylet export as SourceIndependencePortrait */
+/* @stylet export as SourceIndependenceLandscape */
+/* @stylet export as GridLayering */
+/* @stylet export as GridLines_5 */
+/* @stylet export as GridLines_6 */
+/* @stylet export as GridCells */
+/* @stylet export as StartEndingGridlines11a */
+/* @stylet export as StartEndingGridlines11b */
+/* @stylet export as RepeatingColumnsRows */
+/* @stylet export as AnonymousGridCells */
+/* @stylet export as ImplicitColumnsRows */
+/* @stylet export as AlignGridItems */
+/* @stylet export as DrawOrderGridItems */

Powered by Google App Engine
This is Rietveld 408576698