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

Unified Diff: ui/base/ime/BUILD.gn

Issue 2434433006: MacViews: Implement InputMethodMac::CancelComposition. (Closed)
Patch Set: Address comments. Created 4 years, 2 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 | « no previous file | ui/base/ime/input_method_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/ime/BUILD.gn
diff --git a/ui/base/ime/BUILD.gn b/ui/base/ime/BUILD.gn
index 281a28bc1044bd8780513156fc0a03f3c7c4698e..ef52921ebc210876f33572f2f1241c4855defa23 100644
--- a/ui/base/ime/BUILD.gn
+++ b/ui/base/ime/BUILD.gn
@@ -194,6 +194,10 @@ component("ime") {
libs = [ "imm32.lib" ]
}
+ if (is_mac) {
+ libs = [ "AppKit.framework" ]
+ }
+
if (use_ozone) {
deps += [
"//ui/events/ozone:events_ozone_layout",
« no previous file with comments | « no previous file | ui/base/ime/input_method_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698