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

Unified Diff: utils/pub/pub.gyp

Issue 557083006: Make the pub build step depend on the async/await compiled sources. (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
« no previous file with comments | « no previous file | 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 15914da8e85b540ef4744723bcc435fef0f6c202..4b0047a1279bf4f232878058e5761516a1c41072 100644
--- a/utils/pub/pub.gyp
+++ b/utils/pub/pub.gyp
@@ -78,7 +78,7 @@
'inputs': [
'../../tools/create_timestamp_file.py',
'<!@(["python", "../../tools/list_files.py", "\\.dart$",'
- ' "../../sdk/lib/_internal/pub"])',
+ ' "../../sdk/lib/_internal/pub_generated"])',
],
'outputs': [
'<(SHARED_INTERMEDIATE_DIR)/pub_files.stamp',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698