| Index: third_party/iaccessible2/iaccessible2.gyp
|
| diff --git a/third_party/iaccessible2/iaccessible2.gyp b/third_party/iaccessible2/iaccessible2.gyp
|
| index 9af1c4f8a0d903b66de2ba8b72efe5eeeecf2616..753394c7e0b3cc5926e5c938cc7c13a776f8a681 100644
|
| --- a/third_party/iaccessible2/iaccessible2.gyp
|
| +++ b/third_party/iaccessible2/iaccessible2.gyp
|
| @@ -34,26 +34,5 @@
|
| ],
|
| },
|
| },
|
| - {
|
| - 'target_name': 'IAccessible2Proxy',
|
| - 'type': 'shared_library',
|
| - 'defines': [ 'REGISTER_PROXY_DLL' ],
|
| - 'dependencies': [ 'iaccessible2' ],
|
| - 'sources': [
|
| - 'IAccessible2Proxy.def',
|
| - '<(midl_out_dir)/dlldata.c',
|
| - '<(midl_out_dir)/ia2_api_all_p.c',
|
| - ],
|
| - 'link_settings': {
|
| - 'libraries': [
|
| - '-lrpcrt4.lib',
|
| - ],
|
| - },
|
| - 'variables': {
|
| - 'clang_warning_flags': [
|
| - '-Wno-incompatible-pointer-types',
|
| - ]
|
| - },
|
| - },
|
| ],
|
| }
|
|
|