| Index: gpu/BUILD.gn
|
| diff --git a/gpu/BUILD.gn b/gpu/BUILD.gn
|
| index 4fc8145f1003029568ba8bdd0656755efdc1fa63..25a80b37571c4059014b1f2c3343dbfda2c29dcd 100644
|
| --- a/gpu/BUILD.gn
|
| +++ b/gpu/BUILD.gn
|
| @@ -100,6 +100,7 @@ test("gl_tests") {
|
| ":gpu",
|
| ":test_support",
|
| "//base",
|
| + "//base/test:test_support",
|
| "//base/third_party/dynamic_annotations",
|
| "//testing/gmock",
|
| "//testing/gtest",
|
| @@ -251,6 +252,7 @@ test("angle_unittests") {
|
|
|
| deps = [
|
| "//base",
|
| + "//base/test:test_support",
|
| "//base/third_party/dynamic_annotations",
|
| "//testing/gmock",
|
| "//testing/gtest",
|
|
|