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", |
] |