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

Unified Diff: dart/tools/build.py

Issue 13784002: Only build apidoc in release mode. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Address comments 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 | « no previous file | dart/tools/only_in_release_mode.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tools/build.py
diff --git a/dart/tools/build.py b/dart/tools/build.py
index 67d994c32ca46697514af1a46cffeadab872880c..73b7991267746281eac55424868dcb865eb19761 100755
--- a/dart/tools/build.py
+++ b/dart/tools/build.py
@@ -322,6 +322,7 @@ def Main():
for target_os in options.os:
for mode in options.mode:
for arch in options.arch:
+ os.environ['DART_BUILD_MODE'] = mode
build_config = utils.GetBuildConf(mode, arch)
if HOST_OS == 'macos':
filter_xcodebuild_output = True
« no previous file with comments | « no previous file | dart/tools/only_in_release_mode.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698