Chromium Code Reviews| 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 '/' |