| OLD | NEW | 
|   1 include_rules = [ |   1 include_rules = [ | 
|   2   # Autofill is being made into a Browser Component, so we have these |   2   # Autofill is being made into a Browser Component, so we have these | 
|   3   # three basic rules followed by temporary exceptions.  Please don't |   3   # three basic rules followed by temporary exceptions.  Please don't | 
|   4   # add to the list of exceptions! |   4   # add to the list of exceptions! | 
|   5   "-chrome/browser", |   5   "-chrome/browser", | 
|   6   "+chrome/browser/api", |   6   "+chrome/browser/api", | 
|   7   "+chrome/browser/autofill", |   7   "+chrome/browser/autofill", | 
|   8  |   8  | 
|   9   # Permanently-allowed DEPS beyond the standard Browser |   9   # Permanently-allowed DEPS beyond the standard Browser | 
|  10   # Components-like DEPS above go here. |  10   # Components-like DEPS above go here. | 
|  11   "+third_party/libphonenumber",  # For phone number i18n. |  11   "+third_party/libphonenumber",  # For phone number i18n. | 
|  12  |  12  | 
|  13   # TODO(joi): Bring this list to zero. |  13   # TODO(joi): Bring this list to zero. | 
|  14   # |  14   # | 
|  15   # Do not add to the list of temporarily-allowed dependencies below, |  15   # Do not add to the list of temporarily-allowed dependencies below, | 
|  16   # and please do not introduce more #includes of these files. |  16   # and please do not introduce more #includes of these files. | 
|  17   "!chrome/browser/password_manager/password_manager.h", |  17   "!chrome/browser/password_manager/password_manager.h", | 
|  18   "!chrome/browser/prefs/pref_change_registrar.h", |  | 
|  19   "!chrome/browser/prefs/pref_member.h", |  | 
|  20   "!chrome/browser/prefs/pref_service.h", |  18   "!chrome/browser/prefs/pref_service.h", | 
|  21   "!chrome/browser/profiles/profile.h", |  19   "!chrome/browser/profiles/profile.h", | 
|  22   "!chrome/browser/profiles/profile_dependency_manager.h", |  20   "!chrome/browser/profiles/profile_dependency_manager.h", | 
|  23   "!chrome/browser/profiles/profile_keyed_service.h", |  21   "!chrome/browser/profiles/profile_keyed_service.h", | 
|  24   "!chrome/browser/profiles/profile_keyed_service_factory.h", |  22   "!chrome/browser/profiles/profile_keyed_service_factory.h", | 
|  25   "!chrome/browser/sync/profile_sync_service.h", |  23   "!chrome/browser/sync/profile_sync_service.h", | 
|  26   "!chrome/browser/sync/profile_sync_service_factory.h", |  24   "!chrome/browser/sync/profile_sync_service_factory.h", | 
|  27   "!chrome/browser/sync/profile_sync_service_observer.h", |  25   "!chrome/browser/sync/profile_sync_service_observer.h", | 
|  28   "!chrome/browser/ui/browser.h", |  26   "!chrome/browser/ui/browser.h", | 
|  29   "!chrome/browser/ui/browser_finder.h", |  27   "!chrome/browser/ui/browser_finder.h", | 
| (...skipping 16 matching lines...) Expand all  Loading... | 
|  46   # Do not add to the list of temporarily-allowed dependencies below, |  44   # Do not add to the list of temporarily-allowed dependencies below, | 
|  47   # and please do not introduce more #includes of these files. |  45   # and please do not introduce more #includes of these files. | 
|  48   '.*_[a-z]*test\.cc': [ |  46   '.*_[a-z]*test\.cc': [ | 
|  49     "!chrome/browser/password_manager/encryptor.h", |  47     "!chrome/browser/password_manager/encryptor.h", | 
|  50     "!chrome/browser/translate/translate_infobar_delegate.h", |  48     "!chrome/browser/translate/translate_infobar_delegate.h", | 
|  51     "!chrome/browser/translate/translate_manager.h", |  49     "!chrome/browser/translate/translate_manager.h", | 
|  52     "!chrome/browser/ui/browser_tabstrip.h", |  50     "!chrome/browser/ui/browser_tabstrip.h", | 
|  53     "!chrome/browser/ui/tab_contents/test_tab_contents.h", |  51     "!chrome/browser/ui/tab_contents/test_tab_contents.h", | 
|  54   ] |  52   ] | 
|  55 } |  53 } | 
| OLD | NEW |