Index: sync/BUILD.gn |
diff --git a/sync/BUILD.gn b/sync/BUILD.gn |
index 6e567e0fc6fc5065327016d9c2d205517ea4a392..6d0a7079613f37eac084ff79bef3359f4889f6a3 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" ] |
} |