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

Unified Diff: ui/events/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/base/BUILD.gn ('k') | ui/gfx/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/BUILD.gn
diff --git a/ui/events/BUILD.gn b/ui/events/BUILD.gn
index 7b891e0f7f0d0cfd9dead107eede90fbdd0e4c43..79a69cdeb70597e2e2b729b34bd55a8f4752f029 100644
--- a/ui/events/BUILD.gn
+++ b/ui/events/BUILD.gn
@@ -82,6 +82,13 @@ component("events_base") {
if (!is_ios) {
deps += [ "//ipc:param_traits" ]
}
+
+ if (is_mac) {
+ libs = [
+ "AppKit.framework",
+ "Carbon.framework",
+ ]
+ }
}
component("events") {
@@ -201,6 +208,10 @@ component("events") {
":motionevent_jni_headers",
]
}
+
+ if (is_mac) {
+ libs = [ "AppKit.framework" ]
+ }
}
component("gesture_detection") {
« no previous file with comments | « ui/base/BUILD.gn ('k') | ui/gfx/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698