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

Unified Diff: chrome/browser/extensions/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: Addressed Devlin and Shu's comments. 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
Index: chrome/browser/extensions/BUILD.gn
diff --git a/chrome/browser/extensions/BUILD.gn b/chrome/browser/extensions/BUILD.gn
index f7f94d409330f18479f6c28bd319bb66b0ef1e83..bcf6fe7f4227b1d8f83bafdde8647339efa6b091 100644
--- a/chrome/browser/extensions/BUILD.gn
+++ b/chrome/browser/extensions/BUILD.gn
@@ -155,6 +155,7 @@ source_set("extensions") {
gypi_values.chrome_browser_extensions_input_ime_linux_win_sources,
".",
"//chrome")
+ deps += [ "//ui/events:dom_keycode_converter" ]
}
}
@@ -205,6 +206,7 @@ source_set("extensions") {
deps += [
"//third_party/iaccessible2",
"//third_party/isimpledom",
+ "//ui/events:dom_keycode_converter",
]
sources += rebase_path(
gypi_values.chrome_browser_extensions_input_ime_linux_win_sources,

Powered by Google App Engine
This is Rietveld 408576698