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

Unified Diff: ui/message_center/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 | « ui/gl/BUILD.gn ('k') | ui/native_theme/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/message_center/BUILD.gn
diff --git a/ui/message_center/BUILD.gn b/ui/message_center/BUILD.gn
index 0648046fbf8c153d8be17cbc5677cab2a0a31f36..11dae432ddd26a6efdb06e65ebbf7ec76c41bad8 100644
--- a/ui/message_center/BUILD.gn
+++ b/ui/message_center/BUILD.gn
@@ -83,6 +83,13 @@ component("message_center") {
deps += [ "//ui/aura" ]
}
+ if (is_mac) {
+ libs = [
+ "AppKit.framework",
+ "Foundation.framework",
+ ]
+ }
+
# On Mac, toolkit-views builds still use the Cocoa UI. Keep this in sync
# with message_center_unittests below.
if (toolkit_views && !is_mac) {
« no previous file with comments | « ui/gl/BUILD.gn ('k') | ui/native_theme/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698