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

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

Issue 1867293003: Revert of Revert "Remove references to crash_service, which is no longer needed." (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 3be98861d36706757a31821ecc42ba51d2fc260f..58a0fe05541d442aced7a19dbf692e56be6f31d0 100644
--- a/scripts/slave/recipe_modules/chromium_tests/steps.py
+++ b/scripts/slave/recipe_modules/chromium_tests/steps.py
@@ -1415,11 +1415,7 @@
@staticmethod
def compile_targets(api):
- targets = ['browser_tests', 'blink_tests']
- if api.platform.is_win:
- targets.append('crash_service')
-
- return targets
+ return ['browser_tests', 'blink_tests']
class BisectTest(Test): # pylint: disable=W0232
@@ -1818,7 +1814,7 @@
@property
def name(self):
return 'WebView CTS'
-
+
@property
def uses_local_devices(self):
return True

Powered by Google App Engine
This is Rietveld 408576698