diff options
author | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-01 10:34:11 +0000 |
---|---|---|
committer | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-01 10:34:11 +0000 |
commit | b2324b090dcf975dc5866bad398fb17a05f4b103 (patch) | |
tree | d79cf59f48d2b9c1b7f12fbadad75175f2f112d8 /content/content_shell.gypi | |
parent | 22edd7ac6bfe0f479e7ebc31ae3ee441b5693a2b (diff) | |
download | chromium_src-b2324b090dcf975dc5866bad398fb17a05f4b103.zip chromium_src-b2324b090dcf975dc5866bad398fb17a05f4b103.tar.gz chromium_src-b2324b090dcf975dc5866bad398fb17a05f4b103.tar.bz2 |
[content shell] link against the TestRunner library
BUG=111316
TEST=layout tests are more awesome
Review URL: https://chromiumcodereview.appspot.com/11245004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@165329 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_shell.gypi')
-rw-r--r-- | content/content_shell.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/content_shell.gypi b/content/content_shell.gypi index b47450c..deabfdd 100644 --- a/content/content_shell.gypi +++ b/content/content_shell.gypi @@ -39,6 +39,7 @@ '../webkit/support/webkit_support.gyp:webkit_support', '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit', '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit_test_support', + '<(webkit_src_dir)/Tools/DumpRenderTree/DumpRenderTree.gyp/DumpRenderTree.gyp:TestRunner', ], 'include_dirs': [ '..', @@ -286,7 +287,6 @@ 'content_shell_lib', 'content_shell_pak', '../third_party/mesa/mesa.gyp:osmesa', - '<(webkit_src_dir)/Tools/DumpRenderTree/DumpRenderTree.gyp/DumpRenderTree.gyp:TestRunner_resources', ], 'include_dirs': [ '..', |