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

Side by Side Diff: components/viz/common/DEPS

Issue 2938953002: Implement HitTestAggregator (Closed)
Patch Set: rename DisplayHitTestRegion to AggregatedHitTestRegion 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/surface_id.h",
3 "+services/ui/gpu/interfaces", 3 "+services/ui/gpu/interfaces",
4 "+third_party/skia", 4 "+third_party/skia",
5 "+ui/gfx",
5 ] 6 ]
6 7
7 specific_include_rules = { 8 specific_include_rules = {
8 ".*_unittest\.cc": [ 9 ".*_unittest\.cc": [
9 "+media/base", 10 "+media/base",
10 "+ui/gfx", 11 "+ui/gfx",
11 "+ui/gl", 12 "+ui/gl",
12 ], 13 ],
13 ".*_benchmark\.cc": [ 14 ".*_benchmark\.cc": [
14 "+ui/gfx", 15 "+ui/gfx",
15 ], 16 ],
16 } 17 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698