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

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

Issue 9866006: Add library mapping. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Rebased 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/lib/compiler/implementation/scanner/scanner_task.dart ('k') | no next file » | 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 1b49b3bc9dc235edf0ab1417e74179e251027713..3ba94722b908c6e68da0fd3105e3f0d1d4fe07ce 100644
--- a/dart/utils/compiler/build_helper.dart
+++ b/dart/utils/compiler/build_helper.dart
@@ -43,8 +43,7 @@ buildScript(Uri uri) {
class Helper {
void run() {
try {
- List<String> argv =
- ['--library-root=${uri.resolve('../../lib/compiler/implementation/lib').path}'];
+ List<String> argv = ['--library-root=${uri.resolve('../../').path}'];
argv.addAll(new Options().arguments);
compile(argv);
} catch (var exception, var trace) {
« no previous file with comments | « dart/lib/compiler/implementation/scanner/scanner_task.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698