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

Unified Diff: blimp/common/BUILD.gn

Issue 1779673003: Added network components for blimp text input feature (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added text_input_types to BUILD.gn Created 4 years, 9 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: blimp/common/BUILD.gn
diff --git a/blimp/common/BUILD.gn b/blimp/common/BUILD.gn
index 2bfed0f75c62d7cee498f5d8862cd3e684a35bfe..e28831976b0d3916c2a5877e51b0d294f11ac8b0 100644
--- a/blimp/common/BUILD.gn
+++ b/blimp/common/BUILD.gn
@@ -31,6 +31,10 @@ component("blimp_common") {
"//ui/gfx/geometry",
"//ui/gl",
]
+
+ public_deps = [
+ "//ui/base/ime:text_input_types",
sky 2016/03/24 22:10:58 Are any of the files in this target actually inclu
shaktisahu 2016/03/24 23:13:33 Acknowledged. I have removed these and added deps
+ ]
}
source_set("unit_tests") {

Powered by Google App Engine
This is Rietveld 408576698