diff options
author | bbudge@chromium.org <bbudge@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-23 21:18:19 +0000 |
---|---|---|
committer | bbudge@chromium.org <bbudge@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-23 21:18:19 +0000 |
commit | fe5d406f982a080ff3b8a503d6b487f16c812d48 (patch) | |
tree | 77595f2b8f7e136562deedba553339ea2028568b /ppapi/ppapi_proxy_untrusted.gyp | |
parent | de1d2f80e33170f57c942e4950b1a75d4056a127 (diff) | |
download | chromium_src-fe5d406f982a080ff3b8a503d6b487f16c812d48.zip chromium_src-fe5d406f982a080ff3b8a503d6b487f16c812d48.tar.gz chromium_src-fe5d406f982a080ff3b8a503d6b487f16c812d48.tar.bz2 |
Add ipc_channel_nacl to the untrusted build and fix all compile/link errors.
ppapi_proxy_untrusted.gyp should now build with a single link error for main.
BUG=116317
TEST=builds with a single link error for main().
Review URL: https://chromiumcodereview.appspot.com/10167024
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133519 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/ppapi_proxy_untrusted.gyp')
-rw-r--r-- | ppapi/ppapi_proxy_untrusted.gyp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ppapi/ppapi_proxy_untrusted.gyp b/ppapi/ppapi_proxy_untrusted.gyp index c640a23..396b97c 100644 --- a/ppapi/ppapi_proxy_untrusted.gyp +++ b/ppapi/ppapi_proxy_untrusted.gyp @@ -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', |