| Index: src/trusted/plugin/plugin.gypi
|
| ===================================================================
|
| --- src/trusted/plugin/plugin.gypi (revision 2716)
|
| +++ src/trusted/plugin/plugin.gypi (working copy)
|
| @@ -38,22 +38,22 @@
|
| # generic URL-origin / same-domain handling
|
| 'origin.cc',
|
| # Portable plugin code
|
| - 'srpc/browser_interface.cc',
|
| - 'srpc/connected_socket.cc',
|
| - 'srpc/desc_based_handle.cc',
|
| - 'srpc/method_map.cc',
|
| - 'srpc/nexe_arch.cc',
|
| - 'srpc/plugin.cc',
|
| - 'srpc/portable_handle.cc',
|
| - 'srpc/scriptable_handle.cc',
|
| - 'srpc/service_runtime.cc',
|
| - 'srpc/shared_memory.cc',
|
| - 'srpc/socket_address.cc',
|
| - 'srpc/srpc_client.cc',
|
| - 'srpc/srt_socket.cc',
|
| - 'srpc/stream_shm_buffer.cc',
|
| - 'srpc/string_encoding.cc',
|
| - 'srpc/utility.cc',
|
| + 'browser_interface.cc',
|
| + 'connected_socket.cc',
|
| + 'desc_based_handle.cc',
|
| + 'method_map.cc',
|
| + 'nexe_arch.cc',
|
| + 'plugin.cc',
|
| + 'portable_handle.cc',
|
| + 'scriptable_handle.cc',
|
| + 'service_runtime.cc',
|
| + 'shared_memory.cc',
|
| + 'socket_address.cc',
|
| + 'srpc_client.cc',
|
| + 'srt_socket.cc',
|
| + 'stream_shm_buffer.cc',
|
| + 'string_encoding.cc',
|
| + 'utility.cc',
|
| ],
|
| 'npapi_sources': [
|
| # NPAPI specific code
|
|
|