Fix infinite recursion on hiding panel when created during fullscreen mode.
[chromium-blink-merge.git] / chrome / browser / favicon / DEPS
blob240a794daf0066675f6dd35cb8a1f275a8b3512a
1 include_rules = [
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!
5   "-chrome/browser",
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   "+third_party/skia/include/core/SkBitmap.h",
15   # TODO(caitkp): Bring this list to zero.
16   #
17   # Do not add to the list of temporarily-allowed dependencies below,
18   # and please do not introduce more #includes of these files.
19   "!chrome/browser/bookmarks/bookmark_service.h",
20   "!chrome/browser/history/history_backend.h",
21   "!chrome/browser/history/history_details.h",
22   "!chrome/browser/history/history_service.h",
23   "!chrome/browser/history/history_service_factory.h",
24   "!chrome/browser/history/select_favicon_frames.h",
25   "!chrome/browser/profiles/profile.h",
26   "!chrome/browser/ui/webui/chrome_web_ui_controller_factory.h",
27   # Do not add to the list of temporarily-allowed dependencies above,
28   # and please do not introduce more #includes of these files.
31 specific_include_rules = {
32   # TODO(caitkp): Look into removing history/ dependencies.
33   'favicon_util\.(h|cc)': [
34     "-chrome",
35     "-chrome/browser",
36     "+chrome/browser/favicon/favicon_util.h",
37     "+chrome/common/favicon/favicon_types.h",
38     "+chrome/common/icon_messages.h",
39     "!chrome/browser/history/history_types.h",
40     "!chrome/browser/history/select_favicon_frames.h",
41   ]