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

Unified Diff: components/test_runner/BUILD.gn

Issue 2549363004: Multiprocess test client: Android child process launcher rework. (Closed)
Patch Set: Addressed comments + synced Created 4 years 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
Index: components/test_runner/BUILD.gn
diff --git a/components/test_runner/BUILD.gn b/components/test_runner/BUILD.gn
index d4e6dcf98f555a96979cea0ecab17a41f463eaa7..8df2965d35081d6d9411d9c4ca1ca8c7877bb883 100644
--- a/components/test_runner/BUILD.gn
+++ b/components/test_runner/BUILD.gn
@@ -138,6 +138,10 @@ component("test_runner") {
if (is_mac) {
libs = [ "AppKit.framework" ]
}
+
+ if (is_android) {
+ deps += [ "//base/test:test_support_main_stub" ]
+ }
}
# Font copies.

Powered by Google App Engine
This is Rietveld 408576698