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

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

Issue 2514323004: Convert NaCl renderer-browser messages to mojo. (Closed)
Patch Set: rebase Created 3 years, 11 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
Index: components/nacl/browser/BUILD.gn
diff --git a/components/nacl/browser/BUILD.gn b/components/nacl/browser/BUILD.gn
index 5307b79ceec6fb8aab9b45727a7adf77fc013d06..4c70826856e02dc94dcc02453de16c623f00e2a1 100644
--- a/components/nacl/browser/BUILD.gn
+++ b/components/nacl/browser/BUILD.gn
@@ -18,8 +18,8 @@ static_library("browser") {
"nacl_browser.h",
"nacl_file_host.cc",
"nacl_file_host.h",
- "nacl_host_message_filter.cc",
- "nacl_host_message_filter.h",
+ "nacl_host_impl.cc",
+ "nacl_host_impl.h",
"nacl_process_host.cc",
"nacl_process_host.h",
"nacl_validation_cache.cc",

Powered by Google App Engine
This is Rietveld 408576698