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

Unified Diff: components/nacl/common/BUILD.gn

Issue 2501913002: Change the NaCl loader and broker processes to use the ServiceManager. (Closed)
Patch Set: 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: components/nacl/common/BUILD.gn
diff --git a/components/nacl/common/BUILD.gn b/components/nacl/common/BUILD.gn
index 5440c723a484dfc4ed4c2c8a8cc68814691d6e19..0f7230df2d0329d959db8720fc64e72f84138e38 100644
--- a/components/nacl/common/BUILD.gn
+++ b/components/nacl/common/BUILD.gn
@@ -18,6 +18,8 @@ if (enable_nacl) {
"nacl_renderer_messages.cc",
"nacl_renderer_messages.h",
"nacl_sandbox_type.h",
+ "nacl_service.cc",
+ "nacl_service.h",
"nacl_types.cc",
"nacl_types.h",
"nacl_types_param_traits.cc",
@@ -25,14 +27,18 @@ if (enable_nacl) {
]
public_deps = [
+ ":minimal_content_dummy",
":switches",
]
deps = [
- ":minimal_content_dummy",
"//base",
"//base:base_static",
+ "//content/public/common:service_names",
"//ipc",
+ "//ipc:mojom",
+ "//mojo/edk/system",
+ "//services/service_manager/public/cpp",
]
}
@@ -43,7 +49,9 @@ if (enable_nacl) {
source_set("minimal_content_dummy") {
check_includes = false
sources = [
+ "//content/public/common/content_descriptors.h",
"//content/public/common/content_switches.h",
+ "//content/public/common/mojo_channel_switches.h",
"//content/public/common/process_type.h",
"//content/public/common/sandbox_type.h",
]

Powered by Google App Engine
This is Rietveld 408576698