| Index: ui/compositor/BUILD.gn
|
| diff --git a/ui/compositor/BUILD.gn b/ui/compositor/BUILD.gn
|
| index f9a7785ad6ec0b785974d397e7616520f563d73a..9360ff78f7cf0699e61a74d0d82bd0e60f65f2d4 100644
|
| --- a/ui/compositor/BUILD.gn
|
| +++ b/ui/compositor/BUILD.gn
|
| @@ -7,6 +7,8 @@ import("//testing/test.gni")
|
|
|
| component("compositor") {
|
| sources = [
|
| + "clip_transform_recorder.cc",
|
| + "clip_transform_recorder.h",
|
| "closure_animation_observer.cc",
|
| "closure_animation_observer.h",
|
| "compositor.cc",
|
| @@ -44,6 +46,8 @@ component("compositor") {
|
| "layer_tree_owner.h",
|
| "layer_type.h",
|
| "paint_context.h",
|
| + "paint_recorder.cc",
|
| + "paint_recorder.h",
|
| "reflector.cc",
|
| "reflector.h",
|
| "scoped_animation_duration_scale_mode.cc",
|
|
|