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

Unified Diff: components/viz/common/hit_test/DEPS

Issue 2938953002: Implement HitTestAggregator (Closed)
Patch Set: correct mojom include directory and improvements based on reviewer comments Created 3 years, 5 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 | « components/viz/common/BUILD.gn ('k') | components/viz/common/hit_test/aggregated_hit_test_region.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/viz/common/hit_test/DEPS
diff --git a/components/viz/common/hit_test/DEPS b/components/viz/common/hit_test/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..b49b8636b9be55524509fde1d0e15b90a87f3dba
--- /dev/null
+++ b/components/viz/common/hit_test/DEPS
@@ -0,0 +1,4 @@
+include_rules = [
+ "+ui/gfx/geometry",
+ "+ui/gfx/transform.h",
+]
« no previous file with comments | « components/viz/common/BUILD.gn ('k') | components/viz/common/hit_test/aggregated_hit_test_region.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698