Chromium Code Reviews| Index: buildbot_chrome_nacl_stage.py |
| =================================================================== |
| --- buildbot_chrome_nacl_stage.py (revision 175614) |
| +++ buildbot_chrome_nacl_stage.py (working copy) |
| @@ -58,6 +58,7 @@ |
| chrome_locations = [ |
| 'build/%s/chrome.exe' % mode, |
| 'chrome/%s/chrome.exe' % mode, |
| + 'sconsbuild/%s/chrome.exe' % mode, |
|
Mark Seaborn
2013/01/09 00:23:11
Can you put the explanation from the commit messag
Mark Seaborn
2013/01/09 00:28:22
Hang on, this doesn't look right.
"sconsbuild" is
Mark Seaborn
2013/01/09 01:01:07
I meant can you add a comment into the Python sour
|
| # Windows Chromium ninja builder |
| 'out/%s/chrome.exe' % mode, |
| 'out/%s/chrome' % mode, |