diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-27 01:08:03 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-27 01:08:03 +0000 |
commit | c5f1e3380f1e1b904420d6072f92484daf497a65 (patch) | |
tree | fd41400cc8ac32b90d1817bcd36cb6aa47842af7 /content/content_shell.gypi | |
parent | 5a3432f63636a3d05d73da60c54e83d2c77b57a3 (diff) | |
download | chromium_src-c5f1e3380f1e1b904420d6072f92484daf497a65.zip chromium_src-c5f1e3380f1e1b904420d6072f92484daf497a65.tar.gz chromium_src-c5f1e3380f1e1b904420d6072f92484daf497a65.tar.bz2 |
Split off content_shell's ResourceContext and URLRequestContextGetter implementations into separate files to improve readability.BUG=90445
Review URL: http://codereview.chromium.org/8037037
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102851 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_shell.gypi')
-rw-r--r-- | content/content_shell.gypi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/content/content_shell.gypi b/content/content_shell.gypi index 840c926..2314f67 100644 --- a/content/content_shell.gypi +++ b/content/content_shell.gypi @@ -52,6 +52,10 @@ 'shell/shell_content_utility_client.cc', 'shell/shell_content_utility_client.h', 'shell/shell_main.cc', + 'shell/shell_resource_context.cc', + 'shell/shell_resource_context.h', + 'shell/shell_url_request_context_getter.cc', + 'shell/shell_url_request_context_getter.h', ], 'msvs_settings': { 'VCLinkerTool': { |