| 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   "+components/policy/core", |   6   "+components/policy/core", | 
|   7   "+components/pref_registry", |   7   "+components/pref_registry", | 
|   8   "+components/rappor", |   8   "+components/rappor", | 
|   9   "+components/url_fixer", |   9   "+components/url_formatter", | 
|  10   "+components/webdata", |  10   "+components/webdata", | 
|  11   "+google_apis", |  11   "+google_apis", | 
|  12   "+grit/components_strings.h", |  12   "+grit/components_strings.h", | 
|  13   "+libxml", |  13   "+libxml", | 
|  14   "+net", |  14   "+net", | 
|  15   "+policy", |  15   "+policy", | 
|  16   "+sql", |  16   "+sql", | 
|  17   "+sync", |  17   "+sync", | 
|  18   "+ui/base", |  18   "+ui/base", | 
|  19   "+ui/gfx", |  19   "+ui/gfx", | 
|  20 ] |  20 ] | 
|  21  |  21  | 
|  22 specific_include_rules = { |  22 specific_include_rules = { | 
|  23   ".*_unittest\.cc$": [ |  23   ".*_unittest\.cc$": [ | 
|  24     "!chrome/browser/history/history_service.h", |  24     "!chrome/browser/history/history_service.h", | 
|  25     "!chrome/browser/history/history_service_factory.h", |  25     "!chrome/browser/history/history_service_factory.h", | 
|  26     "!chrome/browser/search_engines/template_url_service_test_util.h", |  26     "!chrome/browser/search_engines/template_url_service_test_util.h", | 
|  27     "!chrome/common/chrome_paths.h", |  27     "!chrome/common/chrome_paths.h", | 
|  28     "!chrome/test/base/testing_pref_service_syncable.h", |  28     "!chrome/test/base/testing_pref_service_syncable.h", | 
|  29     "!chrome/test/base/testing_profile.h", |  29     "!chrome/test/base/testing_profile.h", | 
|  30     "!content/public/test/test_browser_thread_bundle.h", |  30     "!content/public/test/test_browser_thread_bundle.h", | 
|  31   ], |  31   ], | 
|  32 } |  32 } | 
| OLD | NEW |