| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+components/keyed_service", | 2 "+components/keyed_service", |
| 3 "+components/pref_registry", | 3 "+components/pref_registry", |
| 4 "+components/web_modal", | 4 "+components/web_modal", |
| 5 "+content/public/browser", | 5 "+content/public/browser", |
| 6 "+grit/extensions_strings.h", | 6 "+grit/extensions_strings.h", |
| 7 "+net", | 7 "+net", |
| 8 "+skia/ext/image_operations.h", | 8 "+skia/ext/image_operations.h", |
| 9 "+sync", | 9 "+sync", |
| 10 "+third_party/leveldatabase", | 10 "+third_party/leveldatabase", |
| 11 "+third_party/skia/include", | 11 "+third_party/skia/include", |
| 12 "+third_party/WebKit/public/web/WebInputEvent.h", | 12 "+third_party/WebKit/public/web/WebInputEvent.h", |
| 13 "+webkit/browser/fileapi", | 13 "+webkit/browser/fileapi", |
| 14 ] | 14 ] |
| 15 |
| 16 specific_include_rules = { |
| 17 ".*test\.cc$": [ |
| 18 "+components/user_prefs", |
| 19 ] |
| 20 } |
| OLD | NEW |