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

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

Issue 1883203002: 🐗 Remove .isolate for breakpad_unittests (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
« no previous file with comments | « no previous file | scripts/slave/recipe_modules/chromium_tests/chromium_linux.py » ('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_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 ab356948c68f259c6c954a783f4130042cefb793..1df03ba798b86efc5acd5eb1001bccc8c4124cdd 100644
--- a/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
+++ b/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
@@ -1932,8 +1932,7 @@ SPEC = {
android_isolate_path='base/base_unittests.isolate'),
steps.GTestTest(
'breakpad_unittests',
- override_compile_targets=['breakpad_unittests_deps'],
- android_isolate_path='breakpad/breakpad_unittests.isolate'),
+ override_compile_targets=['breakpad_unittests_deps']),
steps.GTestTest('cc_unittests'),
steps.AMPGTestTest('components_unittests',
device_name=['Nexus 5'], device_os=['4.4.2'],
« no previous file with comments | « no previous file | scripts/slave/recipe_modules/chromium_tests/chromium_linux.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698