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

Unified Diff: ui/views/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/snapshot/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/BUILD.gn
diff --git a/ui/views/BUILD.gn b/ui/views/BUILD.gn
index b7b01f37bbdbbdd8b845b9e5f9dfa5fc56fb6580..094bbeb7395d4aea646607e52f10a8d95d914ca8 100644
--- a/ui/views/BUILD.gn
+++ b/ui/views/BUILD.gn
@@ -140,8 +140,10 @@ component("views") {
"//ui/events:dom_keycode_converter",
]
libs = [
- # Required by bridged_native_widget.mm.
- "QuartzCore.framework",
+ "AppKit.framework",
+ "CoreGraphics.framework",
+ "Foundation.framework",
+ "QuartzCore.framework", # Required by bridged_native_widget.mm.
]
}
}
« no previous file with comments | « ui/snapshot/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698