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