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 | 13 |
14 # TODO(erikwright): Bring this list to zero. | 14 # TODO(erikwright): Bring this list to zero. |
15 # | 15 # |
16 # Do not add to the list of temporarily-allowed dependencies below, | 16 # Do not add to the list of temporarily-allowed dependencies below, |
17 # and please do not introduce more #includes of these files. | 17 # and please do not introduce more #includes of these files. |
18 "!chrome/browser/autocomplete/autocomplete_match.h", | 18 "!chrome/browser/autocomplete/autocomplete_match.h", |
19 "!chrome/browser/autocomplete/autocomplete_result.h", | 19 "!chrome/browser/autocomplete/autocomplete_result.h", |
20 "!chrome/browser/autocomplete/history_provider_util.h", | 20 "!chrome/browser/autocomplete/history_provider_util.h", |
21 "!chrome/browser/autocomplete/history_url_provider.h", | 21 "!chrome/browser/autocomplete/history_url_provider.h", |
22 "!chrome/browser/autocomplete/url_prefix.h", | |
blundell
2014/06/16 14:10:52
Please actually leave this temporary dependency in
hashimoto
2014/06/16 20:24:56
Done.
| |
23 "!chrome/browser/bookmarks/bookmark_model_factory.h", | 22 "!chrome/browser/bookmarks/bookmark_model_factory.h", |
24 "!chrome/browser/bookmarks/test_bookmark_client.h", | 23 "!chrome/browser/bookmarks/test_bookmark_client.h", |
25 "!chrome/browser/browser_process.h", | 24 "!chrome/browser/browser_process.h", |
26 "!chrome/browser/chromeos/login/existing_user_controller.h", | 25 "!chrome/browser/chromeos/login/existing_user_controller.h", |
27 "!chrome/browser/content_settings/cookie_settings.h", | 26 "!chrome/browser/content_settings/cookie_settings.h", |
28 "!chrome/browser/diagnostics/sqlite_diagnostics.h", | 27 "!chrome/browser/diagnostics/sqlite_diagnostics.h", |
29 "!chrome/browser/omnibox/omnibox_field_trial.h", | 28 "!chrome/browser/omnibox/omnibox_field_trial.h", |
30 "!chrome/browser/prefs/scoped_user_pref_update.h", | 29 "!chrome/browser/prefs/scoped_user_pref_update.h", |
31 "!chrome/browser/prerender/prerender_contents.h", | 30 "!chrome/browser/prerender/prerender_contents.h", |
32 "!chrome/browser/prerender/prerender_manager.h", | 31 "!chrome/browser/prerender/prerender_manager.h", |
(...skipping 25 matching lines...) Expand all Loading... | |
58 ], | 57 ], |
59 # TODO(erikwright): Bring this list to zero. | 58 # TODO(erikwright): Bring this list to zero. |
60 # | 59 # |
61 # Do not add to the list of temporarily-allowed dependencies below, | 60 # Do not add to the list of temporarily-allowed dependencies below, |
62 # and please do not introduce more #includes of these files. | 61 # and please do not introduce more #includes of these files. |
63 '.*_[a-z]*test\.cc': [ | 62 '.*_[a-z]*test\.cc': [ |
64 "!chrome/browser/bookmarks/bookmark_test_helpers.h", | 63 "!chrome/browser/bookmarks/bookmark_test_helpers.h", |
65 "!chrome/browser/bookmarks/bookmark_utils.h", | 64 "!chrome/browser/bookmarks/bookmark_utils.h", |
66 ] | 65 ] |
67 } | 66 } |
OLD | NEW |