Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3055)

Unified Diff: build/android/BUILD.gn

Issue 2767833002: (Reland) Use logdog butler subcommand to run tests. (Closed)
Patch Set: change timeout Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « PRESUBMIT.py ('k') | build/android/pylib/android/logdog_logcat_monitor.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 = [
« no previous file with comments | « PRESUBMIT.py ('k') | build/android/pylib/android/logdog_logcat_monitor.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698