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

Side by Side 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, 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 unified diff | Download patch
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+ui/gfx/geometry", 2 "+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.
3 "+services/ui/gpu/interfaces", 3 "+services/ui/gpu/interfaces",
4 "+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.
4 "+third_party/skia", 5 "+third_party/skia",
6 "+ui/gfx",
5 ] 7 ]
6 8
7 specific_include_rules = { 9 specific_include_rules = {
8 ".*_unittest\.cc": [ 10 ".*_unittest\.cc": [
9 "+media/base", 11 "+media/base",
10 "+ui/gfx", 12 "+ui/gfx",
11 "+ui/gl", 13 "+ui/gl",
12 ], 14 ],
13 ".*_benchmark\.cc": [ 15 ".*_benchmark\.cc": [
14 "+ui/gfx", 16 "+ui/gfx",
15 ], 17 ],
16 } 18 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698