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

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

Issue 2938953002: Implement HitTestAggregator (Closed)
Patch Set: correct active count logic and add unit test to protect against similar errors 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/DEPS » ('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 fdefcb8645e222786d386246803bc6d4d4dea7d7..4532768e2bfd218566008cc62cbfa25a2e8d5c6b 100644
--- a/components/viz/common/BUILD.gn
+++ b/components/viz/common/BUILD.gn
@@ -6,6 +6,7 @@ import("//testing/test.gni")
source_set("common") {
sources = [
+ "display_hit_test_region.h",
"gl_helper.cc",
"gl_helper.h",
"gl_helper_readback_support.cc",
@@ -16,6 +17,7 @@ source_set("common") {
deps = [
"//gpu/command_buffer/client:gles2_interface",
+ "//services/viz/public/interfaces",
"//skia",
"//ui/gfx/geometry",
]
« no previous file with comments | « no previous file | components/viz/common/DEPS » ('j') | components/viz/common/DEPS » ('J')

Powered by Google App Engine
This is Rietveld 408576698