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

Unified Diff: src/trusted/plugin/plugin.gypi

Issue 2981011: Move plugin/srpc contents to the more appropriately named plugin/common.... (Closed) Base URL: http://nativeclient.googlecode.com/svn/trunk/src/native_client/
Patch Set: '' Created 10 years, 5 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 | « src/trusted/plugin/plugin.gyp ('k') | src/trusted/plugin/portable_handle.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « src/trusted/plugin/plugin.gyp ('k') | src/trusted/plugin/portable_handle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698