| Index: blimp/client/core/contents/BUILD.gn
|
| diff --git a/blimp/client/core/contents/BUILD.gn b/blimp/client/core/contents/BUILD.gn
|
| index 0b0d47c3559e617ad6a8e0b314024f4c323626d9..4f3e764329ef634487b86b835817fd077bacc93c 100644
|
| --- a/blimp/client/core/contents/BUILD.gn
|
| +++ b/blimp/client/core/contents/BUILD.gn
|
| @@ -26,10 +26,12 @@ source_set("contents") {
|
|
|
| public_deps = [
|
| "//base",
|
| + "//blimp/client:feature",
|
| "//blimp/client/public:public_headers",
|
| "//blimp/net",
|
| "//net:net",
|
| "//ui/base/ime:text_input_types",
|
| + "//ui/gfx/geometry:geometry",
|
| "//url",
|
| ]
|
|
|
| @@ -95,11 +97,14 @@ source_set("unit_tests") {
|
| ":contents",
|
| ":test_support",
|
| "//base",
|
| + "//blimp/client:feature",
|
| "//blimp/client/public:public_headers",
|
| "//blimp/common",
|
| "//blimp/net:test_support",
|
| "//net:test_support",
|
| "//testing/gtest",
|
| + "//ui/gfx:test_support",
|
| + "//ui/gfx/geometry:geometry",
|
| "//url",
|
| ]
|
| }
|
|
|