| Index: webkit/tools/test_shell/test_shell.gypi
|
| diff --git a/webkit/tools/test_shell/test_shell.gypi b/webkit/tools/test_shell/test_shell.gypi
|
| index 934f1aa076931f51916a2b916d8b96bf492274e3..1f05ce9c08003fbec4c2df6a246b7d8e5509246b 100644
|
| --- a/webkit/tools/test_shell/test_shell.gypi
|
| +++ b/webkit/tools/test_shell/test_shell.gypi
|
| @@ -241,9 +241,6 @@
|
| },
|
| 'conditions': [
|
| ['OS=="win"', {
|
| - 'dependencies': [
|
| - 'layout_test_helper',
|
| - ],
|
| 'resource_include_dirs': [
|
| '<(SHARED_INTERMEDIATE_DIR)/webkit',
|
| ],
|
| @@ -286,7 +283,6 @@
|
| ['OS=="mac"', {
|
| 'product_name': 'TestShell',
|
| 'dependencies': [
|
| - 'layout_test_helper',
|
| '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa',
|
| ],
|
| 'variables': {
|
| @@ -644,42 +640,5 @@
|
| },
|
| ],
|
| }],
|
| - ['OS=="win"', {
|
| - 'targets': [
|
| - {
|
| - # Helper application that disables ClearType during the
|
| - # running of the layout tests
|
| - 'target_name': 'layout_test_helper',
|
| - 'type': 'executable',
|
| - 'variables': {
|
| - 'chromium_code': 1,
|
| - },
|
| - 'sources': [
|
| - 'win/layout_test_helper.cc',
|
| - ],
|
| - },
|
| - ],
|
| - }],
|
| - ['OS=="mac"', {
|
| - 'targets': [
|
| - {
|
| - # Helper application that manages the color sync profile on mac
|
| - # for the test shells run by the layout tests.
|
| - 'target_name': 'layout_test_helper',
|
| - 'type': 'executable',
|
| - 'variables': {
|
| - 'chromium_code': 1,
|
| - },
|
| - 'sources': [
|
| - 'mac/layout_test_helper.mm',
|
| - ],
|
| - 'link_settings': {
|
| - 'libraries': [
|
| - '$(SDKROOT)/System/Library/Frameworks/AppKit.framework',
|
| - ],
|
| - },
|
| - },
|
| - ],
|
| - }],
|
| ],
|
| }
|
|
|