Chromium Code Reviews| 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") { |