OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+components/data_reduction_proxy/core/common", | 2 "+components/data_reduction_proxy/core/common", |
3 "+content/public/browser", | 3 "+content/public/browser", |
4 "+content/public/common", | 4 "+content/public/common", |
| 5 "+grit", |
5 "+net/base", | 6 "+net/base", |
| 7 "+ui/base", |
6 ] | 8 ] |
7 | 9 |
8 specific_include_rules = { | 10 specific_include_rules = { |
9 '.*_[a-z]*test\.cc': [ | 11 '.*_[a-z]*test\.cc': [ |
10 "+content/public/test", | 12 "+content/public/test", |
11 "+net/url_request", | 13 "+net/url_request", |
12 ], | 14 ], |
13 } | 15 } |
OLD | NEW |