diff options
-rw-r--r-- | webkit/tools/test_shell/test_shell.gyp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/webkit/tools/test_shell/test_shell.gyp b/webkit/tools/test_shell/test_shell.gyp index b398175..9c916f6 100644 --- a/webkit/tools/test_shell/test_shell.gyp +++ b/webkit/tools/test_shell/test_shell.gyp @@ -311,6 +311,8 @@ '../../glue/plugins/test/plugin_arguments_test.h', '../../glue/plugins/test/plugin_client.cc', '../../glue/plugins/test/plugin_client.h', + '../../glue/plugins/test/plugin_create_instance_in_paint.cc', + '../../glue/plugins/test/plugin_create_instance_in_paint.h', '../../glue/plugins/test/plugin_delete_plugin_in_stream_test.cc', '../../glue/plugins/test/plugin_delete_plugin_in_stream_test.h', '../../glue/plugins/test/plugin_get_javascript_url_test.cc', @@ -355,6 +357,10 @@ '../../glue/plugins/test/plugin_window_size_test.cc', '../../glue/plugins/test/plugin_windowless_test.cc', + # Seems windows specific. + '../../glue/plugins/test/plugin_create_instance_in_paint.cc', + '../../glue/plugins/test/plugin_create_instance_in_paint.h', + # windows-specific resources '../../glue/plugins/test/npapi_test.def', '../../glue/plugins/test/npapi_test.rc', |