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

Unified Diff: components/viz/common/DEPS

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
Index: components/viz/common/DEPS
diff --git a/components/viz/common/DEPS b/components/viz/common/DEPS
index 6df009f46e73e668e3f69c7ffdd6388ee65f1874..016fdcc59a6b291009bcdc533aca7e5f279ff4bc 100644
--- a/components/viz/common/DEPS
+++ b/components/viz/common/DEPS
@@ -1,7 +1,9 @@
include_rules = [
- "+ui/gfx/geometry",
+ "+cc/surfaces",
rjkroege 2017/06/30 20:10:36 I think this is too broad. Can you replace with sp
danakj 2017/06/30 20:39:38 Ya I am wondering what this will be. Most of surfa
gklassen 2017/07/12 14:43:51 Done.
"+services/ui/gpu/interfaces",
+ "+services/viz/public/interfaces",
danakj 2017/06/30 20:39:38 It seems a maybe bit off to me that viz/common wou
gklassen 2017/07/12 14:43:51 Done.
"+third_party/skia",
+ "+ui/gfx",
]
specific_include_rules = {

Powered by Google App Engine
This is Rietveld 408576698