| 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 11 matching lines...) Expand all Loading... |
| 22 "!content/public/browser/notification_registrar.h", | 22 "!content/public/browser/notification_registrar.h", |
| 23 "!content/public/browser/notification_service.h", | 23 "!content/public/browser/notification_service.h", |
| 24 "!content/public/browser/notification_source.h", | 24 "!content/public/browser/notification_source.h", |
| 25 "!content/public/browser/notification_types.h", | 25 "!content/public/browser/notification_types.h", |
| 26 "!content/public/browser/render_view_host.h", | 26 "!content/public/browser/render_view_host.h", |
| 27 "!content/public/browser/web_contents.h", | 27 "!content/public/browser/web_contents.h", |
| 28 "!content/public/browser/web_contents_observer.h", | 28 "!content/public/browser/web_contents_observer.h", |
| 29 "!content/public/browser/web_contents_view.h", | 29 "!content/public/browser/web_contents_view.h", |
| 30 "!content/public/common/frame_navigate_params.h", | 30 "!content/public/common/frame_navigate_params.h", |
| 31 "!content/public/common/url_constants.h", | 31 "!content/public/common/url_constants.h", |
| 32 "!third_party/WebKit/Source/WebKit/chromium/public/WebAutofillClient.h", | 32 "!third_party/WebKit/public/web/WebAutofillClient.h", |
| 33 "!third_party/WebKit/Source/WebKit/chromium/public/WebInputElement.h", | 33 "!third_party/WebKit/public/web/WebInputElement.h", |
| 34 | 34 |
| 35 # TODO(akalin): Remove this dependency. | 35 # TODO(akalin): Remove this dependency. |
| 36 "!sync/util/data_encryption_win.h", | 36 "!sync/util/data_encryption_win.h", |
| 37 ] | 37 ] |
| 38 | 38 |
| 39 specific_include_rules = { | 39 specific_include_rules = { |
| 40 '.*_[a-z]*test\.cc': [ | 40 '.*_[a-z]*test\.cc': [ |
| 41 "+content/public/test", | 41 "+content/public/test", |
| 42 | 42 |
| 43 # TODO(joi): Bring this list to zero. | 43 # TODO(joi): Bring this list to zero. |
| (...skipping 15 matching lines...) Expand all Loading... |
| 59 "!chrome/browser/ui/browser_tabstrip.h", | 59 "!chrome/browser/ui/browser_tabstrip.h", |
| 60 "!chrome/browser/ui/browser_window.h", | 60 "!chrome/browser/ui/browser_window.h", |
| 61 "!chrome/browser/ui/tabs/tab_strip_model.h", | 61 "!chrome/browser/ui/tabs/tab_strip_model.h", |
| 62 "!chrome/browser/webdata/web_data_service.h", | 62 "!chrome/browser/webdata/web_data_service.h", |
| 63 "!chrome/browser/webdata/web_data_service_factory.h", | 63 "!chrome/browser/webdata/web_data_service_factory.h", |
| 64 "!chrome/browser/webdata/web_data_service_test_util.h", | 64 "!chrome/browser/webdata/web_data_service_test_util.h", |
| 65 "!chrome/common/chrome_paths.h", | 65 "!chrome/common/chrome_paths.h", |
| 66 "!chrome/test/base", | 66 "!chrome/test/base", |
| 67 ], | 67 ], |
| 68 } | 68 } |
| OLD | NEW |