| Index: blimp/client/core/contents/BUILD.gn
|
| diff --git a/blimp/client/core/contents/BUILD.gn b/blimp/client/core/contents/BUILD.gn
|
| index e5f57fb4b1afc98f990d3051fd9431e044378bb5..8b1871933e7da51b9264f240ee0ae5db037622d4 100644
|
| --- a/blimp/client/core/contents/BUILD.gn
|
| +++ b/blimp/client/core/contents/BUILD.gn
|
| @@ -31,6 +31,7 @@ source_set("contents") {
|
| ]
|
|
|
| deps = [
|
| + "//blimp/client/core/render_widget",
|
| "//blimp/common",
|
| "//components/url_formatter",
|
| ]
|
| @@ -92,11 +93,14 @@ source_set("unit_tests") {
|
| ":contents",
|
| ":test_support",
|
| "//base",
|
| + "//blimp/client/core/compositor:compositor_support",
|
| + "//blimp/client/core/render_widget",
|
| "//blimp/client/public:public_headers",
|
| "//blimp/common",
|
| "//blimp/net:test_support",
|
| "//net:test_support",
|
| "//testing/gtest",
|
| + "//third_party/WebKit/public:blink_headers",
|
| "//url",
|
| ]
|
| }
|
|
|