Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(126)

Unified Diff: third_party/iaccessible2/iaccessible2.gyp

Issue 1521443002: Remove IAccessible2Proxy (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/iaccessible2/README.chromium ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
- ]
- },
- },
],
}
« no previous file with comments | « third_party/iaccessible2/README.chromium ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698