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

Unified Diff: dart.gyp

Issue 8819030: Create the SDK in a temporary directory and copy it as a final step. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: '' Created 9 years 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 | tools/create_sdk.py » ('j') | tools/create_sdk.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart.gyp
===================================================================
--- dart.gyp (revision 2127)
+++ dart.gyp (working copy)
@@ -54,7 +54,7 @@
'action': [
'python',
'tools/create_sdk.py',
- '<(PRODUCT_DIR)/sdk'
+ '<(PRODUCT_DIR)/sdk',
],
'message': 'Creating SDK.',
},
« no previous file with comments | « no previous file | tools/create_sdk.py » ('j') | tools/create_sdk.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698