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

Unified Diff: trunk/pylib/gyp/generator/scons.py

Issue 160351: Test infrastructure for end-to-end tests of GYP generators, and... (Closed) Base URL: http://gyp.googlecode.com/svn/
Patch Set: '' Created 11 years, 5 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 | « trunk/gyptest.py ('k') | trunk/test/hello/gyptest-all.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/pylib/gyp/generator/scons.py
===================================================================
--- trunk/pylib/gyp/generator/scons.py (revision 561)
+++ trunk/pylib/gyp/generator/scons.py (working copy)
@@ -558,7 +558,7 @@
# In case the same --mode= value was specified multiple times.
conf_list = list(set(conf_list))
else:
- conf_list = ['Debug']
+ conf_list = ['Default']
sconsbuild_dir = Dir(%(sconsbuild_dir)s)
« no previous file with comments | « trunk/gyptest.py ('k') | trunk/test/hello/gyptest-all.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698