2 # Favicon 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!
6 "+chrome/browser/chrome_notification_types.h",
7 "+chrome/browser/common",
8 "+chrome/browser/favicon",
10 # Permanently-allowed DEPS beyond the standard Browser
11 # Components-like DEPS above go here.
12 "+chrome/browser/search/search.h",
13 "+components/favicon/core",
14 "+third_party/skia/include/core/SkBitmap.h",
16 # TODO(caitkp): Bring this list to zero.
18 # Do not add to the list of temporarily-allowed dependencies below,
19 # and please do not introduce more #includes of these files.
20 "!chrome/browser/bookmarks/bookmark_model_factory.h",
21 "!chrome/browser/history/history_backend.h",
22 "!chrome/browser/history/history_details.h",
23 "!chrome/browser/history/history_service.h",
24 "!chrome/browser/history/history_service_factory.h",
25 "!chrome/browser/history/select_favicon_frames.h",
26 "!chrome/browser/profiles/profile.h",
27 "!chrome/browser/ui/webui/chrome_web_ui_controller_factory.h",
28 "!components/bookmarks/core/browser/bookmark_model.h",
29 # Do not add to the list of temporarily-allowed dependencies above,
30 # and please do not introduce more #includes of these files.
33 specific_include_rules = {
34 # TODO(caitkp): Look into removing history/ dependencies.
35 'favicon_util\.(h|cc)': [
38 "+chrome/browser/favicon/favicon_util.h",
39 "+chrome/common/favicon/favicon_types.h",
40 "+chrome/common/icon_messages.h",
41 "!chrome/browser/history/history_types.h",
42 "!chrome/browser/history/select_favicon_frames.h",