| Index: webkit/tools/test_shell/test_shell.gyp
|
| ===================================================================
|
| --- webkit/tools/test_shell/test_shell.gyp (revision 26884)
|
| +++ webkit/tools/test_shell/test_shell.gyp (working copy)
|
| @@ -485,7 +485,7 @@
|
| # AdditionalDependencies, which tries to do the copy before
|
| # the file is built...
|
| #
|
| - #}, { # OS == "win"
|
| + }, { # OS == "win"
|
| # # The old VS build would explicitly copy the .dll into the
|
| # # plugins subdirectory like this. It might be possible to
|
| # # use the 'product_dir' setting to build directly into
|
| @@ -497,6 +497,11 @@
|
| # 'files': ['<(PRODUCT_DIR)/npapi_layout_test_plugin.dll'],
|
| # },
|
| # ],
|
| + 'link_settings': {
|
| + 'libraries': [
|
| + "winmm.lib",
|
| + ],
|
| + },
|
| }],
|
| ['OS=="mac"', {
|
| 'product_name': 'TestNetscapePlugIn',
|
|
|