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

Unified Diff: world.dart

Issue 8437081: Frog changes (in experimental) to get frog integrated into the test infrastructure. (Closed) Base URL: http://dart.googlecode.com/svn/experimental/frog/
Patch Set: '' Created 9 years, 1 month 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
« scripts/buildbot_annotated_steps.py ('K') | « tests/frog/testcfg.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: world.dart
===================================================================
--- world.dart (revision 1140)
+++ world.dart (working copy)
@@ -19,7 +19,7 @@
* Compiles the [target] dart file using the given [corelib].
*/
bool compile(String homedir, List<String> args, FileSystem files) {
- parseOptions(homedir, args);
+ parseOptions(homedir, args, files);
initializeWorld(files);
var success = world.compile();
« scripts/buildbot_annotated_steps.py ('K') | « tests/frog/testcfg.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698