| Index: third_party/iaccessible2/BUILD.gn
|
| diff --git a/third_party/iaccessible2/BUILD.gn b/third_party/iaccessible2/BUILD.gn
|
| index 5b2a1a57edca6142e73428258c4a09a3d600b5f9..6ebcee644d3d0c166e4fefc5a5a73e1de95f5892 100644
|
| --- a/third_party/iaccessible2/BUILD.gn
|
| +++ b/third_party/iaccessible2/BUILD.gn
|
| @@ -20,6 +20,9 @@ shared_library("IAccessible2Proxy") {
|
| "IAccessible2Proxy.def",
|
| ]
|
|
|
| + configs -= [ "//build/config/compiler:chromium_code" ]
|
| + configs += [ "//build/config/compiler:no_chromium_code" ]
|
| +
|
| defines = [ "REGISTER_PROXY_DLL" ]
|
|
|
| libs = [ "rpcrt4.lib" ]
|
|
|