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

Unified Diff: tools-webrtc/mb/mb.py

Issue 2785653002: Use Chromium's mirror of github for gtest-parallel. (Closed)
Patch Set: Roll latest revision. Created 3 years, 9 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
Index: tools-webrtc/mb/mb.py
diff --git a/tools-webrtc/mb/mb.py b/tools-webrtc/mb/mb.py
index 5e9f388d858b6d86ec0a6cc9b47cde18056d2576..52c3987e375e1b744c500f6e6ea937cc572f6378 100755
--- a/tools-webrtc/mb/mb.py
+++ b/tools-webrtc/mb/mb.py
@@ -1092,12 +1092,12 @@ class MetaBuildWrapper(object):
if gtest_parallel:
extra_files += [
'../../third_party/gtest-parallel/gtest-parallel',
- '../../third_party/gtest-parallel/gtest-parallel-wrapper.py',
+ '../../tools-webrtc/gtest-parallel-wrapper.py',
]
sep = '\\' if self.platform == 'win32' else '/'
output_dir = '${ISOLATED_OUTDIR}' + sep + 'test_logs'
gtest_parallel_wrapper = [
- '../../third_party/gtest-parallel/gtest-parallel-wrapper.py',
+ '../../tools-webrtc/gtest-parallel-wrapper.py',
'--output_dir=%s' % output_dir,
]

Powered by Google App Engine
This is Rietveld 408576698