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

Unified Diff: site/try/build_try.gyp

Issue 694353007: Move dart2js from sdk/lib/_internal/compiler to pkg/compiler (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 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
« no previous file with comments | « site/try/Makefile ('k') | site/try/poi/Makefile » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: site/try/build_try.gyp
diff --git a/site/try/build_try.gyp b/site/try/build_try.gyp
index 16388105d993700f9bc083553e408ee2dde9965e..c003fb0e93c64b74afcfe98ef622cda89bda17aa 100644
--- a/site/try/build_try.gyp
+++ b/site/try/build_try.gyp
@@ -75,7 +75,7 @@
# This dependency is redundant for now, as this directory is
# implicitly part of the dependencies for dart-sdk/README.
'<!@(["python", "../../tools/list_files.py", "\\.dart$", '
- '"../../sdk/lib/_internal/compiler/samples/jsonify"])',
+ '"../../pkg/compiler/samples/jsonify"])',
],
'outputs': [
'<(SHARED_INTERMEDIATE_DIR)/sdk.json',
@@ -87,7 +87,8 @@
'-Dlist_all_libraries=true',
'-DoutputJson=true',
- '../../sdk/lib/_internal/compiler/samples/jsonify/jsonify.dart',
+ '--package-root=<(PRODUCT_DIR)/packages/',
+ '../../pkg/compiler/samples/jsonify/jsonify.dart',
'<(SHARED_INTERMEDIATE_DIR)/sdk.json',
],
},
« no previous file with comments | « site/try/Makefile ('k') | site/try/poi/Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698