| Index: blimp/client/core/contents/BUILD.gn
|
| diff --git a/blimp/client/core/contents/BUILD.gn b/blimp/client/core/contents/BUILD.gn
|
| index fa0f735248119fc3af5866518a528d27f7bb6e1b..c99394306d909cea85c48d7aea5c74a503ba28c0 100644
|
| --- a/blimp/client/core/contents/BUILD.gn
|
| +++ b/blimp/client/core/contents/BUILD.gn
|
| @@ -31,6 +31,7 @@ source_set("contents") {
|
| public_deps = [
|
| "//base",
|
| "//blimp/client/core/compositor",
|
| + "//blimp/client/core/render_widget",
|
| "//blimp/client/public:public_headers",
|
| "//blimp/net",
|
| "//net:net",
|
| @@ -41,7 +42,6 @@ source_set("contents") {
|
| ]
|
|
|
| deps = [
|
| - "//blimp/client/core/render_widget",
|
| "//blimp/common",
|
| "//components/url_formatter",
|
| "//skia",
|
|
|