| 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 | |
| 11 # TODO(blundell): Bring this list to zero. | |
| 12 # | |
| 13 # Do not add to the list of temporarily-allowed dependencies below, | |
| 14 # and please do not introduce more #includes of these files. | |
| 15 "!third_party/WebKit/public/web/WebAutofillClient.h", | |
| 16 ] | 10 ] |
| 17 | 11 |
| 18 specific_include_rules = { | 12 specific_include_rules = { |
| 19 'autofill_test_utils\.cc': [ | 13 'autofill_test_utils\.cc': [ |
| 20 # TODO(blundell): Bring this list to zero. | 14 # TODO(blundell): Bring this list to zero. |
| 21 # | 15 # |
| 22 # Do not add to the list of temporarily-allowed dependencies below, | 16 # Do not add to the list of temporarily-allowed dependencies below, |
| 23 # and please do not introduce more #includes of these files. | 17 # and please do not introduce more #includes of these files. |
| 24 "!components/user_prefs/user_prefs.h", | 18 "!components/user_prefs/user_prefs.h", |
| 25 "!content/public/browser/browser_context.h", | 19 "!content/public/browser/browser_context.h", |
| (...skipping 18 matching lines...) Expand all Loading... |
| 44 "!chrome/browser/password_manager/password_manager.h", | 38 "!chrome/browser/password_manager/password_manager.h", |
| 45 "!chrome/browser/profiles/profile.h", | 39 "!chrome/browser/profiles/profile.h", |
| 46 "!chrome/browser/sync/profile_sync_service.h", | 40 "!chrome/browser/sync/profile_sync_service.h", |
| 47 "!chrome/browser/sync/profile_sync_service_factory.h", | 41 "!chrome/browser/sync/profile_sync_service_factory.h", |
| 48 "!chrome/browser/ui/autofill/tab_autofill_manager_delegate.h", | 42 "!chrome/browser/ui/autofill/tab_autofill_manager_delegate.h", |
| 49 "!chrome/browser/webdata/web_data_service_factory.h", | 43 "!chrome/browser/webdata/web_data_service_factory.h", |
| 50 "!chrome/test/base/chrome_render_view_host_test_harness.h", | 44 "!chrome/test/base/chrome_render_view_host_test_harness.h", |
| 51 "!chrome/test/base/testing_profile.h", | 45 "!chrome/test/base/testing_profile.h", |
| 52 ], | 46 ], |
| 53 } | 47 } |
| OLD | NEW |