diff options
author | mkwst <mkwst@chromium.org> | 2014-10-16 00:36:52 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-10-16 07:37:11 +0000 |
commit | 94388f795c709fc4a9f84da800d407b2b8257166 (patch) | |
tree | f78369bf8ed1309f583f5ce121450208391edc17 /content/content_shell.gypi | |
parent | 1c493cf5ec7f771d2222f9a453d6278916b9fc46 (diff) | |
download | chromium_src-94388f795c709fc4a9f84da800d407b2b8257166.zip chromium_src-94388f795c709fc4a9f84da800d407b2b8257166.tar.gz chromium_src-94388f795c709fc4a9f84da800d407b2b8257166.tar.bz2 |
Content Shell: Introduce LayoutTestURLRequestContextGetter.
This patch moves the DRT-specific bits of ShellURLRequestContextGetter
out into a layout-test-only subclass.
BUG=420994
Review URL: https://codereview.chromium.org/651883002
Cr-Commit-Position: refs/heads/master@{#299864}
Diffstat (limited to 'content/content_shell.gypi')
-rw-r--r-- | content/content_shell.gypi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/content/content_shell.gypi b/content/content_shell.gypi index f2d9446..5303404 100644 --- a/content/content_shell.gypi +++ b/content/content_shell.gypi @@ -104,6 +104,8 @@ 'shell/browser/layout_test/layout_test_javascript_dialog_manager.h', 'shell/browser/layout_test/layout_test_resource_dispatcher_host_delegate.cc', 'shell/browser/layout_test/layout_test_resource_dispatcher_host_delegate.h', + 'shell/browser/layout_test/layout_test_url_request_context_getter.cc', + 'shell/browser/layout_test/layout_test_url_request_context_getter.h', 'shell/browser/notify_done_forwarder.cc', 'shell/browser/notify_done_forwarder.h', 'shell/browser/shell_android.cc', |