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

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
Index: ppapi/ppapi_host.gypi
diff --git a/ppapi/ppapi_host.gypi b/ppapi/ppapi_host.gypi
index 8967e456ab595f7cff43244812c0f05befe37a8b..2c05afe6d880c876ee3b2997ae39d7447f088d32 100644
--- a/ppapi/ppapi_host.gypi
+++ b/ppapi/ppapi_host.gypi
@@ -21,6 +21,8 @@
'PPAPI_HOST_IMPLEMENTATION',
],
'sources': [
+ 'host/background_thread_message_filter.cc',
+ 'host/background_thread_message_filter.h',
'host/dispatch_host_message.h',
'host/host_factory.h',
'host/host_message_context.cc',
@@ -32,6 +34,8 @@
'host/ppapi_host_export.h',
'host/resource_host.cc',
'host/resource_host.h',
+ 'host/resource_host_message_filter.cc',
+ 'host/resource_host_message_filter.h',
],
},
],
« ppapi/host/resource_host_message_filter.h ('K') | « ppapi/host/resource_host_message_filter.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698