Index: content/content_browser.gypi |
diff --git a/content/content_browser.gypi b/content/content_browser.gypi |
index 38e92d6316d7f8f090b6c1302ce14ed24f8eee8d..46a0e31644f637759f93b6ef86da505a5d85df35 100644 |
--- a/content/content_browser.gypi |
+++ b/content/content_browser.gypi |
@@ -1358,6 +1358,7 @@ |
'-ldinput8.lib', |
'-ldwmapi.lib', |
'-ldxguid.lib', |
+ '-loleacc.lib', |
'-lsensorsapi.lib', |
'-lportabledeviceguids.lib', |
], |
@@ -1462,6 +1463,8 @@ |
], |
'link_settings': { |
'libraries': [ |
+ '$(SDKROOT)/System/Library/Frameworks/Carbon.framework', |
+ '$(SDKROOT)/System/Library/Frameworks/QTKit.framework', |
'$(SDKROOT)/usr/lib/libbsm.dylib', |
], |
}, |