Index: third_party/iaccessible2/BUILD.gn |
diff --git a/third_party/iaccessible2/BUILD.gn b/third_party/iaccessible2/BUILD.gn |
index 5b2a1a57edca6142e73428258c4a09a3d600b5f9..1fe5b402633fbc0002074e8a6723b85894d1d71b 100644 |
--- a/third_party/iaccessible2/BUILD.gn |
+++ b/third_party/iaccessible2/BUILD.gn |
@@ -27,4 +27,7 @@ shared_library("IAccessible2Proxy") { |
deps = [ |
":iaccessible2", |
] |
+ |
+ configs -= [ "//build/config/compiler:chromium_code" ] |
+ configs += [ "//build/config/compiler:no_chromium_code" ] |
Nico
2015/07/06 17:20:19
This is already landing in https://codereview.chro
|
} |