Index: components/omnibox/browser/DEPS |
diff --git a/components/omnibox/browser/DEPS b/components/omnibox/browser/DEPS |
index 8a4a61571f86bf0b6faf820f3da5642bde337093..7385cd94fb82fdd61dbe58a234d0dbfebf3773bb 100644 |
--- a/components/omnibox/browser/DEPS |
+++ b/components/omnibox/browser/DEPS |
@@ -23,3 +23,10 @@ include_rules = [ |
"+ui/gfx", |
"+url", |
] |
+ |
+specific_include_rules = { |
+ # Test helpers can be used in unittests. |
+ "^.*_unittest\.cc$": [ |
+ "+components/history/core/test", |
blundell
2016/01/21 09:00:01
nit: I don't think we need to get this specific no
rohitrao (ping after 24h)
2016/01/21 13:10:54
Done.
|
+ ], |
+} |