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

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

Issue 11825011: Componentize visitedlinks to src/components/visitedlink (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Final rebase 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 | « chrome/browser/history/history_backend.cc ('k') | chrome/browser/visitedlink/OWNERS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 include_rules = [
2 # VisitedLink is being made into a Browser Component, so we have these
3 # three basic rules followed by temporary exceptions. Please don't
4 # add to the list of exceptions!
5 "-chrome/browser",
6 "+chrome/browser/api",
7 "+chrome/browser/common",
8 "+chrome/browser/visitedlink",
9
10 # TODO(wxjg68@motorola.com): Bring this list to zero.
11 #
12 # Do not add to the list of temporarily-allowed dependencies below,
13 # and please do not introduce more #includes of these files.
14 "!chrome/browser/history/history.h",
15 "!chrome/browser/history/history_service_factory.h",
16 "!chrome/browser/history/history_types.h",
17 "!chrome/browser/profiles/profile.h",
18 "!chrome/browser/profiles/profile_dependency_manager.h",
19 "!chrome/browser/profiles/profile_keyed_service.h",
20 "!chrome/browser/profiles/profile_keyed_service_factory.h",
21 "!chrome/renderer/visitedlink_slave.h"
22 # Do not add to the list of temporarily-allowed dependencies above,
23 # and please do not introduce more #includes of these files.
24 ]
OLDNEW
« no previous file with comments | « chrome/browser/history/history_backend.cc ('k') | chrome/browser/visitedlink/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698