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

Unified Diff: components/omnibox/browser/DEPS

Issue 1610283002: Componentizes history_url_provider_unittest.cc. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased. Created 4 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
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.
+ ],
+}

Powered by Google App Engine
This is Rietveld 408576698