OLD | NEW |
---|---|
1 include_rules = [ | 1 include_rules = [ |
2 "+third_party/angle", | 2 "+third_party/angle", |
3 "+third_party/amd", | 3 "+third_party/amd", |
4 "+third_party/re2", | 4 "+third_party/re2", |
5 "+third_party/smhasher", | 5 "+third_party/smhasher", |
6 "+third_party/protbuf", | 6 "+third_party/protbuf", |
7 "+crypto", | 7 "+crypto", |
8 "+ui/accelerated_widget_mac", | |
piman
2016/06/28 00:28:09
Could you make this specific to ui/accelerated_wid
kirr
2016/06/28 10:25:48
Done.
ccameron
2016/07/01 06:58:16
Good point. Moreover, I should move the CARenderer
| |
8 "+ui/gfx", | 9 "+ui/gfx", |
9 "+ui/gl", | 10 "+ui/gl", |
10 "+ui/surface", | 11 "+ui/surface", |
11 "+ui/ozone/public", | 12 "+ui/ozone/public", |
12 ] | 13 ] |
OLD | NEW |