Chromium Code Reviews| 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 # basic rules followed by temporary exceptions. Please don't | 3 # 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/chrome_notification_types.h", | 6 "+chrome/browser/chrome_notification_types.h", |
| 7 "+chrome/browser/common", | 7 "+chrome/browser/common", |
| 8 "+chrome/browser/favicon", | 8 "+chrome/browser/favicon", |
| 9 "+chrome/browser/history", | 9 "+chrome/browser/history", |
| 10 "+chrome/browser/network_time", | 10 "+chrome/browser/network_time", |
| 11 "+chrome/tools/profiles", # For history unit tests. | 11 "+chrome/tools/profiles", # For history unit tests. |
| 12 "+components/visitedlink/browser", | 12 "+components/visitedlink/browser", |
| 13 "+components/history/core/common", | |
|
sdefresne
2014/06/02 19:56:55
This should not be required as //chrome/browser DE
nshaik
2014/06/08 08:43:41
Done.
| |
| 13 | 14 |
| 14 # TODO(erikwright): Bring this list to zero. | 15 # TODO(erikwright): Bring this list to zero. |
| 15 # | 16 # |
| 16 # Do not add to the list of temporarily-allowed dependencies below, | 17 # Do not add to the list of temporarily-allowed dependencies below, |
| 17 # and please do not introduce more #includes of these files. | 18 # and please do not introduce more #includes of these files. |
| 18 "!chrome/browser/autocomplete/autocomplete_match.h", | 19 "!chrome/browser/autocomplete/autocomplete_match.h", |
| 19 "!chrome/browser/autocomplete/autocomplete_result.h", | 20 "!chrome/browser/autocomplete/autocomplete_result.h", |
| 20 "!chrome/browser/autocomplete/history_provider_util.h", | 21 "!chrome/browser/autocomplete/history_provider_util.h", |
| 21 "!chrome/browser/autocomplete/history_url_provider.h", | 22 "!chrome/browser/autocomplete/history_url_provider.h", |
| 22 "!chrome/browser/autocomplete/url_prefix.h", | 23 "!chrome/browser/autocomplete/url_prefix.h", |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 61 ], | 62 ], |
| 62 # TODO(erikwright): Bring this list to zero. | 63 # TODO(erikwright): Bring this list to zero. |
| 63 # | 64 # |
| 64 # Do not add to the list of temporarily-allowed dependencies below, | 65 # Do not add to the list of temporarily-allowed dependencies below, |
| 65 # and please do not introduce more #includes of these files. | 66 # and please do not introduce more #includes of these files. |
| 66 '.*_[a-z]*test\.cc': [ | 67 '.*_[a-z]*test\.cc': [ |
| 67 "!chrome/browser/bookmarks/bookmark_test_helpers.h", | 68 "!chrome/browser/bookmarks/bookmark_test_helpers.h", |
| 68 "!chrome/browser/bookmarks/bookmark_utils.h", | 69 "!chrome/browser/bookmarks/bookmark_utils.h", |
| 69 ] | 70 ] |
| 70 } | 71 } |
| OLD | NEW |