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

Side by Side Diff: samples/third_party/dromaeo/Suites.dart

Issue 9374026: Move dromaeo to third_party (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Moved Dromaeo to third party. Created 8 years, 10 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 | « samples/third_party/dromaeo/README ('k') | samples/third_party/dromaeo/application.css » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #library('Suites.dart'); 1 #library('Suites.dart');
2 2
3 class Origin { 3 class Origin {
4 final String author; 4 final String author;
5 final String url; 5 final String url;
6 6
7 const Origin(this.author, this.url); 7 const Origin(this.author, this.url);
8 } 8 }
9 9
10 class SuiteDescription { 10 class SuiteDescription {
(...skipping 24 matching lines...) Expand all
35 'DOM Query', 35 'DOM Query',
36 JOHN_RESIG, 36 JOHN_RESIG,
37 'Querying DOM elements in a document'), 37 'Querying DOM elements in a document'),
38 const SuiteDescription( 38 const SuiteDescription(
39 'dom-traverse.html', 39 'dom-traverse.html',
40 'DOM Traversal', 40 'DOM Traversal',
41 JOHN_RESIG, 41 JOHN_RESIG,
42 'Traversing a DOM structure') 42 'Traversing a DOM structure')
43 ]; 43 ];
44 } 44 }
OLDNEW
« no previous file with comments | « samples/third_party/dromaeo/README ('k') | samples/third_party/dromaeo/application.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698