diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-21 18:20:38 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-21 18:20:38 +0000 |
commit | 387277cea3d8a6f2f29f6e35bf24d524a267e46a (patch) | |
tree | edd9aba9e15434c112483566fe57c1001d8ba77a /content/content_child.gypi | |
parent | a9b24304db8e19cc8ee2cf866ea85024de943778 (diff) | |
download | chromium_src-387277cea3d8a6f2f29f6e35bf24d524a267e46a.zip chromium_src-387277cea3d8a6f2f29f6e35bf24d524a267e46a.tar.gz chromium_src-387277cea3d8a6f2f29f6e35bf24d524a267e46a.tar.bz2 |
Move webthread_impl.* to content/child.
It is only used by content and is necessary as we continue to move
forward with the process of removing src/webkit/.
BUG=265753
TEST=content_shell and content_unittests
R=jochen@chromium.org
TBR=darin
Review URL: https://codereview.chromium.org/168923003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252597 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_child.gypi')
-rw-r--r-- | content/content_child.gypi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/content/content_child.gypi b/content/content_child.gypi index 08be4c1..8cf740d 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/webthread_impl.cc', + 'child/webthread_impl.h', 'child/worker_task_runner.cc', 'child/worker_task_runner.h', 'child/worker_thread_task_runner.cc', |