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

Unified Diff: third_party/WebKit/Source/core/BUILD.gn

Issue 1961473003: [Mac/GN] Set up the component build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
Index: third_party/WebKit/Source/core/BUILD.gn
diff --git a/third_party/WebKit/Source/core/BUILD.gn b/third_party/WebKit/Source/core/BUILD.gn
index 3ece896d5b1d88ae5190130c2cd272fcad8d4532..c18ca4a3e98a796aebad9a565c7b622234740524 100644
--- a/third_party/WebKit/Source/core/BUILD.gn
+++ b/third_party/WebKit/Source/core/BUILD.gn
@@ -278,7 +278,10 @@ source_set("remaining") {
}
if (is_mac) {
- libs += [ "Carbon.framework" ]
+ libs += [
+ "AppKit.framework",
+ "Carbon.framework",
+ ]
} else { # !is_mac
sources -= [ "editing/commands/SmartReplaceCF.cpp" ]
}

Powered by Google App Engine
This is Rietveld 408576698