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

Unified Diff: dart/utils/apidoc/apidoc.gyp

Issue 13919004: Make only_in_release_mode read the environment variable directly. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Don't overwrite the script itself. Created 7 years, 8 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 | « dart/tools/only_in_release_mode.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/utils/apidoc/apidoc.gyp
diff --git a/dart/utils/apidoc/apidoc.gyp b/dart/utils/apidoc/apidoc.gyp
index 4d351c3693a7df3f69107ce5f3df86f5a5e8ac6f..f07613d9d43e083669027f38e578ea722fd0a8df 100644
--- a/dart/utils/apidoc/apidoc.gyp
+++ b/dart/utils/apidoc/apidoc.gyp
@@ -75,8 +75,7 @@
'action': [
'python',
'../../tools/only_in_release_mode.py',
- '--outputs=<(_outputs)',
- '--mode=$(DART_BUILD_MODE)',
+ '<@(_outputs)',
'--',
'<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)dart<(EXECUTABLE_SUFFIX)',
'--package-root=<(PRODUCT_DIR)/packages/',
« no previous file with comments | « dart/tools/only_in_release_mode.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698