| 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/api", | |
| 7 "+chrome/browser/common", | 6 "+chrome/browser/common", |
| 8 "+chrome/browser/favicon", | 7 "+chrome/browser/favicon", |
| 9 "+chrome/browser/history", | 8 "+chrome/browser/history", |
| 10 | 9 |
| 11 # TODO(erikwright): Bring this list to zero. | 10 # TODO(erikwright): Bring this list to zero. |
| 12 # | 11 # |
| 13 # Do not add to the list of temporarily-allowed dependencies below, | 12 # Do not add to the list of temporarily-allowed dependencies below, |
| 14 # and please do not introduce more #includes of these files. | 13 # and please do not introduce more #includes of these files. |
| 15 "!chrome/browser/autocomplete/autocomplete_log.h", | 14 "!chrome/browser/autocomplete/autocomplete_log.h", |
| 16 "!chrome/browser/autocomplete/autocomplete_match.h", | 15 "!chrome/browser/autocomplete/autocomplete_match.h", |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 55 "+chrome/browser", | 54 "+chrome/browser", |
| 56 ], | 55 ], |
| 57 # TODO(erikwright): Bring this list to zero. | 56 # TODO(erikwright): Bring this list to zero. |
| 58 # | 57 # |
| 59 # Do not add to the list of temporarily-allowed dependencies below, | 58 # Do not add to the list of temporarily-allowed dependencies below, |
| 60 # and please do not introduce more #includes of these files. | 59 # and please do not introduce more #includes of these files. |
| 61 '.*_[a-z]*test\.cc': [ | 60 '.*_[a-z]*test\.cc': [ |
| 62 "!chrome/browser/bookmarks/bookmark_utils.h", | 61 "!chrome/browser/bookmarks/bookmark_utils.h", |
| 63 ] | 62 ] |
| 64 } | 63 } |
| OLD | NEW |