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

Unified Diff: sync/sync.gyp

Issue 1087873003: Fix errors found in Mac gn component builds (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Try to fix sandbox_mac_unittests Created 5 years, 8 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 | « sync/BUILD.gn ('k') | third_party/sudden_motion_sensor/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/sync.gyp
diff --git a/sync/sync.gyp b/sync/sync.gyp
index 89e96ce293aeb6afb3a712e90f47c94ed63d3461..d1faafd2570924f4bc9407b4891e49e239cffd08 100644
--- a/sync/sync.gyp
+++ b/sync/sync.gyp
@@ -461,6 +461,14 @@
'../chromeos/chromeos.gyp:chromeos',
],
}],
+ ['OS=="mac"', {
+ 'link_settings': {
+ 'libraries': [
+ # Required by get_session_name_mac.mm on Mac.
+ '$(SDKROOT)/System/Library/Frameworks/SystemConfiguration.framework',
+ ]
+ },
+ }],
],
},
{
« no previous file with comments | « sync/BUILD.gn ('k') | third_party/sudden_motion_sensor/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698