summaryrefslogtreecommitdiffstats
path: root/third_party/iaccessible2/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/iaccessible2/BUILD.gn')
-rw-r--r--third_party/iaccessible2/BUILD.gn4
1 files changed, 3 insertions, 1 deletions
diff --git a/third_party/iaccessible2/BUILD.gn b/third_party/iaccessible2/BUILD.gn
index 56aba37..798f8d2 100644
--- a/third_party/iaccessible2/BUILD.gn
+++ b/third_party/iaccessible2/BUILD.gn
@@ -24,5 +24,7 @@ shared_library("IAccessible2Proxy") {
libs = [ "rpcrt4.lib" ]
- deps = [ ":iaccessible2" ]
+ deps = [
+ ":iaccessible2",
+ ]
}