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

Unified Diff: sync/BUILD.gn

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 | « sandbox/mac/BUILD.gn ('k') | sync/sync.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/BUILD.gn
diff --git a/sync/BUILD.gn b/sync/BUILD.gn
index 9a95bb1a3523dcc558a2102cefea3bde8875f638..3189b239c74e3b639c02943f8f9aa0a9acf2955b 100644
--- a/sync/BUILD.gn
+++ b/sync/BUILD.gn
@@ -421,6 +421,13 @@ source_set("sync_core") {
deps += [ "//chromeos" ]
}
+ if (is_mac) {
+ libs = [
+ # Required by get_session_name_mac.mm on Mac.
+ "SystemConfiguration.framework",
+ ]
+ }
+
defines = [ "SYNC_IMPLEMENTATION" ]
configs += [ "//build/config/compiler:wexit_time_destructors" ]
}
« no previous file with comments | « sandbox/mac/BUILD.gn ('k') | sync/sync.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698