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

Unified Diff: ppapi/ppapi_host.gypi

Issue 11410029: Added a ResourceMessageFilter for handling resource messages on another thread. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 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 | « ppapi/host/resource_message_handler.cc ('k') | ppapi/ppapi_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/ppapi_host.gypi
diff --git a/ppapi/ppapi_host.gypi b/ppapi/ppapi_host.gypi
index 8967e456ab595f7cff43244812c0f05befe37a8b..446a8289a71cad051e2d313f1fb5c8aeac33c814 100644
--- a/ppapi/ppapi_host.gypi
+++ b/ppapi/ppapi_host.gypi
@@ -32,6 +32,10 @@
'host/ppapi_host_export.h',
'host/resource_host.cc',
'host/resource_host.h',
+ 'host/resource_message_filter.cc',
+ 'host/resource_message_filter.h',
+ 'host/resource_message_handler.cc',
+ 'host/resource_message_handler.h',
],
},
],
« no previous file with comments | « ppapi/host/resource_message_handler.cc ('k') | ppapi/ppapi_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698