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

Unified Diff: scripts/slave/recipes/webrtc/standalone.py

Issue 2226283002: webrtc: prepare for running under remote_run (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 4 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: scripts/slave/recipes/webrtc/standalone.py
diff --git a/scripts/slave/recipes/webrtc/standalone.py b/scripts/slave/recipes/webrtc/standalone.py
index 1599888b6c05541fb7581911c28147e686bb7684..8a0760dea4b950e2a8b70f270fad81415d5a0a17 100644
--- a/scripts/slave/recipes/webrtc/standalone.py
+++ b/scripts/slave/recipes/webrtc/standalone.py
@@ -77,6 +77,7 @@ def GenTests(api):
api.properties(mastername=mastername,
buildername=buildername,
slavename='slavename',
+ path_config='kitchen',
BUILD_CONFIG=chromium_kwargs['BUILD_CONFIG']) +
api.platform(bot_config['testing']['platform'],
chromium_kwargs.get('TARGET_BITS', 64))

Powered by Google App Engine
This is Rietveld 408576698