| Index: components/viz/service/BUILD.gn
|
| diff --git a/components/viz/service/BUILD.gn b/components/viz/service/BUILD.gn
|
| index ecb8291d9c668d27a0d4eae05784858f362ccd8a..54417230d075eae77f374e0478a2b07a2e3f00d7 100644
|
| --- a/components/viz/service/BUILD.gn
|
| +++ b/components/viz/service/BUILD.gn
|
| @@ -37,6 +37,11 @@ component("service") {
|
| "frame_sinks/gpu_root_compositor_frame_sink.h",
|
| "frame_sinks/mojo_frame_sink_manager.cc",
|
| "frame_sinks/mojo_frame_sink_manager.h",
|
| + "hit_test/display_hit_test_data_factory.h",
|
| + "hit_test/display_hit_test_data_factory_local.cc",
|
| + "hit_test/display_hit_test_data_factory_local.h",
|
| + "hit_test/hit_test_aggregator.cc",
|
| + "hit_test/hit_test_aggregator.h",
|
| "viz_service_export.h",
|
| ]
|
|
|
| @@ -54,6 +59,7 @@ component("service") {
|
| "//gpu/command_buffer/common",
|
| "//gpu/ipc:command_buffer",
|
| "//gpu/ipc/common:surface_handle_type",
|
| + "//services/viz/hit_test/public/interfaces",
|
| "//skia",
|
| "//ui/display/types",
|
| "//ui/gfx",
|
| @@ -98,6 +104,7 @@ source_set("unit_tests") {
|
| sources = [
|
| "display_compositor/buffer_queue_unittest.cc",
|
| "display_compositor/host_shared_bitmap_manager_unittest.cc",
|
| + "hit_test/hit_test_aggregator_unittest.cc",
|
| ]
|
|
|
| if (!use_aura && !is_mac) {
|
|
|