summaryrefslogtreecommitdiffstats
path: root/content/content_child.gypi
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-19 06:42:14 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-19 06:42:14 +0000
commit3dda5851a121c2d424db0a731b7314fee3fd5a3d (patch)
treedf69fe7c90dd41846de91d01d5e3f706967c0a28 /content/content_child.gypi
parent400aec2701f8152512dacf97e21559c24f8e6101 (diff)
downloadchromium_src-3dda5851a121c2d424db0a731b7314fee3fd5a3d.zip
chromium_src-3dda5851a121c2d424db0a731b7314fee3fd5a3d.tar.gz
chromium_src-3dda5851a121c2d424db0a731b7314fee3fd5a3d.tar.bz2
Move WorkerTaskRunner to content/child.
This moves it from webkit/child to content/child, since src/webkit is dying and it is a trivial move. WorkerTaskRunner has no dependencies besides base, and nobody in webkit/ is using it, just content. BUG=265753 TEST=content_shell and content_unittests R=jochen@chromium.org,jam@chromium.org,darin@chromium.org TBR=darin Review URL: https://codereview.chromium.org/165373004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251975 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_child.gypi')
-rw-r--r--content/content_child.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/content/content_child.gypi b/content/content_child.gypi
index a275f8d..08be4c1 100644
--- a/content/content_child.gypi
+++ b/content/content_child.gypi
@@ -175,6 +175,8 @@
'child/webthemeengine_impl_default.h',
'child/webthemeengine_impl_mac.cc',
'child/webthemeengine_impl_mac.h',
+ 'child/worker_task_runner.cc',
+ 'child/worker_task_runner.h',
'child/worker_thread_task_runner.cc',
'child/worker_thread_task_runner.h',
'public/child/image_decoder_utils.h',