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

Unified Diff: ppapi/ppapi_proxy_untrusted.gyp

Issue 10167024: Add ipc_channel_nacl to the untrusted build and fix all compile/link errors. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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
Index: ppapi/ppapi_proxy_untrusted.gyp
===================================================================
--- ppapi/ppapi_proxy_untrusted.gyp (revision 133452)
+++ ppapi/ppapi_proxy_untrusted.gyp (working copy)
@@ -202,11 +202,14 @@
],
'sources': [
'../ipc/file_descriptor_set_posix.cc',
-# '../ipc/ipc_channel_posix.cc',
+ '../ipc/ipc_channel.cc',
+ '../ipc/ipc_channel_nacl.cc',
'../ipc/ipc_channel_proxy.cc',
+ '../ipc/ipc_channel_reader.cc',
'../ipc/ipc_logging.cc',
'../ipc/ipc_message.cc',
'../ipc/ipc_message_utils.cc',
+ '../ipc/ipc_platform_file.cc',
'../ipc/ipc_sync_channel.cc',
'../ipc/ipc_sync_message.cc',
'../ipc/ipc_sync_message_filter.cc',

Powered by Google App Engine
This is Rietveld 408576698