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

Unified Diff: mojo/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: mojo/android/BUILD.gn
diff --git a/mojo/android/BUILD.gn b/mojo/android/BUILD.gn
index e09fb353fff63b1b76d7b4f79c1be4b267741514..366b8babe1d9357604b84d19495503c78c052301 100644
--- a/mojo/android/BUILD.gn
+++ b/mojo/android/BUILD.gn
@@ -130,7 +130,8 @@ shared_library("mojo_java_unittests") {
":libsystem_java",
":system_java_jni_headers",
"//base",
- "//base/test/:test_support",
+ "//base/test:test_support",
+ "//base/test:test_support_main_stub",
"//build/config/sanitizers:deps",
"//mojo/edk/system",
"//mojo/public/cpp/bindings/tests:mojo_public_bindings_test_utils",

Powered by Google App Engine
This is Rietveld 408576698