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

Unified Diff: mojo/edk/test/BUILD.gn

Issue 728783003: Add infrastructure to run tests on android. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Use file_hash Created 6 years, 1 month 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/edk/test/BUILD.gn
diff --git a/mojo/edk/test/BUILD.gn b/mojo/edk/test/BUILD.gn
index 38a631bc5cb674004129b73390c8d9cca63b543f..bc4dd541f5ad238ed24d17684d9462d64eb12ba0 100644
--- a/mojo/edk/test/BUILD.gn
+++ b/mojo/edk/test/BUILD.gn
@@ -6,13 +6,18 @@
source_set("test_support") {
testonly = true
sources = [
- "multiprocess_test_helper.cc",
- "multiprocess_test_helper.h",
"test_utils.h",
"test_utils_posix.cc",
"test_utils_win.cc",
]
+ if (!is_android) {
+ sources += [
+ "multiprocess_test_helper.cc",
+ "multiprocess_test_helper.h",
+ ]
+ }
+
deps = [
"//base",
"//base/test:test_support",

Powered by Google App Engine
This is Rietveld 408576698