| Index: webkit/support/webkit_support.gypi
|
| diff --git a/webkit/support/webkit_support.gypi b/webkit/support/webkit_support.gypi
|
| index 9644594c57e8527039071126ef170c78cbeccf00..94a04c6f8d23fba2b1133d5256101431ba6c0cf8 100644
|
| --- a/webkit/support/webkit_support.gypi
|
| +++ b/webkit/support/webkit_support.gypi
|
| @@ -54,11 +54,6 @@
|
| 'drt_application_mac.mm',
|
| 'gc_extension.cc',
|
| 'gc_extension.h',
|
| - 'platform_support.h',
|
| - 'platform_support_android.cc',
|
| - 'platform_support_linux.cc',
|
| - 'platform_support_mac.mm',
|
| - 'platform_support_win.cc',
|
| 'test_webkit_platform_support.cc',
|
| 'test_webkit_platform_support.h',
|
| 'test_webmessageportchannel.cc',
|
| @@ -79,25 +74,6 @@
|
| 'web_layer_tree_view_impl_for_testing.cc',
|
| 'web_layer_tree_view_impl_for_testing.h',
|
| ],
|
| - 'conditions': [
|
| - ['OS=="mac"', {
|
| - 'copies': [{
|
| - 'destination': '<(SHARED_INTERMEDIATE_DIR)/webkit',
|
| - 'files': [
|
| - '../tools/test_shell/resources/missingImage.png',
|
| - '../tools/test_shell/resources/textAreaResizeCorner.png',
|
| - ],
|
| - }],
|
| - },{ # OS!="mac"
|
| - 'copies': [{
|
| - 'destination': '<(PRODUCT_DIR)/DumpRenderTree_resources',
|
| - 'files': [
|
| - '../tools/test_shell/resources/missingImage.gif',
|
| - '../tools/test_shell/resources/textAreaResizeCorner.png',
|
| - ],
|
| - }],
|
| - }],
|
| - ],
|
| # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
|
| 'msvs_disabled_warnings': [ 4267, ],
|
| },
|
|
|