diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-16 18:02:26 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-16 18:02:26 +0000 |
commit | 70ffeb073a9fe4525de26c6c50a0e60f755ec2a4 (patch) | |
tree | 4f49896126c6c6dacf36524cee0bf143eb89e292 /content/content_child.gypi | |
parent | 55c5bbeae4a40314106a69a2078b39612468c0a1 (diff) | |
download | chromium_src-70ffeb073a9fe4525de26c6c50a0e60f755ec2a4.zip chromium_src-70ffeb073a9fe4525de26c6c50a0e60f755ec2a4.tar.gz chromium_src-70ffeb073a9fe4525de26c6c50a0e60f755ec2a4.tar.bz2 |
Move multipart_response_delegate.* from webkit/ to content/
Put MultipartResponseDelegate into content namespace while at it.
BUG=338338
TEST=content_unittests
R=jam@chromium.org
TBR=darin@chromium.org
Review URL: https://codereview.chromium.org/384273003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283427 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 3e45b0c..1587d8e 100644 --- a/content/content_child.gypi +++ b/content/content_child.gypi @@ -90,6 +90,8 @@ 'child/indexed_db/webidbfactory_impl.h', 'child/mojo/mojo_application.cc', 'child/mojo/mojo_application.h', + 'child/multipart_response_delegate.cc', + 'child/multipart_response_delegate.h', 'child/npapi/np_channel_base.cc', 'child/npapi/np_channel_base.h', 'child/npapi/npobject_base.h', |