diff options
author | scottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-07 00:59:34 +0000 |
---|---|---|
committer | scottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-07 00:59:34 +0000 |
commit | 541b7b0c37d6869f6ffecf8ada1d8bcfd2a919f8 (patch) | |
tree | b21b32646d015e52b58be2a75cfb39ded9e8d524 /content/content_child.gypi | |
parent | 4a3235d7241f45fb7e9c96e930693ed2c7de6554 (diff) | |
download | chromium_src-541b7b0c37d6869f6ffecf8ada1d8bcfd2a919f8.zip chromium_src-541b7b0c37d6869f6ffecf8ada1d8bcfd2a919f8.tar.gz chromium_src-541b7b0c37d6869f6ffecf8ada1d8bcfd2a919f8.tar.bz2 |
move request_extra_data.{cc,h} from content/common to content/child
R=jam@chromium.org
BUG=239107
Review URL: https://codereview.chromium.org/16103012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@204684 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 85ac385..fac6e1b 100644 --- a/content/content_child.gypi +++ b/content/content_child.gypi @@ -60,6 +60,8 @@ 'child/plugin_param_traits.h', 'child/quota_dispatcher.cc', 'child/quota_dispatcher.h', + 'child/request_extra_data.cc', + 'child/request_extra_data.h', 'child/resource_dispatcher.cc', 'child/resource_dispatcher.h', 'child/socket_stream_dispatcher.cc', |