Chromium Code Reviews| Index: webkit/tools/test_shell/test_shell.gyp |
| =================================================================== |
| --- webkit/tools/test_shell/test_shell.gyp (revision 12977) |
| +++ webkit/tools/test_shell/test_shell.gyp (working copy) |
| @@ -260,6 +260,8 @@ |
| 'conditions': [ |
| ['OS=="linux"', { |
| 'dependencies': [ |
| + # Linux tests use the built test_shell beside the test |
| + 'test_shell', |
|
Mark Mentovai
2009/04/02 05:08:50
We do this for Linux and Mac now. I wonder if Win
|
| '../../../build/linux/system.gyp:gtk', |
| ], |
| 'sources!': [ |