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

Unified Diff: ui/platform_window/BUILD.gn

Issue 1619423003: Create //ui/base/ime:text_input_base target. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Change GYP target type to none. 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
« ui/ozone/BUILD.gn ('K') | « ui/ozone/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/platform_window/BUILD.gn
diff --git a/ui/platform_window/BUILD.gn b/ui/platform_window/BUILD.gn
index fe52aea47677ca4fb9f5a6871a69815031d5a115..a9905a80fdc8da5358af467519660166284e4fbd 100644
--- a/ui/platform_window/BUILD.gn
+++ b/ui/platform_window/BUILD.gn
@@ -16,7 +16,7 @@ source_set("platform_window") {
deps = [
"//base",
"//ui/base",
- "//ui/base/ime",
+ "//ui/base/ime:text_input_types",
"//ui/gfx",
]
}
« ui/ozone/BUILD.gn ('K') | « ui/ozone/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698