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

Unified Diff: sync/BUILD.gn

Issue 1961473003: [Mac/GN] Set up the component build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comment and rebase Created 4 years, 7 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 | « skia/BUILD.gn ('k') | third_party/WebKit/Source/core/BUILD.gn » ('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 a859663a90d6450750e8df6783b12c714c97b803..65d343d007121199a63fce7492b1f381e273114d 100644
--- a/sync/BUILD.gn
+++ b/sync/BUILD.gn
@@ -461,8 +461,8 @@ source_set("sync_core") {
if (is_mac) {
libs = [
- # Required by get_session_name_mac.mm on Mac.
- "SystemConfiguration.framework",
+ "CoreFoundation.framework",
+ "SystemConfiguration.framework", # Required by get_session_name_mac.mm.
]
}
« no previous file with comments | « skia/BUILD.gn ('k') | third_party/WebKit/Source/core/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698