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

Unified Diff: buildbot/buildbot_run.py

Issue 13869005: Dropping the scons generator. (Closed) Base URL: http://gyp.googlecode.com/svn/trunk/
Patch Set: 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 | « PRESUBMIT.py ('k') | pylib/gyp/MSVSNew.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: buildbot/buildbot_run.py
===================================================================
--- buildbot/buildbot_run.py (revision 1611)
+++ buildbot/buildbot_run.py (working copy)
@@ -91,8 +91,7 @@
'--all',
'--passed',
'--format', format,
- '--chdir', 'trunk',
- '--path', '../scons'])
+ '--chdir', 'trunk'])
if format == 'android':
# gyptest needs the environment setup from envsetup/lunch in order to build
# using the 'android' backend, so this is done in a single shell.
@@ -124,7 +123,6 @@
retcode += GypTestFormat('android')
elif sys.platform.startswith('linux'):
retcode += GypTestFormat('ninja')
- retcode += GypTestFormat('scons')
retcode += GypTestFormat('make')
elif sys.platform == 'darwin':
retcode += GypTestFormat('ninja')
« no previous file with comments | « PRESUBMIT.py ('k') | pylib/gyp/MSVSNew.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698