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

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: 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
Index: dart/utils/compiler/build_helper.dart
diff --git a/dart/utils/compiler/build_helper.dart b/dart/utils/compiler/build_helper.dart
index 9d5331bdaf7db427974e8c0cd069be045c799ae9..310d4f2d4f59c2ebbd94cde5eef3888013fa7ed5 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('../../frog/leg/lib').path}'];
+ List<String> argv = ['--library-root=${uri.resolve('../../').path}'];
argv.addAll(new Options().arguments);
compile(argv);
} catch (var exception, var trace) {
« dart/frog/leg/library_map.dart ('K') | « dart/frog/tests/leg/src/mock_compiler.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698