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

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: fix cros x11 GN build 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
« no previous file with comments | « ui/chromeos/ui_chromeos.gyp ('k') | ui/keyboard/keyboard.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
"//ui/base:test_support",
"//ui/compositor:test_support",
"//ui/events:test_support",
« no previous file with comments | « ui/chromeos/ui_chromeos.gyp ('k') | ui/keyboard/keyboard.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698