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

Unified Diff: components/nacl.gyp

Issue 231793003: Add IPC Channel for new ManifestService. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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 | « no previous file | components/nacl/browser/nacl_process_host.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/nacl.gyp
diff --git a/components/nacl.gyp b/components/nacl.gyp
index b62e8f111a813759a354923ecae11597b099c7ea..3603271af8395fcdd269beb496ab8e700aa1278f 100644
--- a/components/nacl.gyp
+++ b/components/nacl.gyp
@@ -143,6 +143,8 @@
'target_name': 'nacl_renderer',
'type': 'static_library',
'sources': [
+ 'nacl/renderer/manifest_service_channel.cc',
+ 'nacl/renderer/manifest_service_channel.h',
'nacl/renderer/nexe_load_manager.cc',
'nacl/renderer/nexe_load_manager.h',
'nacl/renderer/pnacl_translation_resource_host.cc',
@@ -224,6 +226,8 @@
'nacl/loader/nonsfi/irt_util.h',
'nacl/loader/nonsfi/nonsfi_main.cc',
'nacl/loader/nonsfi/nonsfi_main.h',
+ '../ppapi/nacl_irt/manifest_service.cc',
+ '../ppapi/nacl_irt/manifest_service.h',
'../ppapi/nacl_irt/plugin_main.cc',
'../ppapi/nacl_irt/plugin_main.h',
'../ppapi/nacl_irt/plugin_startup.cc',
« no previous file with comments | « no previous file | components/nacl/browser/nacl_process_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698