Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 } |
| OLD | NEW |