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

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

Issue 15974007: Revert 202729 "chrome/browser: Remove unnecessary entries from D..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 6 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 | « trunk/src/chrome/browser/favicon/DEPS ('k') | trunk/src/components/autofill/browser/DEPS » ('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 # basic rules followed by temporary exceptions. Please don't 3 # 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/common", 7 "+chrome/browser/common",
7 "+chrome/browser/favicon", 8 "+chrome/browser/favicon",
8 "+chrome/browser/history", 9 "+chrome/browser/history",
9 10
10 # TODO(erikwright): Bring this list to zero. 11 # TODO(erikwright): Bring this list to zero.
11 # 12 #
12 # Do not add to the list of temporarily-allowed dependencies below, 13 # Do not add to the list of temporarily-allowed dependencies below,
13 # and please do not introduce more #includes of these files. 14 # and please do not introduce more #includes of these files.
14 "!chrome/browser/autocomplete/autocomplete_log.h", 15 "!chrome/browser/autocomplete/autocomplete_log.h",
15 "!chrome/browser/autocomplete/autocomplete_match.h", 16 "!chrome/browser/autocomplete/autocomplete_match.h",
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 "+chrome/browser", 55 "+chrome/browser",
55 ], 56 ],
56 # TODO(erikwright): Bring this list to zero. 57 # TODO(erikwright): Bring this list to zero.
57 # 58 #
58 # Do not add to the list of temporarily-allowed dependencies below, 59 # Do not add to the list of temporarily-allowed dependencies below,
59 # and please do not introduce more #includes of these files. 60 # and please do not introduce more #includes of these files.
60 '.*_[a-z]*test\.cc': [ 61 '.*_[a-z]*test\.cc': [
61 "!chrome/browser/bookmarks/bookmark_utils.h", 62 "!chrome/browser/bookmarks/bookmark_utils.h",
62 ] 63 ]
63 } 64 }
OLDNEW
« no previous file with comments | « trunk/src/chrome/browser/favicon/DEPS ('k') | trunk/src/components/autofill/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698