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

Unified Diff: dart/utils/compiler/build_helper.dart

Issue 9808102: Unbreak SDK frogc. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
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 | « dart/frog/leg/source_file.dart ('k') | dart/utils/compiler/dart2js.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/utils/compiler/build_helper.dart
diff --git a/dart/utils/compiler/build_helper.dart b/dart/utils/compiler/build_helper.dart
index 50e70810b62d74097b5aa1ef7ac2a3bca100f4ea..9d5331bdaf7db427974e8c0cd069be045c799ae9 100644
--- a/dart/utils/compiler/build_helper.dart
+++ b/dart/utils/compiler/build_helper.dart
@@ -38,7 +38,7 @@ buildScript(Uri uri) {
#import('dart:io');
-#import('${uri.resolve('../../utils/compiler/dart2js.dart').path}');
+#import('${uri.resolve('../../frog/leg/dart2js.dart').path}');
class Helper {
void run() {
« no previous file with comments | « dart/frog/leg/source_file.dart ('k') | dart/utils/compiler/dart2js.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698