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