Disable view source for Developer Tools.
[chromium-blink-merge.git] / chrome / browser / bookmarks / DEPS
blob647911a6b0de0efbdae4e0fdc9a5b031d646198e
1 include_rules = [
2   # Bookmarks is being made into a component (it will end up at
3   # //components/bookmarks and not depend on //chrome), so we have these basic
4   # rules followed by temporary exceptions.  Please don't add to the list of
5   # exceptions!
6   "-chrome/browser",
7   "+chrome/browser/bookmarks",
8   "+chrome/browser/favicon",
9   "+chrome/browser/chrome_notification_types.h",
10   "+chrome/browser/undo/bookmark_undo_service.h",
11   "+chrome/browser/undo/bookmark_undo_service_factory.h",
12   "+chrome/browser/undo/undo_manager_utils.h",
14   # TODO(tfarina): Bring this list to zero. crbug.com/144783
15   # Do not add to the list of temporarily-allowed dependencies below,
16   # and please do not introduce more #includes of these files.
17   "!chrome/browser/history/history_service.h",
18   "!chrome/browser/history/history_service_factory.h",
19   "!chrome/browser/history/query_parser.h",
20   "!chrome/browser/history/url_database.h",
21   "!chrome/browser/profiles/incognito_helpers.h",
22   "!chrome/browser/profiles/profile.h",
23   "!chrome/browser/profiles/startup_task_runner_service.h",
24   "!chrome/browser/profiles/startup_task_runner_service_factory.h",
25   # Do not add to the list of temporarily-allowed dependencies above,
26   # and please do not introduce more #includes of these files.
29 specific_include_rules = {
30   # For unit tests, it's fine to include utility process code.
31   '.*test\.cc': [
32     "!chrome/test/base/testing_profile.h",
33     "+chrome/utility/importer/bookmark_html_reader.h",
34   ],