DEPS revision 868fa2fe829687343ffae624259930155e16dbd8
1include_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
10  # TODO(kaiwang): Bring this list to zero.
11  # Do not add to the list of temporarily-allowed dependencies below,
12  # and please do not introduce more #includes of these files.
13  "!chrome/browser/history/history_service.h",
14  "!chrome/browser/history/history_service_factory.h",
15  "!chrome/browser/history/query_parser.h",
16  "!chrome/browser/history/url_database.h",
17  "!chrome/browser/profiles/incognito_helpers.h",
18  "!chrome/browser/profiles/profile.h",
19  "!chrome/browser/profiles/startup_task_runner_service.h",
20  "!chrome/browser/profiles/startup_task_runner_service_factory.h",
21  # Do not add to the list of temporarily-allowed dependencies above,
22  # and please do not introduce more #includes of these files.
23]
24