Chromium Code Reviews| Index: components/viz/common/BUILD.gn |
| diff --git a/components/viz/common/BUILD.gn b/components/viz/common/BUILD.gn |
| index 01f96cb87adf1b44156388bdddd806d9354de337..caf03e2bc4d11cc85c102312efc68ef3e0c12f14 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_region.h", |
|
riajiang
2017/06/28 19:23:50
No hit_test/?
Also there's no BUILD.gn and DEPS
gklassen
2017/06/29 11:56:26
Done.
|
| "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/public/interfaces", |
| ] |
| public_deps = [ |