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

Unified Diff: content/shell/android/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
« no previous file with comments | « content/browser/memory/memory_coordinator_impl_unittest.cc ('k') | ipc/run_all_unittests.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/android/BUILD.gn
diff --git a/content/shell/android/BUILD.gn b/content/shell/android/BUILD.gn
index 27cc2f864c095398e67da6cc9cb6a956344bebce..8e6ce40a92c3d43400068250f58d967f15969e44 100644
--- a/content/shell/android/BUILD.gn
+++ b/content/shell/android/BUILD.gn
@@ -20,6 +20,7 @@ shared_library("libcontent_shell_content_view") {
testonly = true
deps = [
":content_shell_jni_headers",
+ "//base/test:test_support_main_stub",
"//build/config/sanitizers:deps",
"//components/crash/content/browser",
"//content/shell:content_shell_lib",
@@ -233,6 +234,7 @@ if (current_cpu != "x64") {
deps = [
":linker_test_jni_headers",
+ "//base/test:test_support_main_stub",
"//build/config/sanitizers:deps",
"//content/shell:content_shell_lib",
« no previous file with comments | « content/browser/memory/memory_coordinator_impl_unittest.cc ('k') | ipc/run_all_unittests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698