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

Unified Diff: chrome/browser/ui/BUILD.gn

Issue 1528483002: Add chrome.input.ime.activate and chrome.input.ime.deactivate API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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 | « chrome/browser/input_method/input_method_engine_base.cc ('k') | chrome/browser/ui/input_method/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/BUILD.gn
diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
index 4ac1c60a17dee3032b65ae97d3ba7d11ca9ed75c..33afb5f85eb03df3beaf1adad9d2c3acf74957e7 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -201,6 +201,7 @@ source_set("ui") {
deps += [
"//chrome/browser/chromeos",
"//components/arc",
+ "//ui/base/ime",
]
} else {
defines += [ "FRAME_AVATAR_BUTTON=1" ]
@@ -397,6 +398,8 @@ source_set("ui") {
"//third_party/isimpledom",
"//third_party/wtl",
"//ui/app_list",
+ "//ui/base/ime",
+ "//ui/events:dom_keycode_converter",
]
if (!is_chrome_branded) {
deps -= [ "//google_update" ]
@@ -418,6 +421,10 @@ source_set("ui") {
sources += rebase_path(gypi_values.chrome_browser_ui_desktop_linux_sources,
".",
"//chrome")
+ deps += [
+ "//ui/base/ime",
+ "//ui/events:dom_keycode_converter",
+ ]
}
if (is_linux) { # Both desktop Linux and ChromeOS.
sources += rebase_path(gypi_values.chrome_browser_ui_linux_sources,
« no previous file with comments | « chrome/browser/input_method/input_method_engine_base.cc ('k') | chrome/browser/ui/input_method/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698