From 5ce1af990b1784f60803490ddc487c12aaa9e990 Mon Sep 17 00:00:00 2001 From: jochen Date: Wed, 17 Feb 2016 12:39:45 -0800 Subject: 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} --- content/content_shell.gypi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'content/content_shell.gypi') 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', -- cgit v1.1