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

Unified Diff: utils/pub/pub.gyp

Issue 557563002: Store the async-await compiled pub code directly in the repo. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 3 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: utils/pub/pub.gyp
diff --git a/utils/pub/pub.gyp b/utils/pub/pub.gyp
index bf34ab9767c2c9af6868253acb01eb3d3cd195f3..15914da8e85b540ef4744723bcc435fef0f6c202 100644
--- a/utils/pub/pub.gyp
+++ b/utils/pub/pub.gyp
@@ -29,13 +29,11 @@
'<(SHARED_INTERMEDIATE_DIR)/pub.dart.snapshot',
],
'action': [
- 'python',
- '../../tools/create_pub_snapshot.py',
'<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)dart<(EXECUTABLE_SUFFIX)',
- '../../sdk/lib/_internal/pub/bin/async_compile.dart',
- '<(PRODUCT_DIR)/pub_packages/',
- '<(SHARED_INTERMEDIATE_DIR)',
- ],
+ '--package-root=<(PRODUCT_DIR)/pub_packages/',
+ '--snapshot=<(SHARED_INTERMEDIATE_DIR)/pub.dart.snapshot',
+ '../../sdk/lib/_internal/pub_generated/bin/pub.dart',
+ ]
},
],
},
« sdk/lib/_internal/pub_generated/README.md ('K') | « tools/testing/dart/test_suite.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698