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

Unified Diff: components/viz/hittest/DEPS

Issue 2908783002: WIP Hittest Component.
Patch Set: surface observer and test setup Created 3 years, 7 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
Index: components/viz/hittest/DEPS
diff --git a/components/viz/hittest/DEPS b/components/viz/hittest/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..8a119b99bec07d6ec64ce3d8dfed6884660a0db1
--- /dev/null
+++ b/components/viz/hittest/DEPS
@@ -0,0 +1,6 @@
+include_rules = [
+ "+cc",
+ "+ui/gfx/geometry/mojo",
+ "+components/viz/display_compositor",
rjkroege 2017/06/02 22:45:44 should only be the public interfaces?
+ "+skia/public",
+]

Powered by Google App Engine
This is Rietveld 408576698