Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(292)

Side by Side Diff: chrome/browser/bookmarks/DEPS

Issue 11232066: Remove GetExtensionEventRouter from Profile. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rerebase Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 include_rules = [ 1 include_rules = [
2 # Bookmarks is being made into a Browser Component, so we have these 2 # Bookmarks is being made into a Browser Component, so we have these
3 # two basic rules followed by temporary exceptions. Please don't 3 # two basic rules followed by temporary exceptions. Please don't
4 # add to the list of exceptions! 4 # add to the list of exceptions!
5 "-chrome/browser", 5 "-chrome/browser",
6 "+chrome/browser/api", 6 "+chrome/browser/api",
7 "+chrome/browser/bookmarks", 7 "+chrome/browser/bookmarks",
8 "+chrome/browser/common", 8 "+chrome/browser/common",
9 9
10 # TODO(kaiwang): Bring this list to zero. 10 # TODO(kaiwang): Bring this list to zero.
11 # Do not add to the list of temporarily-allowed dependencies below, 11 # Do not add to the list of temporarily-allowed dependencies below,
12 # and please do not introduce more #includes of these files. 12 # and please do not introduce more #includes of these files.
13 "!chrome/browser/extensions/event_router.h", 13 "!chrome/browser/extensions/event_router.h",
14 "!chrome/browser/extensions/extension_function.h", 14 "!chrome/browser/extensions/extension_function.h",
15 "!chrome/browser/extensions/extension_function_dispatcher.h", 15 "!chrome/browser/extensions/extension_function_dispatcher.h",
16 "!chrome/browser/extensions/extension_system.h",
16 "!chrome/browser/extensions/extension_web_ui.h", 17 "!chrome/browser/extensions/extension_web_ui.h",
17 "!chrome/browser/extensions/extensions_quota_service.h", 18 "!chrome/browser/extensions/extensions_quota_service.h",
18 "!chrome/browser/favicon/favicon_service.h", 19 "!chrome/browser/favicon/favicon_service.h",
19 "!chrome/browser/favicon/favicon_service_factory.h", 20 "!chrome/browser/favicon/favicon_service_factory.h",
20 "!chrome/browser/history/history.h", 21 "!chrome/browser/history/history.h",
21 "!chrome/browser/history/history_database.h", 22 "!chrome/browser/history/history_database.h",
22 "!chrome/browser/history/history_notifications.h", 23 "!chrome/browser/history/history_notifications.h",
23 "!chrome/browser/history/history_service_factory.h", 24 "!chrome/browser/history/history_service_factory.h",
24 "!chrome/browser/history/history_types.h", 25 "!chrome/browser/history/history_types.h",
25 "!chrome/browser/history/query_parser.h", 26 "!chrome/browser/history/query_parser.h",
(...skipping 21 matching lines...) Expand all
47 # Do not add to the list of temporarily-allowed dependencies below, 48 # Do not add to the list of temporarily-allowed dependencies below,
48 # and please do not introduce more #includes of these files. 49 # and please do not introduce more #includes of these files.
49 '.*_[a-z]*test\.cc': [ 50 '.*_[a-z]*test\.cc': [
50 "!chrome/browser/extensions/extension_apitest.h", 51 "!chrome/browser/extensions/extension_apitest.h",
51 "!chrome/browser/history/in_memory_database.h", 52 "!chrome/browser/history/in_memory_database.h",
52 "!chrome/browser/importer/firefox2_importer.h", 53 "!chrome/browser/importer/firefox2_importer.h",
53 "!chrome/browser/profiles/profile_manager.h", 54 "!chrome/browser/profiles/profile_manager.h",
54 "!chrome/browser/ui/browser.h", 55 "!chrome/browser/ui/browser.h",
55 ] 56 ]
56 } 57 }
OLDNEW
« no previous file with comments | « chrome/browser/accessibility/accessibility_extension_api.cc ('k') | chrome/browser/bookmarks/bookmark_extension_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698