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

Unified Diff: third_party/iaccessible2/BUILD.gn

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 | « no previous file | third_party/iaccessible2/IAccessible2Proxy.def » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/iaccessible2/BUILD.gn
diff --git a/third_party/iaccessible2/BUILD.gn b/third_party/iaccessible2/BUILD.gn
index 87bcfa520392bc8816186dd3a145b84eb9526e30..4fb6a482b42041e0766b7c8269a9546f10bea6ac 100644
--- a/third_party/iaccessible2/BUILD.gn
+++ b/third_party/iaccessible2/BUILD.gn
@@ -11,35 +11,3 @@ midl("iaccessible2") {
"ia2_api_all.idl",
]
}
-
-config("IAccessible2Proxy_warnings") {
- if (is_clang) {
- cflags = [
- # MIDL generated code has a habit of omitting optional braces.
- "-Wno-missing-braces",
- "-Wno-incompatible-pointer-types",
- ]
- }
-}
-
-# Generate a proxy DLL from the generated code.
-shared_library("IAccessible2Proxy") {
- sources = [
- "$target_gen_dir/ia2_api_all.dlldata.c",
- "$target_gen_dir/ia2_api_all_p.c",
- "IAccessible2Proxy.def",
- ]
-
- configs -= [ "//build/config/compiler:chromium_code" ]
- configs += [ "//build/config/compiler:no_chromium_code" ]
- configs += [ ":IAccessible2Proxy_warnings" ]
-
- defines = [ "REGISTER_PROXY_DLL" ]
-
- libs = [ "rpcrt4.lib" ]
-
- deps = [
- ":iaccessible2",
- "//build/config/sanitizers:deps",
- ]
-}
« no previous file with comments | « no previous file | third_party/iaccessible2/IAccessible2Proxy.def » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698