| Index: blimp/client/BUILD.gn
|
| diff --git a/blimp/client/BUILD.gn b/blimp/client/BUILD.gn
|
| index 3be92a2f3a61b11423ebcdf2967fa6116e6fe934..7e15e8ec8af91a41811e9c510a375e394e384a3d 100644
|
| --- a/blimp/client/BUILD.gn
|
| +++ b/blimp/client/BUILD.gn
|
| @@ -88,7 +88,6 @@ source_set("blimp_client_unit_tests") {
|
| ":session",
|
| ":switches",
|
| "//base",
|
| - "//base/test:run_all_unittests",
|
| "//base/test:test_support",
|
| "//blimp/common",
|
| "//testing/gmock",
|
| @@ -124,7 +123,6 @@ source_set("app_unit_tests") {
|
| deps = [
|
| ":client",
|
| "//base",
|
| - "//base/test:run_all_unittests",
|
| "//base/test:test_support",
|
| "//testing/gmock",
|
| "//testing/gtest",
|
| @@ -254,7 +252,6 @@ source_set("feature_unit_tests") {
|
| ":compositor",
|
| ":test_support",
|
| "//base",
|
| - "//base/test:run_all_unittests",
|
| "//base/test:test_support",
|
| "//blimp/common",
|
| "//blimp/common/proto",
|
|
|