diff options
author | bradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-29 05:48:46 +0000 |
---|---|---|
committer | bradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-29 05:48:46 +0000 |
commit | 27f4aaa2d497432dfaab6e339aef75ea41670a9d (patch) | |
tree | 9d6fcbb57938ed1f3e1aa056c5a7059b1b4a9d64 /webkit/tools/test_shell | |
parent | 5956dc1623897c0674d05fe0842a9f48ddf4b2cd (diff) | |
download | chromium_src-27f4aaa2d497432dfaab6e339aef75ea41670a9d.zip chromium_src-27f4aaa2d497432dfaab6e339aef75ea41670a9d.tar.gz chromium_src-27f4aaa2d497432dfaab6e339aef75ea41670a9d.tar.bz2 |
Adding missing file for gyp.
Review URL: http://codereview.chromium.org/99171
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14831 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools/test_shell')
-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', |