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

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

Issue 10958031: Move cancelable_request.cc/h to chrome/browser/common. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 3 months 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/browser_process.h",
14 "!chrome/browser/cancelable_request.h",
15 "!chrome/browser/extensions/event_router.h", 13 "!chrome/browser/extensions/event_router.h",
16 "!chrome/browser/extensions/extension_function.h", 14 "!chrome/browser/extensions/extension_function.h",
17 "!chrome/browser/extensions/extension_function_dispatcher.h", 15 "!chrome/browser/extensions/extension_function_dispatcher.h",
18 "!chrome/browser/extensions/extension_web_ui.h", 16 "!chrome/browser/extensions/extension_web_ui.h",
19 "!chrome/browser/extensions/extensions_quota_service.h", 17 "!chrome/browser/extensions/extensions_quota_service.h",
20 "!chrome/browser/favicon/favicon_service.h", 18 "!chrome/browser/favicon/favicon_service.h",
21 "!chrome/browser/favicon/favicon_service_factory.h", 19 "!chrome/browser/favicon/favicon_service_factory.h",
22 "!chrome/browser/history/history.h", 20 "!chrome/browser/history/history.h",
23 "!chrome/browser/history/history_database.h", 21 "!chrome/browser/history/history_database.h",
24 "!chrome/browser/history/history_notifications.h", 22 "!chrome/browser/history/history_notifications.h",
(...skipping 24 matching lines...) Expand all
49 "!chrome/browser/view_type_utils.h", 47 "!chrome/browser/view_type_utils.h",
50 # Do not add to the list of temporarily-allowed dependencies above, 48 # Do not add to the list of temporarily-allowed dependencies above,
51 # and please do not introduce more #includes of these files. 49 # and please do not introduce more #includes of these files.
52 ] 50 ]
53 51
54 specific_include_rules = { 52 specific_include_rules = {
55 # TODO(kaiwang): Bring this list to zero. 53 # TODO(kaiwang): Bring this list to zero.
56 # Do not add to the list of temporarily-allowed dependencies below, 54 # Do not add to the list of temporarily-allowed dependencies below,
57 # and please do not introduce more #includes of these files. 55 # and please do not introduce more #includes of these files.
58 '.*_[a-z]*test\.cc': [ 56 '.*_[a-z]*test\.cc': [
57 "!chrome/browser/browser_process.h",
59 "!chrome/browser/extensions/extension_apitest.h", 58 "!chrome/browser/extensions/extension_apitest.h",
60 "!chrome/browser/history/in_memory_database.h", 59 "!chrome/browser/history/in_memory_database.h",
61 "!chrome/browser/importer/firefox2_importer.h", 60 "!chrome/browser/importer/firefox2_importer.h",
62 "!chrome/browser/profiles/profile_manager.h", 61 "!chrome/browser/profiles/profile_manager.h",
63 "!chrome/browser/ui/browser_commands.h", 62 "!chrome/browser/ui/browser_commands.h",
64 ] 63 ]
65 } 64 }
OLDNEW
« no previous file with comments | « chrome/browser/automation/automation_provider_observers.h ('k') | chrome/browser/bookmarks/bookmark_model.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698