| Index: webkit/tools/test_shell/test_shell.gyp
|
| diff --git a/webkit/tools/test_shell/test_shell.gyp b/webkit/tools/test_shell/test_shell.gyp
|
| index 786d4a21f1667403efe848684ef3b8e7f340a9c3..1b5ff0172e9dd66ea9cc8d95cb48d20380525ce4 100644
|
| --- a/webkit/tools/test_shell/test_shell.gyp
|
| +++ b/webkit/tools/test_shell/test_shell.gyp
|
| @@ -632,11 +632,9 @@
|
| # plugin_npobject_lifetime_test.cc has win32-isms
|
| # (HWND, CALLBACK).
|
| '../../glue/plugins/test/plugin_npobject_lifetime_test.cc',
|
| - # The windowed/windowless APIs are necessarily
|
| - # platform-specific.
|
| + # The window APIs are necessarily platform-specific.
|
| '../../glue/plugins/test/plugin_window_size_test.cc',
|
| '../../glue/plugins/test/plugin_windowed_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',
|
| @@ -653,6 +651,12 @@
|
| ],
|
| },
|
| }],
|
| + ['OS=="linux"', {
|
| + 'sources!': [
|
| + # Needs simple event record type porting
|
| + '../../glue/plugins/test/plugin_windowless_test.cc',
|
| + ],
|
| + }],
|
| ['OS=="linux" and (target_arch=="x64" or target_arch=="arm")', {
|
| # Shared libraries need -fPIC on x86-64
|
| 'cflags': ['-fPIC']
|
|
|