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

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

Issue 11573060: Remove VisitedLink dependency on rest of chrome (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Pass scoped_refptr<Enumerator> by const ref (instead of by value) Created 7 years, 11 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
« no previous file with comments | « no previous file | chrome/browser/history/history.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 include_rules = [ 1 include_rules = [
2 # History is being made into a Browser Component, so we have these 2 # History is being made into a Browser Component, so we have these
3 # three basic rules followed by temporary exceptions. Please don't 3 # three 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/common", 7 "+chrome/browser/common",
8 "+chrome/browser/history", 8 "+chrome/browser/history",
9 9
10 # TODO(erikwright): Bring this list to zero. 10 # TODO(erikwright): Bring this list to zero.
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 "!chrome/browser/signin/oauth2_token_service_factory.h", 44 "!chrome/browser/signin/oauth2_token_service_factory.h",
45 "!chrome/browser/signin/token_service_factory.h", 45 "!chrome/browser/signin/token_service_factory.h",
46 "!chrome/browser/sync/profile_sync_service.h", 46 "!chrome/browser/sync/profile_sync_service.h",
47 "!chrome/browser/sync/profile_sync_service_factory.h", 47 "!chrome/browser/sync/profile_sync_service_factory.h",
48 "!chrome/browser/ui/browser.h", 48 "!chrome/browser/ui/browser.h",
49 "!chrome/browser/ui/browser_finder.h", 49 "!chrome/browser/ui/browser_finder.h",
50 "!chrome/browser/search_engines/template_url_id.h", 50 "!chrome/browser/search_engines/template_url_id.h",
51 "!chrome/browser/ui/profile_error_dialog.h", 51 "!chrome/browser/ui/profile_error_dialog.h",
52 "!chrome/browser/ui/webui/ntp/most_visited_handler.h", 52 "!chrome/browser/ui/webui/ntp/most_visited_handler.h",
53 "!chrome/browser/ui/webui/ntp/new_tab_ui.h", 53 "!chrome/browser/ui/webui/ntp/new_tab_ui.h",
54 # TODO(boliu): Allow visitedlink after they are componentized.
55 "!chrome/browser/visitedlink/visitedlink_delegate.h",
54 "!chrome/browser/visitedlink/visitedlink_master.h", 56 "!chrome/browser/visitedlink/visitedlink_master.h",
55 ] 57 ]
56 58
57 specific_include_rules = { 59 specific_include_rules = {
58 # Browser tests, by definition, need access to the browser objects. 60 # Browser tests, by definition, need access to the browser objects.
59 '.*_(api|browser|)test\.cc': [ 61 '.*_(api|browser|)test\.cc': [
60 "+chrome/browser", 62 "+chrome/browser",
61 ], 63 ],
62 # TODO(erikwright): Bring this list to zero. 64 # TODO(erikwright): Bring this list to zero.
63 # 65 #
64 # Do not add to the list of temporarily-allowed dependencies below, 66 # Do not add to the list of temporarily-allowed dependencies below,
65 # and please do not introduce more #includes of these files. 67 # and please do not introduce more #includes of these files.
66 '.*_[a-z]*test\.cc': [ 68 '.*_[a-z]*test\.cc': [
67 "!chrome/browser/bookmarks/bookmark_utils.h", 69 "!chrome/browser/bookmarks/bookmark_utils.h",
68 ] 70 ]
69 } 71 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/history/history.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698