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

Unified Diff: build/android/BUILD.gn

Issue 2767633003: Revert of (Reland) Use logdog butler subcommand to run tests. (Closed)
Patch Set: 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 406f3f60a3e5caad27df094f1b41c1e543f88823..53366db1934f98bcbab8fdf2304c01f3e49bb67a 100644
--- a/build/android/BUILD.gn
+++ b/build/android/BUILD.gn
@@ -125,16 +125,6 @@
]
}
-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