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

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

Issue 1885163002: Revert of Reland Switch Android gtests to use generated wrapper scripts (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 8 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/steps.py
diff --git a/scripts/slave/recipe_modules/chromium_tests/steps.py b/scripts/slave/recipe_modules/chromium_tests/steps.py
index 196a6f12c6011ae7e6d1d8f83d84dd180e5294e4..e0458668b22c9b96d4e3e13dd79f7ba571816505 100644
--- a/scripts/slave/recipe_modules/chromium_tests/steps.py
+++ b/scripts/slave/recipe_modules/chromium_tests/steps.py
@@ -272,9 +272,8 @@
if self._override_compile_targets:
return self._override_compile_targets
- # TODO(GYP) Remove special case once fully converted to GN.
if api.chromium.c.TARGET_PLATFORM == 'android':
- return [self.target_name, self.target_name + '_apk']
+ return [self.target_name + '_apk']
return [self.target_name]

Powered by Google App Engine
This is Rietveld 408576698