| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+components/webdata/common", | 2 "+components/webdata/common", |
| 3 "+crypto/random.h", | 3 "+crypto/random.h", |
| 4 "+google_apis/gaia", | 4 "+google_apis/gaia", |
| 5 "+google_apis/google_api_keys.h", | 5 "+google_apis/google_api_keys.h", |
| 6 "+net", | 6 "+net", |
| 7 "+sql", | 7 "+sql", |
| 8 "+third_party/libjingle", | 8 "+third_party/libjingle", |
| 9 "+third_party/libphonenumber", # For phone number i18n. | 9 "+third_party/libphonenumber", # For phone number i18n. |
| 10 | 10 |
| (...skipping 15 matching lines...) Expand all Loading... |
| 26 ], | 26 ], |
| 27 '.*_[a-z]*test\.cc': [ | 27 '.*_[a-z]*test\.cc': [ |
| 28 # TODO(blundell): Bring this list to zero. | 28 # TODO(blundell): Bring this list to zero. |
| 29 # | 29 # |
| 30 # Do not add to the list of temporarily-allowed dependencies below, | 30 # Do not add to the list of temporarily-allowed dependencies below, |
| 31 # and please do not introduce more #includes of these files. | 31 # and please do not introduce more #includes of these files. |
| 32 "!components/user_prefs/user_prefs.h", | 32 "!components/user_prefs/user_prefs.h", |
| 33 "!content/public/browser/browser_context.h", | 33 "!content/public/browser/browser_context.h", |
| 34 "!content/public/browser/browser_thread.h", | 34 "!content/public/browser/browser_thread.h", |
| 35 "!content/public/test", | 35 "!content/public/test", |
| 36 "!third_party/WebKit/public/web/WebFormElement.h", | |
| 37 | 36 |
| 38 # TODO(joi): Bring this list to zero. | 37 # TODO(joi): Bring this list to zero. |
| 39 # | 38 # |
| 40 # Do not add to the list of temporarily-allowed dependencies below, | 39 # Do not add to the list of temporarily-allowed dependencies below, |
| 41 # and please do not introduce more #includes of these files. | 40 # and please do not introduce more #includes of these files. |
| 42 "!chrome/browser/autofill/autofill_cc_infobar_delegate.h", | 41 "!chrome/browser/autofill/autofill_cc_infobar_delegate.h", |
| 43 "!chrome/browser/autofill/personal_data_manager_factory.h", | 42 "!chrome/browser/autofill/personal_data_manager_factory.h", |
| 44 "!chrome/browser/password_manager/chrome_password_manager_client.h", | 43 "!chrome/browser/password_manager/chrome_password_manager_client.h", |
| 45 "!chrome/browser/password_manager/password_manager.h", | 44 "!chrome/browser/password_manager/password_manager.h", |
| 46 "!chrome/browser/profiles/profile.h", | 45 "!chrome/browser/profiles/profile.h", |
| 47 "!chrome/browser/sync/profile_sync_service.h", | 46 "!chrome/browser/sync/profile_sync_service.h", |
| 48 "!chrome/browser/sync/profile_sync_service_factory.h", | 47 "!chrome/browser/sync/profile_sync_service_factory.h", |
| 49 "!chrome/browser/ui/autofill/tab_autofill_manager_delegate.h", | 48 "!chrome/browser/ui/autofill/tab_autofill_manager_delegate.h", |
| 50 "!chrome/browser/webdata/web_data_service_factory.h", | 49 "!chrome/browser/webdata/web_data_service_factory.h", |
| 51 "!chrome/test/base/chrome_render_view_host_test_harness.h", | 50 "!chrome/test/base/chrome_render_view_host_test_harness.h", |
| 52 "!chrome/test/base/testing_profile.h", | 51 "!chrome/test/base/testing_profile.h", |
| 53 ], | 52 ], |
| 54 } | 53 } |
| OLD | NEW |