| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 # History is being made into a Browser Component, so we have these | 2 # History 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/history", | 7 "+chrome/browser/history", |
| 8 | 8 |
| 9 # TODO(erikwright): Bring this list to zero. | 9 # TODO(erikwright): Bring this list to zero. |
| 10 # | 10 # |
| 11 # Do not add to the list of temporarily-allowed dependencies below, | 11 # Do not add to the list of temporarily-allowed dependencies below, |
| 12 # and please do not introduce more #includes of these files. | 12 # and please do not introduce more #includes of these files. |
| 13 "!chrome/browser/autocomplete/autocomplete_field_trial.h", | 13 "!chrome/browser/autocomplete/autocomplete_field_trial.h", |
| 14 "!chrome/browser/autocomplete/autocomplete_log.h", | 14 "!chrome/browser/autocomplete/autocomplete_log.h", |
| 15 "!chrome/browser/autocomplete/autocomplete_match.h", | 15 "!chrome/browser/autocomplete/autocomplete_match.h", |
| 16 "!chrome/browser/autocomplete/autocomplete_provider.h", | 16 "!chrome/browser/autocomplete/autocomplete_provider.h", |
| 17 "!chrome/browser/autocomplete/autocomplete_result.h", | 17 "!chrome/browser/autocomplete/autocomplete_result.h", |
| 18 "!chrome/browser/autocomplete/history_provider_util.h", | 18 "!chrome/browser/autocomplete/history_provider_util.h", |
| 19 "!chrome/browser/autocomplete/history_url_provider.h", | 19 "!chrome/browser/autocomplete/history_url_provider.h", |
| 20 "!chrome/browser/autocomplete/url_prefix.h", | 20 "!chrome/browser/autocomplete/url_prefix.h", |
| 21 "!chrome/browser/bookmarks/bookmark_codec.h", | |
| 22 "!chrome/browser/bookmarks/bookmark_model.h", | 21 "!chrome/browser/bookmarks/bookmark_model.h", |
| 23 "!chrome/browser/bookmarks/bookmark_model_factory.h", | 22 "!chrome/browser/bookmarks/bookmark_model_factory.h", |
| 24 "!chrome/browser/browser_process.h", | 23 "!chrome/browser/browser_process.h", |
| 25 "!chrome/browser/cancelable_request.h", | 24 "!chrome/browser/cancelable_request.h", |
| 26 "!chrome/browser/chromeos/login/existing_user_controller.h", | 25 "!chrome/browser/chromeos/login/existing_user_controller.h", |
| 27 "!chrome/browser/diagnostics/sqlite_diagnostics.h", | 26 "!chrome/browser/diagnostics/sqlite_diagnostics.h", |
| 28 "!chrome/browser/extensions/event_router.h", | 27 "!chrome/browser/extensions/event_router.h", |
| 29 "!chrome/browser/extensions/extension_function.h", | 28 "!chrome/browser/extensions/extension_function.h", |
| 30 "!chrome/browser/favicon/favicon_service.h", | 29 "!chrome/browser/favicon/favicon_service.h", |
| 31 "!chrome/browser/prefs/pref_service.h", | 30 "!chrome/browser/prefs/pref_service.h", |
| (...skipping 17 matching lines...) Expand all Loading... |
| 49 # and please do not introduce more #includes of these files. | 48 # and please do not introduce more #includes of these files. |
| 50 '.*_[a-z]*test\.cc': [ | 49 '.*_[a-z]*test\.cc': [ |
| 51 "!chrome/browser/bookmarks/bookmark_utils.h", | 50 "!chrome/browser/bookmarks/bookmark_utils.h", |
| 52 "!chrome/browser/extensions/extension_apitest.h", | 51 "!chrome/browser/extensions/extension_apitest.h", |
| 53 "!chrome/browser/extensions/extension_function_test_utils.h", | 52 "!chrome/browser/extensions/extension_function_test_utils.h", |
| 54 "!chrome/browser/ui/browser.h", | 53 "!chrome/browser/ui/browser.h", |
| 55 "!chrome/browser/ui/browser_tabstrip.h", | 54 "!chrome/browser/ui/browser_tabstrip.h", |
| 56 "!chrome/browser/ui/view_ids.h", | 55 "!chrome/browser/ui/view_ids.h", |
| 57 ] | 56 ] |
| 58 } | 57 } |
| OLD | NEW |