Revert of Add button to add new FSP services to Files app. (patchset #8 id:140001...
[chromium-blink-merge.git] / chrome / browser / favicon / DEPS
blob7bc0c6f99cb44a0766fb66e4bfbe3ab644e4fa44
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/profiles/incognito_helpers.h",
13   "+chrome/browser/search/search.h",
14   "+components/favicon/core",
15   "+net/base/registry_controlled_domains/registry_controlled_domain.h",
16   "+third_party/skia/include/core/SkBitmap.h",
18   # TODO(caitkp): Bring this list to zero.
19   #
20   # Do not add to the list of temporarily-allowed dependencies below,
21   # and please do not introduce more #includes of these files.
22   "!chrome/browser/bookmarks/bookmark_model_factory.h",
23   "!chrome/browser/history/history_backend.h",
24   "!chrome/browser/history/history_service.h",
25   "!chrome/browser/history/history_service_factory.h",
26   "!chrome/browser/history/select_favicon_frames.h",
27   "!chrome/browser/profiles/profile.h",
28   "!chrome/browser/ui/webui/chrome_web_ui_controller_factory.h",
29   "!components/bookmarks/browser/bookmark_model.h",
30   # Do not add to the list of temporarily-allowed dependencies above,
31   # and please do not introduce more #includes of these files.
34 specific_include_rules = {
35   # Browser tests, by definition, need access to the browser objects.
36   '.*_browsertest\.cc': [
37     "+chrome/browser",
38   ]