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

Unified Diff: ui/base/ime/BUILD.gn

Issue 2539453002: IME for Mus: Add ui.mojom.CompositionText and its struct traits. (Closed)
Patch Set: cleanup. Created 4 years, 1 month 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/base/ime/BUILD.gn
diff --git a/ui/base/ime/BUILD.gn b/ui/base/ime/BUILD.gn
index ef52921ebc210876f33572f2f1241c4855defa23..ba62c6413d542007a63d46a5d77df15db5f41f25 100644
--- a/ui/base/ime/BUILD.gn
+++ b/ui/base/ime/BUILD.gn
@@ -121,6 +121,7 @@ component("ime") {
public_deps = [
":text_input_types",
+ "//skia",
sadrul 2016/11/29 20:51:35 Why is this needed?
Hadi 2016/11/29 21:33:37 composition_underline.h uses SkColor in a public f
]
if (!use_aura || (!is_linux && !use_ozone)) {

Powered by Google App Engine
This is Rietveld 408576698