| Index: scripts/slave/recipes/findit/chromium/compile.py
|
| diff --git a/scripts/slave/recipes/findit/chromium/compile.py b/scripts/slave/recipes/findit/chromium/compile.py
|
| index 85db25cc84e3700438228f4ce1c5594c3ee23382..1b76e87a0301df205abb4e48518e6600a210b2c2 100644
|
| --- a/scripts/slave/recipes/findit/chromium/compile.py
|
| +++ b/scripts/slave/recipes/findit/chromium/compile.py
|
| @@ -13,6 +13,7 @@ DEPS = [
|
| 'buildbucket',
|
| 'chromium',
|
| 'chromium_tests',
|
| + 'filter',
|
| 'findit',
|
| 'depot_tools/gclient',
|
| 'recipe_engine/json',
|
| @@ -85,7 +86,7 @@ def _run_compile_at_revision(api, target_mastername, target_buildername,
|
| if use_analyze:
|
| changed_files = api.findit.files_changed_by_revision(revision)
|
|
|
| - _, compile_targets = api.chromium_tests.analyze(
|
| + _, compile_targets = api.filter.analyze(
|
| changed_files,
|
| test_targets=[],
|
| additional_compile_targets=compile_targets,
|
|
|