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

Unified Diff: third_party/iaccessible2/BUILD.gn

Issue 1214163009: third_party/iaccessible2: Fix BUILD.gn for a third-party library. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@wifiservicewin-wep-bug
Patch Set: Created 5 years, 6 months 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 | no next file » | 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 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" ]
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698