OLD | NEW |
---|---|
1 include_rules = [ | 1 include_rules = [ |
2 "+chrome/browser/extensions/api/networking_private", | |
tbarzic
2014/02/07 19:25:00
Hm, I'm not sure if adding dependency on chrome/br
mef
2014/02/07 19:53:31
I agree, but where? The most reasonable seems to b
tbarzic
2014/02/07 22:43:02
I wouldn't move this to a new dir just for a sake
mef
2014/02/11 23:20:05
Ack. I really need an advise from jam@ at this poi
| |
2 "+content/public/child", | 3 "+content/public/child", |
3 "+content/public/utility", | 4 "+content/public/utility", |
5 "+components/wifi", | |
4 "+extensions/common", | 6 "+extensions/common", |
5 | 7 |
6 # For generated headers. | 8 # For generated headers. |
7 "+grit", | 9 "+grit", |
8 | 10 |
9 "+skia/ext", | 11 "+skia/ext", |
10 "+media", | 12 "+media", |
11 ] | 13 ] |
OLD | NEW |