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

Unified Diff: components/viz/hittest/DEPS

Issue 2908783002: WIP Hittest Component.
Patch Set: format 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..9694315382c3b53228b73e628f3eacd48305223f
--- /dev/null
+++ b/components/viz/hittest/DEPS
@@ -0,0 +1,7 @@
+include_rules = [
rjkroege 2017/05/29 15:58:02 this also looks very big.
gklassen 2017/06/05 21:32:13 true. fixed in most recent patch.
+ "+cc/base",
+ "+cc/ipc",
+ "+cc/surfaces",
+ "+cc/scheduler",
+ "+components/display_compositor",
+]

Powered by Google App Engine
This is Rietveld 408576698