diff options
author | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-01 21:28:25 +0000 |
---|---|---|
committer | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-01 21:28:25 +0000 |
commit | a9b826af8ef183810c176b9ede4a2934f4678d50 (patch) | |
tree | 27dc450fc3f0582ecf96b8534d7c4fd764ca4559 | |
parent | 2a6118a3b6f9615a8a574fc7193e86e434a9d44d (diff) | |
download | chromium_src-a9b826af8ef183810c176b9ede4a2934f4678d50.zip chromium_src-a9b826af8ef183810c176b9ede4a2934f4678d50.tar.gz chromium_src-a9b826af8ef183810c176b9ede4a2934f4678d50.tar.bz2 |
Fresh build problem: make sure test_shell is built and installed
when we ask for test_shell_tests.
Review URL: http://codereview.chromium.org/56161
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12980 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | webkit/tools/test_shell/test_shell.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/webkit/tools/test_shell/test_shell.gyp b/webkit/tools/test_shell/test_shell.gyp index f67b87e..024512b 100644 --- a/webkit/tools/test_shell/test_shell.gyp +++ b/webkit/tools/test_shell/test_shell.gyp @@ -260,6 +260,8 @@ 'conditions': [ ['OS=="linux"', { 'dependencies': [ + # Linux tests use the built test_shell beside the test + 'test_shell', '../../../build/linux/system.gyp:gtk', ], 'sources!': [ |