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

Unified Diff: base/BUILD.gn

Issue 2549363004: Multiprocess test client: Android child process launcher rework. (Closed)
Patch Set: Fixed tests 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: base/BUILD.gn
diff --git a/base/BUILD.gn b/base/BUILD.gn
index 88d5d7f036c33d5563b1460dbfe651871816ec04..4436d5d2ebcbf8a6d72795329e6b5a8d5a69b5a6 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -2127,10 +2127,15 @@ test("base_unittests") {
}
if (is_android) {
+ sources -= [
+ "process/process_unittest.cc",
+ "process/process_util_unittest.cc",
+ ]
deps += [
":base_java",
":base_java_unittest_support",
"//base/android/jni_generator:jni_generator_tests",
+ "//base/test:test_support_java",
]
}

Powered by Google App Engine
This is Rietveld 408576698