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

Unified Diff: buildbot_chrome_nacl_stage.py

Issue 11824011: Added sconsbuild/ to nacl_integration search path. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/chrome/test/nacl_test_injection/
Patch Set: Created 7 years, 11 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698