OLD | NEW |
---|---|
1 include_rules = [ | 1 include_rules = [ |
2 "+cc", | 2 "+cc", |
3 "+gin", | 3 "+gin", |
4 "+net", | |
Ryan Sleevi
2015/09/10 17:48:03
Do you need a blanket //net DEP here? Would it suf
sadrul
2015/09/10 18:09:08
Yep, makes sense. Narrowed to net/base/.
| |
4 "+skia", | 5 "+skia", |
5 "+third_party/skia", | 6 "+third_party/skia", |
6 "+third_party/WebKit/public/platform", | 7 "+third_party/WebKit/public/platform", |
7 "+third_party/WebKit/public/web", | 8 "+third_party/WebKit/public/web", |
8 "+ui/events", | 9 "+ui/events", |
9 "+ui/gfx", | 10 "+ui/gfx", |
10 "+v8/include", | 11 "+v8/include", |
11 ] | 12 ] |
OLD | NEW |