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

Unified Diff: ui/wm/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/views/views.gyp ('k') | ui/wm/wm.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/wm/BUILD.gn
diff --git a/ui/wm/BUILD.gn b/ui/wm/BUILD.gn
index 17d4fa94c871f40f865c9119019aa54c53729869..93ab3207399dc7ed67cef9259bbf12f4d5dfbcd8 100644
--- a/ui/wm/BUILD.gn
+++ b/ui/wm/BUILD.gn
@@ -79,6 +79,7 @@ component("wm") {
"//skia",
"//ui/aura",
"//ui/base",
+ "//ui/base/ime",
"//ui/compositor",
"//ui/events",
"//ui/events/devices",
@@ -108,6 +109,7 @@ static_library("test_support") {
"//ui/aura",
"//ui/aura:test_support",
"//ui/base",
+ "//ui/base/ime",
"//ui/events",
"//ui/events:events_base",
]
« no previous file with comments | « ui/views/views.gyp ('k') | ui/wm/wm.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698