| Index: ui/compositor/BUILD.gn
|
| diff --git a/ui/compositor/BUILD.gn b/ui/compositor/BUILD.gn
|
| index 1da128f8ec11b246ba209e06d163bd25e3399068..1be97026b5c24dd1d3bd1f1eae84d74a53006145 100644
|
| --- a/ui/compositor/BUILD.gn
|
| +++ b/ui/compositor/BUILD.gn
|
| @@ -64,6 +64,8 @@ component("compositor") {
|
| "paint_cache.h",
|
| "paint_context.cc",
|
| "paint_context.h",
|
| + "paint_info.cc",
|
| + "paint_info.h",
|
| "paint_recorder.cc",
|
| "paint_recorder.h",
|
| "reflector.cc",
|
| @@ -196,6 +198,7 @@ test("compositor_unittests") {
|
| "layer_animator_unittest.cc",
|
| "layer_owner_unittest.cc",
|
| "layer_unittest.cc",
|
| + "paint_info_unittest.cc",
|
| "run_all_unittests.cc",
|
| "transform_animation_curve_adapter_unittest.cc",
|
| ]
|
|
|