| 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 3c0f3e7eb4a0bc6f9642794ec6754437908ebe87..393aa9248e432456080551f369cc1b36b6f554a0 100644
|
| --- a/webkit/tools/test_shell/test_shell.gyp
|
| +++ b/webkit/tools/test_shell/test_shell.gyp
|
| @@ -72,6 +72,7 @@
|
| 'test_shell.cc',
|
| 'test_shell.h',
|
| 'test_shell_gtk.cc',
|
| + 'test_shell_x11.cc',
|
| 'test_shell_mac.mm',
|
| 'test_shell_platform_delegate.h',
|
| 'test_shell_platform_delegate_gtk.cc',
|
| @@ -116,7 +117,8 @@
|
| 'cflags': ['-Wno-multichar'],
|
| }, { # else: OS!=linux
|
| 'sources/': [
|
| - ['exclude', '_gtk\\.cc$']
|
| + ['exclude', '_gtk\\.cc$'],
|
| + ['exclude', '_x11\\.cc$'],
|
| ],
|
| }],
|
| ['OS!="mac"', {
|
|
|