| Index: ui/compositor/BUILD.gn
|
| diff --git a/ui/compositor/BUILD.gn b/ui/compositor/BUILD.gn
|
| index dcc4782bec95615832760593d9f28297026031aa..d76b3afee00c5df667d7d4b3d9e6618874ae2961 100644
|
| --- a/ui/compositor/BUILD.gn
|
| +++ b/ui/compositor/BUILD.gn
|
| @@ -144,6 +144,7 @@ source_set("test_support") {
|
| if (!is_android) {
|
| test("compositor_unittests") {
|
| sources = [
|
| + "compositor_unittest.cc",
|
| "layer_animation_element_unittest.cc",
|
| "layer_animation_sequence_unittest.cc",
|
| "layer_animator_unittest.cc",
|
| @@ -162,6 +163,7 @@ if (!is_android) {
|
| "//cc",
|
| "//cc:test_support",
|
| "//skia",
|
| + "//testing/gmock",
|
| "//testing/gtest",
|
| "//ui/base",
|
| "//ui/gfx",
|
|
|