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

Unified Diff: chrome_tests.py

Issue 8748011: Set up Dr.Memory symcache to speed up loading Chrome with BROWSER_WRAPPER (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/tools/valgrind/
Patch Set: Created 9 years, 1 month 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 | valgrind_test.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_tests.py
===================================================================
--- chrome_tests.py (revision 112228)
+++ chrome_tests.py (working copy)
@@ -73,6 +73,10 @@
else:
self._options.build_dir = None
+ if self._options.build_dir:
+ build_dir = os.path.abspath(self._options.build_dir)
+ self._command_preamble += ["--build_dir=%s" % (self._options.build_dir)]
+
def _EnsureBuildDirFound(self):
if not self._options.build_dir:
raise BuildDirNotFound("Oops, couldn't find a build dir, please "
« no previous file with comments | « no previous file | valgrind_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698