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

Unified Diff: content/content_browser.gypi

Issue 23868020: Fix remaining shared_library link_settings propagation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 7 years, 2 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 | « chrome/chrome_tests.gypi ('k') | content/content_common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
],
},
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | content/content_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698