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

Unified 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, 12 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « WATCHLISTS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/visitedlink/DEPS
diff --git a/chrome/browser/visitedlink/DEPS b/chrome/browser/visitedlink/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..a7d28bc4e8c80a25b4d726ffcf9102c981db07c6
--- /dev/null
+++ b/chrome/browser/visitedlink/DEPS
@@ -0,0 +1,24 @@
+include_rules = [
+ # VisitedLink is being made into a Browser Component, so we have these
+ # three basic rules followed by temporary exceptions. Please don't
+ # add to the list of exceptions!
+ "-chrome/browser",
+ "+chrome/browser/api",
+ "+chrome/browser/common",
+ "+chrome/browser/visitedlink",
+
+ # 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.
+ #
+ # Do not add to the list of temporarily-allowed dependencies below,
+ # and please do not introduce more #includes of these files.
+ "!chrome/browser/history/history.h",
+ "!chrome/browser/history/history_service_factory.h",
+ "!chrome/browser/history/history_types.h",
+ "!chrome/browser/profiles/profile.h",
+ "!chrome/browser/profiles/profile_dependency_manager.h",
+ "!chrome/browser/profiles/profile_keyed_service.h",
+ "!chrome/browser/profiles/profile_keyed_service_factory.h",
+ "!chrome/renderer/visitedlink_slave.h"
+ # Do not add to the list of temporarily-allowed dependencies above,
+ # and please do not introduce more #includes of these files.
+]
« no previous file with comments | « WATCHLISTS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698