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

Side by Side Diff: dart/samples/swarm/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
« no previous file with comments | « dart/samples/swarm/BiIterator.dart ('k') | dart/samples/swarm/CannedData.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 part of swarmlib;
2
3 // File generated by Dart CSS from source file swarm.scss 1 // File generated by Dart CSS from source file swarm.scss
4 // Do not edit. 2 // Do not edit.
5 3
6 class CSS { 4 class CSS {
7 // CSS class selectors: 5 // CSS class selectors:
8 static const String HBOX = 'hbox'; 6 static const String HBOX = 'hbox';
9 static const String VBOX = 'vbox'; 7 static const String VBOX = 'vbox';
10 static const String CENTER = 'center'; 8 static const String CENTER = 'center';
11 static const String PAGED_CONTENT = 'paged-content'; 9 static const String PAGED_CONTENT = 'paged-content';
12 static const String FULLPAGE = 'fullpage'; 10 static const String FULLPAGE = 'fullpage';
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 static const String DONE_BUTTON = 'done-button'; 80 static const String DONE_BUTTON = 'done-button';
83 static const String HIDDEN_STORY = 'hidden-story'; 81 static const String HIDDEN_STORY = 'hidden-story';
84 static const String HEADER_BACKGROUND = 'header-background'; 82 static const String HEADER_BACKGROUND = 'header-background';
85 static const String HEADER = 'header'; 83 static const String HEADER = 'header';
86 static const String SPLASH = 'splash'; 84 static const String SPLASH = 'splash';
87 static const String FOOTER = 'footer'; 85 static const String FOOTER = 'footer';
88 static const String SPLASHIMG = 'splashImg'; 86 static const String SPLASHIMG = 'splashImg';
89 static const String HIDE_ALL_QUERIES = 'hide-all-queries'; 87 static const String HIDE_ALL_QUERIES = 'hide-all-queries';
90 static const String TRANSPARENT = 'transparent'; 88 static const String TRANSPARENT = 'transparent';
91 } 89 }
OLDNEW
« no previous file with comments | « dart/samples/swarm/BiIterator.dart ('k') | dart/samples/swarm/CannedData.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698