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

Unified Diff: net/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: net/android/BUILD.gn
diff --git a/net/android/BUILD.gn b/net/android/BUILD.gn
index 1ff8b2c55e34d11b846cf38a50dd3d47b73a4782..226c8155d45d638807034c865184f5fc47b5dbea 100644
--- a/net/android/BUILD.gn
+++ b/net/android/BUILD.gn
@@ -77,6 +77,7 @@ source_set("java_test_native_support") {
]
deps = [
+ "//base/test:test_support_main_stub",
"//net:test_support",
]
public_deps = [

Powered by Google App Engine
This is Rietveld 408576698