| Index: blimp/client/BUILD.gn
|
| diff --git a/blimp/client/BUILD.gn b/blimp/client/BUILD.gn
|
| index 602b25586c1e1bea950dde55e54731667f3efe9a..3d71d29f19ca90d63464a4dd1ad566ec07ad13fd 100644
|
| --- a/blimp/client/BUILD.gn
|
| +++ b/blimp/client/BUILD.gn
|
| @@ -89,7 +89,6 @@ source_set("blimp_client_unit_tests") {
|
| ":session",
|
| ":switches",
|
| "//base",
|
| - "//base/test:run_all_unittests",
|
| "//base/test:test_support",
|
| "//blimp/common",
|
| "//testing/gmock",
|
| @@ -125,7 +124,6 @@ source_set("app_unit_tests") {
|
| deps = [
|
| ":client",
|
| "//base",
|
| - "//base/test:run_all_unittests",
|
| "//base/test:test_support",
|
| "//testing/gmock",
|
| "//testing/gtest",
|
| @@ -255,7 +253,6 @@ source_set("feature_unit_tests") {
|
| ":compositor",
|
| ":test_support",
|
| "//base",
|
| - "//base/test:run_all_unittests",
|
| "//base/test:test_support",
|
| "//blimp/common",
|
| "//blimp/common/proto",
|
|
|