summaryrefslogtreecommitdiffstats
path: root/content/content_child.gypi
diff options
context:
space:
mode:
authorkinuko@chromium.org <kinuko@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-19 16:34:36 +0000
committerkinuko@chromium.org <kinuko@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-19 16:34:36 +0000
commitce944c615b0d8f2402f884eab81d303e0ac2072e (patch)
tree0dd3ec560ff87fb15be9fc613794fd97f23cac68 /content/content_child.gypi
parent9aec59935a7c4e6a1bdb04acfc3b64fafa822e8c (diff)
downloadchromium_src-ce944c615b0d8f2402f884eab81d303e0ac2072e.zip
chromium_src-ce944c615b0d8f2402f884eab81d303e0ac2072e.tar.gz
chromium_src-ce944c615b0d8f2402f884eab81d303e0ac2072e.tar.bz2
Add ChildMessageFilter, a base class for renderer/worker cross-thread MessageFilter
- Save some dup'ed code in similar message filters - Centralize WorkerRunner thread-handling code into one class (which could be helpful when we migrate worker thread implementation) BUG=none Review URL: https://codereview.chromium.org/63843002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236004 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_child.gypi')
-rw-r--r--content/content_child.gypi4
1 files changed, 4 insertions, 0 deletions
diff --git a/content/content_child.gypi b/content/content_child.gypi
index f8fb464..8e3470b8 100644
--- a/content/content_child.gypi
+++ b/content/content_child.gypi
@@ -32,6 +32,8 @@
'child/browser_font_resource_trusted.h',
'child/child_histogram_message_filter.cc',
'child/child_histogram_message_filter.h',
+ 'child/child_message_filter.cc',
+ 'child/child_message_filter.h',
'child/child_process.cc',
'child/child_process.h',
'child/child_resource_message_filter.cc',
@@ -152,6 +154,8 @@
'child/websocket_bridge.h',
'child/websocket_dispatcher.cc',
'child/websocket_dispatcher.h',
+ 'child/worker_thread_task_runner.cc',
+ 'child/worker_thread_task_runner.h',
'public/child/image_decoder_utils.h',
'public/child/resource_dispatcher_delegate.h',
],