| Index: components/viz/common/BUILD.gn
|
| diff --git a/components/viz/common/BUILD.gn b/components/viz/common/BUILD.gn
|
| index 01f96cb87adf1b44156388bdddd806d9354de337..cce7237ea09127c7915c8a13e0bfc6c585a9a0ee 100644
|
| --- a/components/viz/common/BUILD.gn
|
| +++ b/components/viz/common/BUILD.gn
|
| @@ -4,6 +4,7 @@
|
|
|
| source_set("common") {
|
| sources = [
|
| + "hit_test/display_hit_test_data.h",
|
| "server_gpu_memory_buffer_manager.cc",
|
| "server_gpu_memory_buffer_manager.h",
|
| ]
|
| @@ -12,6 +13,7 @@ source_set("common") {
|
| "//gpu/ipc/client",
|
| "//gpu/ipc/common",
|
| "//services/ui/gpu/interfaces",
|
| + "//services/viz/hit_test/public/interfaces",
|
| ]
|
|
|
| public_deps = [
|
|
|