diff options
author | primiano@chromium.org <primiano@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-07 13:35:58 +0000 |
---|---|---|
committer | primiano@chromium.org <primiano@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-07 13:35:58 +0000 |
commit | 5326cd2ffbb54a1ac573e19a233b77b45ab9b44c (patch) | |
tree | bf022a5328d8bd3568f3e25fc0942e754ae1ecd4 /content/shell/browser | |
parent | 72219879d9b13592db9d0c0c118fa9be1254c157 (diff) | |
download | chromium_src-5326cd2ffbb54a1ac573e19a233b77b45ab9b44c.zip chromium_src-5326cd2ffbb54a1ac573e19a233b77b45ab9b44c.tar.gz chromium_src-5326cd2ffbb54a1ac573e19a233b77b45ab9b44c.tar.bz2 |
Relanding: Split content_shell dependencies for layout tests.
Reason for relanding:
The Blink bot that failed was using an untested build config,
which has been fixed in crrev.com/224733008.
Original issue's description:
> Split content_shell dependencies for layout tests.
>
> This CL is isolating the minimum dependencies required to make layout
> tests work in content_shell without requiring it to depend on the entire
> test_support_content_target.
> crrev.com/11275277 has introduced a dependency on test_support_content
> to cope with layout test. test_support_content, however, was intended
> for unit/browser-tests and adding its dependency to content_shell
> causes a lot of unnecessary sources to be linked in.
> The linker --gc-sections has hidden the problem so far, but that doesn't
> seem to be an option for arm64 (at least with the current toolchain).
BUG=159847, 354405
TBR=jam@chromium.org
Review URL: https://codereview.chromium.org/225783005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@262120 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/shell/browser')
-rw-r--r-- | content/shell/browser/shell_browser_main.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/content/shell/browser/shell_browser_main.cc b/content/shell/browser/shell_browser_main.cc index f8e1c26..6e891320 100644 --- a/content/shell/browser/shell_browser_main.cc +++ b/content/shell/browser/shell_browser_main.cc @@ -22,7 +22,6 @@ #include "content/shell/browser/webkit_test_controller.h" #include "content/shell/common/shell_switches.h" #include "content/shell/common/webkit_test_helpers.h" -#include "content/test/webkit_support.h" #include "net/base/net_util.h" #if defined(OS_ANDROID) |