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

Unified Diff: tools_webrtc/mb/mb.py

Issue 2871213002: Roll chromium_revision faace60759..b895cae903 (470521:470551) (Closed)
Patch Set: Update gtest-parallel. Created 3 years, 7 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 | « DEPS ('k') | tools_webrtc/mb/mb_unittest.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools_webrtc/mb/mb.py
diff --git a/tools_webrtc/mb/mb.py b/tools_webrtc/mb/mb.py
index d12ba389e499fb2c7f3ccbbb61bbca7e2893dbf0..9c92c2824edf30467c008607bcc470133ab237b4 100755
--- a/tools_webrtc/mb/mb.py
+++ b/tools_webrtc/mb/mb.py
@@ -1090,6 +1090,7 @@ class MetaBuildWrapper(object):
if not memcheck:
extra_files += [
'../../third_party/gtest-parallel/gtest-parallel',
kjellander_webrtc 2017/05/10 19:55:19 I guess we'll remove this as soon we've updated al
ehmaldonado_webrtc 2017/05/10 20:15:42 Well, pbos@ would prefer to keep it as a thin wrap
+ '../../third_party/gtest-parallel/gtest_parallel.py',
'../../tools_webrtc/gtest-parallel-wrapper.py',
]
sep = '\\' if self.platform == 'win32' else '/'
« no previous file with comments | « DEPS ('k') | tools_webrtc/mb/mb_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698