Chromium Code Reviews| Index: webkit/tools/test_shell/test_shell.gypi |
| diff --git a/webkit/tools/test_shell/test_shell.gypi b/webkit/tools/test_shell/test_shell.gypi |
| index f9ad613dfcc9dc666e310f88aa7eadeb51acb940..fe91a9b047c15a94079f2e3b4c6cac739fd5330b 100644 |
| --- a/webkit/tools/test_shell/test_shell.gypi |
| +++ b/webkit/tools/test_shell/test_shell.gypi |
| @@ -333,6 +333,17 @@ |
| ], |
| }, |
| { |
| + 'target_name': 'test_shell_test_support', |
| + 'type': 'static_library', |
| + 'dependencies': [ |
| + '<(DEPTH)/webkit/support/webkit_support.gyp:glue' |
| + ], |
| + 'sources': [ |
| + '../../plugins/npapi/stub_plugin_list.cc', |
| + '../../plugins/npapi/stub_plugin_list.h', |
|
tony
2011/06/14 17:46:56
Can we just include these files in test_shell_test
Bernhard Bauer
2011/06/15 10:04:57
I need them in browser_tests as well, and I didn't
|
| + ] |
| + }, |
| + { |
| 'target_name': 'test_shell_tests', |
| 'type': 'executable', |
| 'variables': { |
| @@ -346,6 +357,7 @@ |
| ], |
| 'dependencies': [ |
| 'test_shell_common', |
| + 'test_shell_test_support', |
| '<(DEPTH)/base/base.gyp:test_support_base', |
| '<(DEPTH)/media/media.gyp:media_test_support', |
| '<(DEPTH)/net/net.gyp:net', |