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

Side by Side Diff: dart/samples/tests/samples/lib/layout/css.dart

Issue 11233061: Revert "Parts must start with 'part of'" and "Attempt to fix VM build" (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 2 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 part of layout_tests;
2
3 // File generated by Dart CSS from source file layout.scss 1 // File generated by Dart CSS from source file layout.scss
4 // Do not edit. 2 // Do not edit.
5 3
6 class AdaptiveLayout { 4 class AdaptiveLayout {
7 // selector, properties<propertyName, value> 5 // selector, properties<propertyName, value>
8 static const selectors = const { 6 static const selectors = const {
9 '#grid' : const { 7 '#grid' : const {
10 'display' : '-dart-grid', 8 'display' : '-dart-grid',
11 'grid-columns' : 'auto minmax(min-content, 1fr)', 9 'grid-columns' : 'auto minmax(min-content, 1fr)',
12 'grid-rows' : 'auto minmax(min-content, 1fr) auto', 10 'grid-rows' : 'auto minmax(min-content, 1fr) auto',
(...skipping 328 matching lines...) Expand 10 before | Expand all | Expand 10 after
341 'grid-layer' : '5', 339 'grid-layer' : '5',
342 'grid-column-align' : 'center', 340 'grid-column-align' : 'center',
343 'grid-row-align' : 'center', 341 'grid-row-align' : 'center',
344 }, 342 },
345 }; 343 };
346 } 344 }
347 345
348 class CSS { 346 class CSS {
349 // CSS class selectors: 347 // CSS class selectors:
350 } 348 }
OLDNEW
« no previous file with comments | « dart/samples/swarm/swarmlib.dart ('k') | dart/samples/tests/samples/lib/layout/grid_examples.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698