summaryrefslogtreecommitdiffstats
path: root/content/content_shell.gypi
diff options
context:
space:
mode:
authormkwst <mkwst@chromium.org>2014-10-16 00:36:52 -0700
committerCommit bot <commit-bot@chromium.org>2014-10-16 07:37:11 +0000
commit94388f795c709fc4a9f84da800d407b2b8257166 (patch)
treef78369bf8ed1309f583f5ce121450208391edc17 /content/content_shell.gypi
parent1c493cf5ec7f771d2222f9a453d6278916b9fc46 (diff)
downloadchromium_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.gypi2
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',