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

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

Issue 2226753003: Remove the android_isolate_path option from LocalGTestTest. (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/recipe_modules/chromium_tests/chromium_fyi.py
diff --git a/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py b/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
index 7a44b0eacc6c2ea1b8d1fc2a0f861857eb8f9eaf..9ecddfbc96e045a53320acb4c2e6839d9d8842c6 100644
--- a/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
+++ b/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
@@ -1603,10 +1603,7 @@ SPEC = {
steps.generate_junit_test,
],
'tests': [
- steps.GTestTest(
- 'components_browsertests',
- android_isolate_path='components/components_browsertests.isolate',
- android_tool='asan'),
+ steps.GTestTest('components_browsertests', android_tool='asan'),
steps.GTestTest('gfx_unittests', android_tool='asan'),
],
},

Powered by Google App Engine
This is Rietveld 408576698