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

Unified Diff: utils/pub/pub.gyp

Issue 472173004: Skeleton code for running the forthcoming async/await compiler on pub. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Revise. Created 6 years, 4 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 | « tools/create_sdk.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/pub/pub.gyp
diff --git a/utils/pub/pub.gyp b/utils/pub/pub.gyp
index 12028cfb655c07797e5ccd2a5d25205c0a1b4687..bf34ab9767c2c9af6868253acb01eb3d3cd195f3 100644
--- a/utils/pub/pub.gyp
+++ b/utils/pub/pub.gyp
@@ -29,10 +29,12 @@
'<(SHARED_INTERMEDIATE_DIR)/pub.dart.snapshot',
],
'action': [
+ 'python',
+ '../../tools/create_pub_snapshot.py',
'<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)dart<(EXECUTABLE_SUFFIX)',
- '--package-root=<(PRODUCT_DIR)/pub_packages/',
- '--snapshot=<(SHARED_INTERMEDIATE_DIR)/pub.dart.snapshot',
- '../../sdk/lib/_internal/pub/bin/pub.dart',
+ '../../sdk/lib/_internal/pub/bin/async_compile.dart',
+ '<(PRODUCT_DIR)/pub_packages/',
+ '<(SHARED_INTERMEDIATE_DIR)',
],
},
],
« no previous file with comments | « tools/create_sdk.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698