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

Unified Diff: buildbot/buildbot_lib.py

Issue 10831270: Eliminate build differences in nacl gated on nacl_standalone. Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: fix Created 8 years, 4 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 | « build/gyp_nacl ('k') | buildbot/buildbot_selector.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: buildbot/buildbot_lib.py
diff --git a/buildbot/buildbot_lib.py b/buildbot/buildbot_lib.py
index 36e06b59275c5a7a029922db79d293fc0abc8b94..2e84217d614af813980c373c79b38091f73acbf7 100644
--- a/buildbot/buildbot_lib.py
+++ b/buildbot/buildbot_lib.py
@@ -84,6 +84,8 @@ def ParseStandardCommandLine(context):
context['gyp_vars'] = []
if context['clang']:
context['gyp_vars'].append('clang=1')
+ else:
+ context['gyp_vars'].append('clang=0')
if context['asan']:
context['gyp_vars'].append('asan=1')
context['vc_arch'] = {'32': 'x86', '64': 'x64'}[bits]
« no previous file with comments | « build/gyp_nacl ('k') | buildbot/buildbot_selector.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698