Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
get_compile_targets_for_scripts now returns data instead of a step.

R=dnj@chromium.org, dtu@chromium.org, jbudorick@chromium.org, martiniss@chromium.org
BUG=

Review-Url: https://codereview.chromium.org/2480763004
Cr-Commit-Position: refs/heads/master@{#431884}
  • Loading branch information
riannucci authored and Commit bot committed Nov 14, 2016
1 parent 0784dd1 commit 0581a98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion infra/config/recipes.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ deps {
project_id: "build"
url: "https://chromium.googlesource.com/chromium/tools/build.git"
branch: "master"
revision: "55e3762e84b6ffa98fbb334b68aa2df622e74972"
revision: "8fd361c4e7d3249be7d9c167a3024ebb83c2fb37"
}
deps {
project_id: "depot_tools"
Expand Down
2 changes: 1 addition & 1 deletion infra/recipes/android/perf.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def RunSteps(api):
test_spec = api.chromium_tests.read_test_spec(api, test_spec_file)

scripts_compile_targets = \
api.chromium_tests.get_compile_targets_for_scripts().json.output
api.chromium_tests.get_compile_targets_for_scripts()

builder['tests'] = api.chromium_tests.generate_tests_from_test_spec(
api, test_spec, builder, buildername, mastername, False, None,
Expand Down

0 comments on commit 0581a98

Please sign in to comment.