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

Unified Diff: site/try/Makefile

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 | « sdk/lib/_internal/pub_generated/lib/src/dart.dart ('k') | site/try/build_try.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: site/try/Makefile
diff --git a/site/try/Makefile b/site/try/Makefile
index 61e2b4e9a6166b8f296423c757e98783e0cba79d..9bab88ff1bc74dee0fde685281d7cea362b8ac80 100644
--- a/site/try/Makefile
+++ b/site/try/Makefile
@@ -5,6 +5,6 @@
# TODO(ahe): Convert this to GYP.
all:
- ../../sdk/bin/dart -Dlist_all_libraries=true ../../sdk/lib/_internal/compiler/samples/jsonify/jsonify.dart sdk.dart
+ ../../sdk/bin/dart -Dlist_all_libraries=true ../../pkg/compiler/samples/jsonify/jsonify.dart sdk.dart
../../sdk/bin/dart jsonify.dart > sdk.json
../../sdk/bin/dart2js -Denable_ir=false leap.dart -oleap.dart.js
« no previous file with comments | « sdk/lib/_internal/pub_generated/lib/src/dart.dart ('k') | site/try/build_try.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698