| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+components/webdata/common", | 2 "+components/webdata/common", |
| 3 "+content/public/browser", | 3 "+content/public/browser", |
| 4 "+crypto/random.h", | 4 "+crypto/random.h", |
| 5 "+google_apis/gaia", | 5 "+google_apis/gaia", |
| 6 "+google_apis/google_api_keys.h", | 6 "+google_apis/google_api_keys.h", |
| 7 "+gpu/config/gpu_info.h", | 7 "+gpu/config/gpu_info.h", |
| 8 "+net", | 8 "+net", |
| 9 "+sql", | 9 "+sql", |
| 10 "+third_party/libjingle", | 10 "+third_party/libjingle", |
| (...skipping 13 matching lines...) Expand all Loading... |
| 24 ] | 24 ] |
| 25 | 25 |
| 26 specific_include_rules = { | 26 specific_include_rules = { |
| 27 '.*_[a-z]*test\.cc': [ | 27 '.*_[a-z]*test\.cc': [ |
| 28 "+content/public/test", | 28 "+content/public/test", |
| 29 | 29 |
| 30 # TODO(joi, kaiwang): Bring this list to zero. | 30 # TODO(joi, kaiwang): Bring this list to zero. |
| 31 # | 31 # |
| 32 # Do not add to the list of temporarily-allowed dependencies below, | 32 # Do not add to the list of temporarily-allowed dependencies below, |
| 33 # and please do not introduce more #includes of these files. | 33 # and please do not introduce more #includes of these files. |
| 34 "!chrome/browser/api/infobars/confirm_infobar_delegate.h", | |
| 35 "!chrome/browser/api/infobars/infobar_service.h", | |
| 36 "!chrome/browser/autofill/autofill_cc_infobar_delegate.h", | 34 "!chrome/browser/autofill/autofill_cc_infobar_delegate.h", |
| 37 "!chrome/browser/autofill/personal_data_manager_factory.h", | 35 "!chrome/browser/autofill/personal_data_manager_factory.h", |
| 38 "!chrome/browser/password_manager/encryptor.h", | 36 "!chrome/browser/password_manager/encryptor.h", |
| 39 "!chrome/browser/password_manager/password_manager.h", | 37 "!chrome/browser/password_manager/password_manager.h", |
| 40 "!chrome/browser/password_manager/password_manager_delegate_impl.h", | 38 "!chrome/browser/password_manager/password_manager_delegate_impl.h", |
| 41 "!chrome/browser/profiles/profile.h", | 39 "!chrome/browser/profiles/profile.h", |
| 42 "!chrome/browser/sync/profile_sync_service.h", | 40 "!chrome/browser/sync/profile_sync_service.h", |
| 43 "!chrome/browser/sync/profile_sync_service_factory.h", | 41 "!chrome/browser/sync/profile_sync_service_factory.h", |
| 44 "!chrome/browser/translate/translate_infobar_delegate.h", | 42 "!chrome/browser/translate/translate_infobar_delegate.h", |
| 45 "!chrome/browser/translate/translate_manager.h", | 43 "!chrome/browser/translate/translate_manager.h", |
| 46 "!chrome/browser/ui/autofill/tab_autofill_manager_delegate.h", | 44 "!chrome/browser/ui/autofill/tab_autofill_manager_delegate.h", |
| 47 "!chrome/browser/ui/browser.h", | 45 "!chrome/browser/ui/browser.h", |
| 48 "!chrome/browser/ui/browser_tabstrip.h", | 46 "!chrome/browser/ui/browser_tabstrip.h", |
| 49 "!chrome/browser/ui/browser_window.h", | 47 "!chrome/browser/ui/browser_window.h", |
| 50 "!chrome/browser/ui/tabs/tab_strip_model.h", | 48 "!chrome/browser/ui/tabs/tab_strip_model.h", |
| 51 "!chrome/browser/webdata/web_data_service.h", | 49 "!chrome/browser/webdata/web_data_service.h", |
| 52 "!chrome/browser/webdata/web_data_service_factory.h", | 50 "!chrome/browser/webdata/web_data_service_factory.h", |
| 53 "!chrome/browser/webdata/web_data_service_test_util.h", | 51 "!chrome/browser/webdata/web_data_service_test_util.h", |
| 54 "!chrome/common/chrome_constants.h", | 52 "!chrome/common/chrome_constants.h", |
| 55 "!chrome/common/chrome_paths.h", | 53 "!chrome/common/chrome_paths.h", |
| 56 "!chrome/common/pref_names.h", | 54 "!chrome/common/pref_names.h", |
| 57 "!chrome/common/render_messages.h", | 55 "!chrome/common/render_messages.h", |
| 58 "!chrome/common/url_constants.h", | 56 "!chrome/common/url_constants.h", |
| 59 "!chrome/test/base", | 57 "!chrome/test/base", |
| 60 ], | 58 ], |
| 61 } | 59 } |
| OLD | NEW |