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

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: 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..083d0fd1dde38592a4b26df060f365c06ec30311 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" ]
Shu Chen 2016/01/18 09:21:59 missing the same deps for "is_win"?
Azure Wei 2016/01/19 03:46:53 Added. Thanks for pointing it out.
}
}

Powered by Google App Engine
This is Rietveld 408576698