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

Unified Diff: utils/compiler/build_helper.dart

Issue 9873021: Move frog/leg to lib/compiler/implementation. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tests/utils/src/DummyCompilerTest.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/compiler/build_helper.dart
===================================================================
--- utils/compiler/build_helper.dart (revision 5925)
+++ utils/compiler/build_helper.dart (working copy)
@@ -38,13 +38,13 @@
#import('dart:io');
-#import('${uri.resolve('../../frog/leg/dart2js.dart').path}');
+#import('${uri.resolve('../../lib/compiler/implementation/dart2js.dart').path}');
class Helper {
void run() {
try {
List<String> argv =
- ['--library-root=${uri.resolve('../../frog/leg/lib').path}'];
+ ['--library-root=${uri.resolve('../../lib/compiler/implementation/lib').path}'];
argv.addAll(new Options().arguments);
compile(argv);
} catch (var exception, var trace) {
« no previous file with comments | « tests/utils/src/DummyCompilerTest.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698