OLD | NEW |
---|---|
1 include_rules = [ | 1 include_rules = [ |
2 "+chrome/browser/extensions/api/networking_private", | |
mef
2014/01/28 17:51:26
This dependency is needed for use of NetworkingPri
| |
2 "+content/public/child", | 3 "+content/public/child", |
3 "+content/public/utility", | 4 "+content/public/utility", |
5 "+components/wifi", | |
mef
2014/01/28 17:51:26
This dependency is needed for use of WiFiService i
| |
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 |