| Index: scripts/slave/recipes/chromium_gn.py
|
| diff --git a/scripts/slave/recipes/chromium_gn.py b/scripts/slave/recipes/chromium_gn.py
|
| index 6306182b963039d64198fc96c5f482fe7deea730..29a9aaef5625973d21834b8392de0cdb61119e36 100644
|
| --- a/scripts/slave/recipes/chromium_gn.py
|
| +++ b/scripts/slave/recipes/chromium_gn.py
|
| @@ -458,12 +458,12 @@ def _GenStepsInternal(api):
|
| test_spec_file = '%s.json' % mastername
|
| test_spec = api.chromium_tests.read_test_spec(api, test_spec_file)
|
|
|
| - tests = list(api.chromium.steps.generate_gtest(
|
| + tests = list(api.chromium_tests.steps.generate_gtest(
|
| api, mastername, buildername, test_spec))
|
|
|
| scripts_compile_targets = \
|
| - api.chromium.get_compile_targets_for_scripts().json.output
|
| - tests += list(api.chromium.steps.generate_script(
|
| + api.chromium_tests.get_compile_targets_for_scripts().json.output
|
| + tests += list(api.chromium_tests.steps.generate_script(
|
| api, mastername, buildername, test_spec,
|
| scripts_compile_targets=scripts_compile_targets))
|
|
|
|
|