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

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

Issue 11746027: Initial DEPS setup to make VisitedLink into Browser Component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « WATCHLISTS ('k') | no next file » | 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(Gajen): Bring this list to zero.
Jói 2013/01/04 08:53:08 TODOs should usually have your email address so ot
Gajen 2013/01/05 02:22:57 Done.
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 | « WATCHLISTS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698