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

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

Issue 2514323004: Convert NaCl renderer-browser messages to mojo. (Closed)
Patch Set: Created 3 years, 10 months 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 | « components/nacl/browser/pnacl_host_unittest.cc ('k') | components/nacl/common/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/nacl/common/BUILD.gn
diff --git a/components/nacl/common/BUILD.gn b/components/nacl/common/BUILD.gn
index 8859d086d4d537d94a3d41b433a33ecd3154063f..a23540ba3d52988fe77a920b7a18811e964dc896 100644
--- a/components/nacl/common/BUILD.gn
+++ b/components/nacl/common/BUILD.gn
@@ -23,6 +23,8 @@ if (enable_nacl) {
"nacl_types.h",
"nacl_types_param_traits.cc",
"nacl_types_param_traits.h",
+ "pnacl_types.cc",
+ "pnacl_types.h",
]
public_deps = [
@@ -38,6 +40,7 @@ if (enable_nacl) {
"//ipc",
"//mojo/edk/system",
"//services/service_manager/public/cpp",
+ "//url/ipc:url_ipc",
]
}
@@ -63,12 +66,8 @@ if (enable_nacl) {
static_library("common") {
sources = [
- "nacl_host_messages.cc",
- "nacl_host_messages.h",
"nacl_nonsfi_util.cc",
"nacl_nonsfi_util.h",
- "pnacl_types.cc",
- "pnacl_types.h",
]
public_deps = [
@@ -115,6 +114,10 @@ if (enable_nacl) {
sources = [
"nacl.mojom",
]
+ public_deps = [
+ "//mojo/common:common_custom_types",
+ "//url/mojo:url_mojom_gurl",
+ ]
}
}
« no previous file with comments | « components/nacl/browser/pnacl_host_unittest.cc ('k') | components/nacl/common/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698