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

Unified Diff: mojo/edk/embedder/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/embedder/BUILD.gn
diff --git a/mojo/edk/embedder/BUILD.gn b/mojo/edk/embedder/BUILD.gn
index 3bd9df007243f52013925f7a6eb8b0012355f56b..8ea2d9c24c2d9efefdbd4b7d11cda89f14d06d05 100644
--- a/mojo/edk/embedder/BUILD.gn
+++ b/mojo/edk/embedder/BUILD.gn
@@ -83,11 +83,19 @@ source_set("embedder_unittests") {
visibility = [ "//mojo/edk/system:mojo_system_unittests" ]
sources = [
+ "embedder_test_util.cc",
+ "embedder_test_util.h",
"embedder_unittest.cc",
"platform_channel_pair_posix_unittest.cc",
"simple_platform_shared_buffer_unittest.cc",
]
+ if (!is_android) {
+ sources += [
+ "embedder_multiprocess_unittest.cc",
+ ]
+ }
+
deps = [
"//base",
"//base/test:test_support",

Powered by Google App Engine
This is Rietveld 408576698