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

Unified Diff: components/test_runner/BUILD.gn

Issue 2549363004: Multiprocess test client: Android child process launcher rework. (Closed)
Patch Set: content_unittests + sync Created 3 years, 11 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
Index: components/test_runner/BUILD.gn
diff --git a/components/test_runner/BUILD.gn b/components/test_runner/BUILD.gn
index 5cc0c62499ea477b51b8f33055bdbcaafec1dd8d..cc1c15aecb377c90b72c8131cb371cfac1495959 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.
« no previous file with comments | « build/android/pylib/gtest/gtest_test_instance.py ('k') | content/browser/memory/memory_coordinator_impl_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698