Index: components/enhanced_bookmarks/DEPS |
diff --git a/components/enhanced_bookmarks/DEPS b/components/enhanced_bookmarks/DEPS |
new file mode 100644 |
index 0000000000000000000000000000000000000000..c37b153542b30f95ebc8a9a8d117e8d59aa8457c |
--- /dev/null |
+++ b/components/enhanced_bookmarks/DEPS |
@@ -0,0 +1,11 @@ |
+include_rules = [ |
+ "+components/bookmarks/core", |
+ "+sql", |
+ "+ui", |
+] |
+ |
+specific_include_rules = { |
+ "image_store_unittest\.cc": [ |
+ "+third_party/skia" |
+ ], |
+} |