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

Side by Side Diff: samples/third_party/dromaeo/Dromaeo.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 | « client/dom/benchmarks/dromaeo/web-style.css ('k') | samples/third_party/dromaeo/LICENSE » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #import('dart:dom'); 1 #import('dart:dom');
2 #import('dart:json'); 2 #import('dart:json');
3 #import('Suites.dart'); 3 #import('Suites.dart');
4 4
5 main() { 5 main() {
6 new Dromaeo().run(); 6 new Dromaeo().run();
7 } 7 }
8 8
9 class SuiteController { 9 class SuiteController {
10 final SuiteDescription _suiteDescription; 10 final SuiteDescription _suiteDescription;
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
197 } 197 }
198 198
199 HTMLElement _byId(String id) { 199 HTMLElement _byId(String id) {
200 return document.getElementById(id); 200 return document.getElementById(id);
201 } 201 }
202 202
203 int get _suitesTotal() { 203 int get _suitesTotal() {
204 return _suiteControllers.length; 204 return _suiteControllers.length;
205 } 205 }
206 } 206 }
OLDNEW
« no previous file with comments | « client/dom/benchmarks/dromaeo/web-style.css ('k') | samples/third_party/dromaeo/LICENSE » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698