| Index: ui/compositor/BUILD.gn
|
| diff --git a/ui/compositor/BUILD.gn b/ui/compositor/BUILD.gn
|
| index 527f1120b05cab7f7121b0548dfeb701e6fa657a..e7a985b7fb34c4d9a1fb6d8fff9cb2a0d2f2bc9f 100644
|
| --- a/ui/compositor/BUILD.gn
|
| +++ b/ui/compositor/BUILD.gn
|
| @@ -52,6 +52,10 @@ component("compositor") {
|
| "layer_tree_owner.cc",
|
| "layer_tree_owner.h",
|
| "layer_type.h",
|
| + "overscroll/ui_input_handler.cc",
|
| + "overscroll/ui_input_handler.h",
|
| + "overscroll/ui_scroll_input_manager.cc",
|
| + "overscroll/ui_scroll_input_manager.h",
|
| "paint_cache.cc",
|
| "paint_cache.h",
|
| "paint_context.cc",
|
| @@ -80,6 +84,8 @@ component("compositor") {
|
| "//cc/surfaces:surface_id",
|
| "//gpu/command_buffer/common",
|
| "//skia",
|
| + "//ui/events",
|
| + "//ui/events/blink",
|
| "//ui/gfx",
|
| "//ui/gfx/geometry",
|
| "//ui/gl",
|
|
|