| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+components/google/core", | 2 "+components/google/core", |
| 3 "+components/history/core", | 3 "+components/history/core", |
| 4 "+components/keyed_service/core", | 4 "+components/keyed_service/core", |
| 5 "+components/metrics/proto", | 5 "+components/metrics/proto", |
| 6 # TODO(mpearson): for experiment; remove after crbug.com/488901 is launched. |
| 7 "+components/omnibox/browser/omnibox_field_trial.h", |
| 6 "+components/policy/core", | 8 "+components/policy/core", |
| 7 "+components/pref_registry", | 9 "+components/pref_registry", |
| 8 "+components/rappor", | 10 "+components/rappor", |
| 9 "+components/sync_driver", | 11 "+components/sync_driver", |
| 10 "+components/url_formatter", | 12 "+components/url_formatter", |
| 11 "+components/webdata", | 13 "+components/webdata", |
| 12 "+google_apis", | 14 "+google_apis", |
| 13 "+grit/components_strings.h", | 15 "+grit/components_strings.h", |
| 14 "+libxml", | 16 "+libxml", |
| 15 "+net", | 17 "+net", |
| 16 "+policy", | 18 "+policy", |
| 17 "+sql", | 19 "+sql", |
| 18 "+sync", | 20 "+sync", |
| 19 "+ui/base", | 21 "+ui/base", |
| 20 "+ui/gfx", | 22 "+ui/gfx", |
| 21 ] | 23 ] |
| 22 | 24 |
| 23 specific_include_rules = { | 25 specific_include_rules = { |
| 24 ".*_unittest\.cc$": [ | 26 ".*_unittest\.cc$": [ |
| 25 "!chrome/browser/history/history_service.h", | 27 "!chrome/browser/history/history_service.h", |
| 26 "!chrome/browser/history/history_service_factory.h", | 28 "!chrome/browser/history/history_service_factory.h", |
| 27 "!chrome/browser/search_engines/template_url_service_test_util.h", | 29 "!chrome/browser/search_engines/template_url_service_test_util.h", |
| 28 "!chrome/common/chrome_paths.h", | 30 "!chrome/common/chrome_paths.h", |
| 29 "!chrome/test/base/testing_profile.h", | 31 "!chrome/test/base/testing_profile.h", |
| 30 "!components/syncable_prefs/testing_pref_service_syncable.h", | 32 "!components/syncable_prefs/testing_pref_service_syncable.h", |
| 31 "!content/public/test/test_browser_thread_bundle.h", | 33 "!content/public/test/test_browser_thread_bundle.h", |
| 32 ], | 34 ], |
| 33 } | 35 } |
| OLD | NEW |