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

Unified Diff: ui/keyboard/BUILD.gn

Issue 889323003: Split ui/base/ime into a new component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: correct GYP paths Created 5 years, 10 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: ui/keyboard/BUILD.gn
diff --git a/ui/keyboard/BUILD.gn b/ui/keyboard/BUILD.gn
index 30e02c87cded02a25baed4bc1fd7a754d2802d9c..2c06264ba6a8392c87f503bbdea79d0287ed4b91 100644
--- a/ui/keyboard/BUILD.gn
+++ b/ui/keyboard/BUILD.gn
@@ -49,6 +49,7 @@ component("keyboard") {
"//third_party/mojo/src/mojo/public/cpp/system",
"//ui/aura",
"//ui/base",
+ "//ui/base/ime",
"//ui/compositor",
"//ui/events",
"//ui/events:dom4_keycode_converter",
@@ -131,6 +132,8 @@ if (!is_win || link_chrome_on_windows) {
"//skia",
"//testing/gtest",
"//ui/aura:test_support",
+ "//ui/base",
+ "//ui/base/ime",
Nico 2015/02/04 20:29:36 this too looks surprising
spang 2015/02/04 21:14:26 Also seems to be missing: git grep -l 'include.*u
"//ui/base:test_support",
"//ui/compositor:test_support",
"//ui/events:test_support",

Powered by Google App Engine
This is Rietveld 408576698