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

Unified Diff: scripts/slave/recipe_modules/chromium_tests/chromium_webrtc.py

Issue 2224793004: WebRTC: Remove --isolate_file_path argument from content_browsertests (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
« no previous file with comments | « no previous file | scripts/slave/recipes/chromium.expected/full_chromium_webrtc_fyi_Android_Tests__dbg___K_Nexus5_.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/chromium_tests/chromium_webrtc.py
diff --git a/scripts/slave/recipe_modules/chromium_tests/chromium_webrtc.py b/scripts/slave/recipe_modules/chromium_tests/chromium_webrtc.py
index 00e11994ac7905b452712eb30bc8bfa5e1b88a52..e9d875112cb0491fa51b3a346e8b1c04a57df90a 100644
--- a/scripts/slave/recipe_modules/chromium_tests/chromium_webrtc.py
+++ b/scripts/slave/recipe_modules/chromium_tests/chromium_webrtc.py
@@ -101,8 +101,7 @@ def TestSpec(parent_builder, perf_id, platform, target_bits,
spec['tests'] = [
steps.GTestTest(
'content_browsertests',
- args=['--gtest_filter=WebRtc*'],
- android_isolate_path='content/content_browsertests.isolate'),
+ args=['--gtest_filter=WebRtc*']),
]
else:
spec['gclient_apply_config'].append('webrtc_test_resources')
« no previous file with comments | « no previous file | scripts/slave/recipes/chromium.expected/full_chromium_webrtc_fyi_Android_Tests__dbg___K_Nexus5_.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698