| Index: webkit/tools/test_shell/test_shell.gyp
|
| ===================================================================
|
| --- webkit/tools/test_shell/test_shell.gyp (revision 21504)
|
| +++ webkit/tools/test_shell/test_shell.gyp (working copy)
|
| @@ -183,6 +183,8 @@
|
| 'msvs_guid': 'FA39524D-3067-4141-888D-28A86C66F2B9',
|
| 'dependencies': [
|
| 'test_shell_common',
|
| + 'npapi_layout_test_plugin',
|
| + '../../../tools/imagediff/image_diff.gyp:image_diff',
|
| ],
|
| 'sources': [
|
| 'test_shell_main.cc',
|
| @@ -206,6 +208,7 @@
|
| },
|
| 'conditions': [
|
| ['OS=="win"', {
|
| + 'dependencies': ['test_worker'],
|
| 'resource_include_dirs': [
|
| '<(SHARED_INTERMEDIATE_DIR)/webkit',
|
| ],
|
|
|