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

Unified Diff: tools/mb/mb.py

Issue 2578093002: Move tools/valgrind-webrtc -> tools-webrtc/valgrind (Closed)
Patch Set: Sorted presubmit pylint exclusion Created 4 years 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 | « tools-webrtc/valgrind/webrtc_tests.sh ('k') | tools/mb/mb_unittest.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/mb/mb.py
diff --git a/tools/mb/mb.py b/tools/mb/mb.py
index 54d816db3a622923cdc91df3a6b431b9ab7e9f9b..0b4f85e98bd2fa3e2ea39ca1fe99b5a5433c6cfd 100755
--- a/tools/mb/mb.py
+++ b/tools/mb/mb.py
@@ -1113,7 +1113,7 @@ class MetaBuildWrapper(object):
memcheck = is_linux and 'rtc_use_memcheck=true' in vals['gn_args']
memcheck_cmdline = [
'bash',
- '../../tools/valgrind-webrtc/webrtc_tests.sh',
+ '../../tools-webrtc/valgrind/webrtc_tests.sh',
'--tool',
'memcheck',
'--target',
« no previous file with comments | « tools-webrtc/valgrind/webrtc_tests.sh ('k') | tools/mb/mb_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698