| Index: blimp/client/core/BUILD.gn
|
| diff --git a/blimp/client/core/BUILD.gn b/blimp/client/core/BUILD.gn
|
| index 1feb9f9fa01a6f2e258dad1460349cb1f58e17e1..5e3a3e9de24c0362a49ec4a82194f878183f8f9c 100644
|
| --- a/blimp/client/core/BUILD.gn
|
| +++ b/blimp/client/core/BUILD.gn
|
| @@ -36,6 +36,7 @@ group("core") {
|
| deps = [
|
| ":context",
|
| ":switches",
|
| + "//blimp/client/core/compositor",
|
| "//blimp/client/core/contents",
|
| "//blimp/client/core/session",
|
| ]
|
| @@ -75,6 +76,7 @@ source_set("unit_tests") {
|
|
|
| deps = [
|
| ":context",
|
| + "//blimp/client/core/compositor:unit_tests",
|
| "//blimp/client/core/contents:unit_tests",
|
| "//blimp/client/core/session:unit_tests",
|
| "//blimp/client/public:public_headers",
|
|
|