summaryrefslogtreecommitdiffstats
path: root/content/content_shell.gypi
diff options
context:
space:
mode:
authorjochen <jochen@chromium.org>2016-02-17 12:39:45 -0800
committerCommit bot <commit-bot@chromium.org>2016-02-17 20:40:33 +0000
commit5ce1af990b1784f60803490ddc487c12aaa9e990 (patch)
tree83b925025cca601636957bc5b1ae81e6864b7a28 /content/content_shell.gypi
parent89d33db3bfd53fbb3d85bb218ad4db8489a4dc34 (diff)
downloadchromium_src-5ce1af990b1784f60803490ddc487c12aaa9e990.zip
chromium_src-5ce1af990b1784f60803490ddc487c12aaa9e990.tar.gz
chromium_src-5ce1af990b1784f60803490ddc487c12aaa9e990.tar.bz2
Move some more layout test related classes to the appropriate dir
Also put some DEPS in place to avoid future regressions. Untangling shell.cc seems to be not worthwhile, so I left it alone. BUG=none R=mkwst@chromium.org Review URL: https://codereview.chromium.org/1698313002 Cr-Commit-Position: refs/heads/master@{#375971}
Diffstat (limited to 'content/content_shell.gypi')
-rw-r--r--content/content_shell.gypi8
1 files changed, 4 insertions, 4 deletions
diff --git a/content/content_shell.gypi b/content/content_shell.gypi
index c52ce5c..70dc03f 100644
--- a/content/content_shell.gypi
+++ b/content/content_shell.gypi
@@ -90,8 +90,8 @@
'shell/app/shell_main_delegate.h',
'shell/app/shell_main_delegate_mac.h',
'shell/app/shell_main_delegate_mac.mm',
- 'shell/browser/blink_test_controller.cc',
- 'shell/browser/blink_test_controller.h',
+ 'shell/browser/layout_test/blink_test_controller.cc',
+ 'shell/browser/layout_test/blink_test_controller.h',
'shell/browser/layout_test/layout_test_android.cc',
'shell/browser/layout_test/layout_test_android.h',
'shell/browser/layout_test/layout_test_bluetooth_adapter_provider.cc',
@@ -126,8 +126,8 @@
'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/layout_test/notify_done_forwarder.cc',
+ 'shell/browser/layout_test/notify_done_forwarder.h',
'shell/browser/shell.cc',
'shell/browser/shell.h',
'shell/browser/shell_access_token_store.cc',