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

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

Issue 2763323003: MB: Add --quick flag for low_bandwidth_audio_test (Closed)
Patch Set: Add support for args and change type to non_parallel_console_test_launcher 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
« no previous file with comments | « tools-webrtc/mb/gn_isolate_map.pyl ('k') | no next file » | 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 1801a13ac49804a605e7605f76cfbb69b5c619d4..71fd7bf86a62e18a6d4cd8fb5f682c0c3b245ec3 100755
--- a/tools-webrtc/mb/mb.py
+++ b/tools-webrtc/mb/mb.py
@@ -1135,6 +1135,8 @@ class MetaBuildWrapper(object):
'--tsan=%d' % tsan,
]
+ cmdline += isolate_map[target].get('args', [])
+
return cmdline, extra_files
def ToAbsPath(self, build_path, *comps):
« no previous file with comments | « tools-webrtc/mb/gn_isolate_map.pyl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698