| Index: blimp/client/core/BUILD.gn
|
| diff --git a/blimp/client/core/BUILD.gn b/blimp/client/core/BUILD.gn
|
| index 8877084fae5de4f7737dbfcd0e1599aabbdc0bcb..6cfad7d81ed9062228f76ec7b994df16e2a71d32 100644
|
| --- a/blimp/client/core/BUILD.gn
|
| +++ b/blimp/client/core/BUILD.gn
|
| @@ -82,6 +82,7 @@ source_set("unit_tests") {
|
| "//blimp/client/core/session:unit_tests",
|
| "//blimp/client/public:public_headers",
|
| "//blimp/client/test",
|
| + "//testing/gmock",
|
| "//testing/gtest",
|
| ]
|
| }
|
| @@ -95,6 +96,7 @@ source_set("context") {
|
| public_deps = [
|
| "//base",
|
| "//blimp/client/core/contents",
|
| + "//blimp/client/core/session",
|
| "//blimp/client/public:public_headers",
|
| ]
|
|
|
|
|