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

Unified Diff: components/nacl.gyp

Issue 131413009: Prototype: Use Chromium IPC for plugin LOAD_MODULE. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased, some FIXMEs cleaned up Created 6 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
Index: components/nacl.gyp
diff --git a/components/nacl.gyp b/components/nacl.gyp
index 2721ebb2b68561df3ac159d5d84d885f4a3e8116..163c5ec03dcd2bb202c1ef5de4c6b66aa6515696 100644
--- a/components/nacl.gyp
+++ b/components/nacl.gyp
@@ -36,6 +36,8 @@
'nacl/loader/nacl_main_platform_delegate_win.cc',
'nacl/loader/nacl_listener.cc',
'nacl/loader/nacl_listener.h',
+ 'nacl/loader/nacl_trusted_listener.cc',
+ 'nacl/loader/nacl_trusted_listener.h',
'nacl/loader/nacl_validation_db.h',
'nacl/loader/nacl_validation_query.cc',
'nacl/loader/nacl_validation_query.h',
@@ -145,6 +147,8 @@
'nacl/renderer/pnacl_translation_resource_host.h',
'nacl/renderer/ppb_nacl_private_impl.cc',
'nacl/renderer/ppb_nacl_private_impl.h',
+ 'nacl/renderer/trusted_plugin_channel.cc',
+ 'nacl/renderer/trusted_plugin_channel.h',
],
'include_dirs': [
'..',
« no previous file with comments | « no previous file | components/nacl/browser/nacl_process_host.h » ('j') | components/nacl/browser/nacl_process_host.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698