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

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

Issue 1532183002: EDK: Split embedder.* into embedder.* and multiprocess_embedder.*. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 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
« no previous file with comments | « no previous file | mojo/edk/embedder/embedder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/edk/embedder/BUILD.gn
diff --git a/mojo/edk/embedder/BUILD.gn b/mojo/edk/embedder/BUILD.gn
index 086b6c741912f232e6f013b279ee7510097ba2b6..b7097a2b2b01d0926c73de73caddf4f27ff609a7 100644
--- a/mojo/edk/embedder/BUILD.gn
+++ b/mojo/edk/embedder/BUILD.gn
@@ -4,6 +4,7 @@
import("../mojo_edk.gni")
+# TODO(vtl): Move multiprocess stuff into a separate target.
mojo_edk_source_set("embedder") {
# This isn't really a standalone target; it must be linked into the
# mojo_system_impl component.
@@ -16,6 +17,8 @@ mojo_edk_source_set("embedder") {
"embedder.h",
"embedder_internal.h",
"entrypoints.cc",
+ "multiprocess_embedder.cc",
+ "multiprocess_embedder.h",
"system_impl_private_entrypoints.cc",
# Test-only code:
@@ -97,9 +100,11 @@ mojo_edk_source_set("delegates") {
mojo_sdk_public_deps = [ "mojo/public/cpp/system" ]
}
+# TODO(vtl): Move multiprocess stuff into a separate target.
mojo_edk_unittests("mojo_edk_embedder_unittests") {
sources = [
"embedder_unittest.cc",
+ "multiprocess_embedder_unittest.cc",
"platform_channel_pair_unittest.cc",
"simple_platform_shared_buffer_unittest.cc",
]
« no previous file with comments | « no previous file | mojo/edk/embedder/embedder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698