| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+components/keyed_service", | 2 "+components/keyed_service", |
| 3 "+components/omaha_client", | 3 "+components/omaha_client", |
| 4 "+components/pref_registry", | 4 "+components/pref_registry", |
| 5 "+components/sessions", | 5 "+components/sessions", |
| 6 "+components/storage_monitor", | 6 "+components/storage_monitor", |
| 7 "+components/ui/zoom", | 7 "+components/ui/zoom", |
| 8 "+components/web_cache", | 8 "+components/web_cache", |
| 9 "+components/web_modal", | 9 "+components/web_modal", |
| 10 "+content/public/browser", | 10 "+content/public/browser", |
| 11 "+device/bluetooth", | 11 "+device/bluetooth", |
| 12 "+device/serial", | 12 "+device/serial", |
| 13 "+device/usb", | 13 "+device/usb", |
| 14 "+google_apis/gaia", | 14 "+google_apis/gaia", |
| 15 "+grit/extensions_strings.h", | 15 "+grit/extensions_strings.h", |
| 16 "+net", | 16 "+net", |
| 17 "+skia/ext/image_operations.h", | 17 "+skia/ext/image_operations.h", |
| 18 "+storage/browser/fileapi", | 18 "+storage/browser/fileapi", |
| 19 "+sync", | 19 "+sync", |
| 20 "+third_party/leveldatabase", | 20 "+third_party/leveldatabase", |
| 21 "+third_party/re2", | 21 "+third_party/re2", |
| 22 "+third_party/skia/include", | |
| 23 "+third_party/WebKit/public/web", | 22 "+third_party/WebKit/public/web", |
| 24 ] | 23 ] |
| 25 | 24 |
| 26 specific_include_rules = { | 25 specific_include_rules = { |
| 27 ".*test\.cc$": [ | 26 ".*test\.cc$": [ |
| 28 "+components/user_prefs", | 27 "+components/user_prefs", |
| 29 ] | 28 ] |
| 30 } | 29 } |
| OLD | NEW |