Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(756)

Unified Diff: components/viz/common/BUILD.gn

Issue 2938953002: Implement HitTestAggregator (Closed)
Patch Set: Use two distinct buffers instead of one and remove in-place synchronization. Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | components/viz/common/DEPS » ('j') | components/viz/common/hit_test/display_hit_test_data.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
rjkroege 2017/06/27 00:00:07 sorry for churn... but services/viz/public/interf
]
public_deps = [
« no previous file with comments | « no previous file | components/viz/common/DEPS » ('j') | components/viz/common/hit_test/display_hit_test_data.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698