OLD | NEW |
| (Empty) |
1 include_rules = [ | |
2 # VisitedLink is being made into a Browser Component, so we have these | |
3 # three basic rules followed by temporary exceptions. Please don't | |
4 # add to the list of exceptions! | |
5 "-chrome/browser", | |
6 "+chrome/browser/api", | |
7 "+chrome/browser/common", | |
8 "+chrome/browser/visitedlink", | |
9 | |
10 # TODO(wxjg68@motorola.com): Bring this list to zero. | |
11 # | |
12 # Do not add to the list of temporarily-allowed dependencies below, | |
13 # and please do not introduce more #includes of these files. | |
14 "!chrome/browser/history/history.h", | |
15 "!chrome/browser/history/history_service_factory.h", | |
16 "!chrome/browser/history/history_types.h", | |
17 "!chrome/browser/profiles/profile.h", | |
18 "!chrome/browser/profiles/profile_dependency_manager.h", | |
19 "!chrome/browser/profiles/profile_keyed_service.h", | |
20 "!chrome/browser/profiles/profile_keyed_service_factory.h", | |
21 "!chrome/renderer/visitedlink_slave.h" | |
22 # Do not add to the list of temporarily-allowed dependencies above, | |
23 # and please do not introduce more #includes of these files. | |
24 ] | |
OLD | NEW |