# Copyright 2019 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
assert(is_mac)
component("mac") {
output_name = "ui_base_ime_mac"
sources = [
"input_method_mac.h",
"input_method_mac.mm",
]
defines = [ "IS_UI_BASE_IME_MAC_IMPL" ]
public_deps = [ "//ui/base/ime" ]
frameworks = [ "AppKit.framework" ]
}