Commit 5627cd88 authored by Andrew Grieve's avatar Andrew Grieve Committed by Commit Bot

Fix emma_coverage=true GN gen failure

Was getting a few: ERROR Input to target not generated by a dependency.

Bug: 843307
Change-Id: I58ad10e74842b6f1df9e53cc5b592d6169cc8553
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1591947
Auto-Submit: Andrew Grieve <agrieve@chromium.org>
Commit-Queue: Eric Stevenson <estevenson@chromium.org>
Reviewed-by: default avatarEric Stevenson <estevenson@chromium.org>
Cr-Commit-Position: refs/heads/master@{#656488}
parent 7c8538cf
...@@ -3654,11 +3654,7 @@ if (enable_java_templates) { ...@@ -3654,11 +3654,7 @@ if (enable_java_templates) {
java_sources_file = _java_sources_file java_sources_file = _java_sources_file
} }
output_jar_path = _final_jar_path output_jar_path = _final_jar_path
if (_has_sources) { deps = _accumulated_deps + _accumulated_public_deps
deps = _accumulated_public_deps # compile & build_config
} else {
deps = _accumulated_deps + _accumulated_public_deps
}
} }
_accumulated_public_deps += [ ":$_process_prebuilt_target_name" ] _accumulated_public_deps += [ ":$_process_prebuilt_target_name" ]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment