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

Unified Diff: content/shell/android/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: content/shell/android/BUILD.gn
diff --git a/content/shell/android/BUILD.gn b/content/shell/android/BUILD.gn
index 4ae34574a989434d56b9f62e1a00df4a6f6d01c2..859b120241c95d631387cc80b2a055f4ec0f0326 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",
@@ -212,6 +213,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",

Powered by Google App Engine
This is Rietveld 408576698