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

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

Issue 12310049: bookmarks: Remove in_memory_database.h include, it's unused. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 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/bookmarks/bookmark_index_unittest.cc » ('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 # 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.
(...skipping 16 matching lines...) Expand all
27 "!chrome/browser/profiles/profile_keyed_service_factory.h", 27 "!chrome/browser/profiles/profile_keyed_service_factory.h",
28 # Do not add to the list of temporarily-allowed dependencies above, 28 # Do not add to the list of temporarily-allowed dependencies above,
29 # and please do not introduce more #includes of these files. 29 # and please do not introduce more #includes of these files.
30 ] 30 ]
31 31
32 specific_include_rules = { 32 specific_include_rules = {
33 # TODO(kaiwang): Bring this list to zero. 33 # TODO(kaiwang): Bring this list to zero.
34 # Do not add to the list of temporarily-allowed dependencies below, 34 # Do not add to the list of temporarily-allowed dependencies below,
35 # and please do not introduce more #includes of these files. 35 # and please do not introduce more #includes of these files.
36 '.*_[a-z]*test\.cc': [ 36 '.*_[a-z]*test\.cc': [
37 "!chrome/browser/history/in_memory_database.h",
38 "!chrome/browser/importer/firefox2_importer.h", 37 "!chrome/browser/importer/firefox2_importer.h",
39 ] 38 ]
40 } 39 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/bookmarks/bookmark_index_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698