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 | 10 |
(...skipping 26 matching lines...) Expand all Loading... |
37 "!chrome/browser/signin/oauth2_token_service.h", | 37 "!chrome/browser/signin/oauth2_token_service.h", |
38 "!chrome/browser/signin/profile_oauth2_token_service.h", | 38 "!chrome/browser/signin/profile_oauth2_token_service.h", |
39 "!chrome/browser/signin/profile_oauth2_token_service_factory.h", | 39 "!chrome/browser/signin/profile_oauth2_token_service_factory.h", |
40 "!chrome/browser/signin/token_service_factory.h", | 40 "!chrome/browser/signin/token_service_factory.h", |
41 "!chrome/browser/sync/profile_sync_service.h", | 41 "!chrome/browser/sync/profile_sync_service.h", |
42 "!chrome/browser/sync/profile_sync_service_factory.h", | 42 "!chrome/browser/sync/profile_sync_service_factory.h", |
43 "!chrome/browser/ui/browser.h", | 43 "!chrome/browser/ui/browser.h", |
44 "!chrome/browser/ui/browser_finder.h", | 44 "!chrome/browser/ui/browser_finder.h", |
45 "!chrome/browser/search_engines/template_url_id.h", | 45 "!chrome/browser/search_engines/template_url_id.h", |
46 "!chrome/browser/ui/profile_error_dialog.h", | 46 "!chrome/browser/ui/profile_error_dialog.h", |
47 "!chrome/browser/ui/search/instant_overlay.h", | |
48 "!chrome/browser/ui/webui/ntp/most_visited_handler.h", | 47 "!chrome/browser/ui/webui/ntp/most_visited_handler.h", |
49 "!chrome/browser/ui/webui/ntp/new_tab_ui.h", | 48 "!chrome/browser/ui/webui/ntp/new_tab_ui.h", |
50 ] | 49 ] |
51 | 50 |
52 specific_include_rules = { | 51 specific_include_rules = { |
53 # Browser tests, by definition, need access to the browser objects. | 52 # Browser tests, by definition, need access to the browser objects. |
54 '.*_(api|browser|)test\.cc': [ | 53 '.*_(api|browser|)test\.cc': [ |
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 |