| Index: build/android/BUILD.gn
|
| diff --git a/build/android/BUILD.gn b/build/android/BUILD.gn
|
| index 3a5a4d2156a50af6f884acea027d54677cf138eb..a09c0f5ddcae7311bf4a4c7b29f1fa88099a68bd 100644
|
| --- a/build/android/BUILD.gn
|
| +++ b/build/android/BUILD.gn
|
| @@ -126,6 +126,16 @@ group("test_runner_py") {
|
| ]
|
| }
|
|
|
| +group("logdog_wrapper_py") {
|
| + _py_files = read_file("test_wrapper/logdog_wrapper.pydeps", "list lines")
|
| +
|
| + # Filter out comments.
|
| + set_sources_assignment_filter([ "#*" ])
|
| + sources = _py_files
|
| +
|
| + data = sources
|
| +}
|
| +
|
| # Create wrapper scripts in out/bin that takes care of setting the
|
| # --output-directory.
|
| _scripts_to_wrap = [
|
|
|