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

Unified Diff: components/history/core/DEPS

Issue 813503003: Move files from chrome/browser/history to components/history (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@favicon-owners
Patch Set: Add missing #include of base/macros.h Created 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/history.gypi ('k') | components/history/core/android/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/history/core/DEPS
diff --git a/components/history/core/DEPS b/components/history/core/DEPS
index 970da792eac8dee53544d2a0c6d7c0e0ba3d89f8..062cbace53c021097f890eccd0a3c382b23c8b90 100644
--- a/components/history/core/DEPS
+++ b/components/history/core/DEPS
@@ -1,3 +1,5 @@
include_rules = [
+ # history is a layered-component, forbid dependency on //content
"-components/history/content",
+ "-content",
]
« no previous file with comments | « components/history.gypi ('k') | components/history/core/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698