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

Unified Diff: ppapi/ppapi_ipc.gypi

Issue 53123002: Rename HandleConverter to NaClMessageScanner. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove early out for ResourceMessageReplyParams. Created 7 years, 1 month 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 | « components/nacl/loader/nacl_ipc_adapter.cc ('k') | ppapi/proxy/handle_converter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/ppapi_ipc.gypi
diff --git a/ppapi/ppapi_ipc.gypi b/ppapi/ppapi_ipc.gypi
index f8334722f6005445209454ca704858a70336f0fe..132c0f11e9228110c4e5408183cccf9d86a3c95f 100644
--- a/ppapi/ppapi_ipc.gypi
+++ b/ppapi/ppapi_ipc.gypi
@@ -12,8 +12,8 @@
# This part is shared between the targets defined below.
['ppapi_ipc_target==1', {
'sources': [
- 'proxy/handle_converter.cc',
- 'proxy/handle_converter.h',
+ 'proxy/nacl_message_scanner.cc',
+ 'proxy/nacl_message_scanner.h',
'proxy/ppapi_messages.cc',
'proxy/ppapi_messages.h',
'proxy/ppapi_param_traits.cc',
« no previous file with comments | « components/nacl/loader/nacl_ipc_adapter.cc ('k') | ppapi/proxy/handle_converter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698