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

Unified Diff: components/search_engines/DEPS

Issue 513133002: Move TemplateURLService related tests to components/search_engines (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments Created 6 years, 4 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 | « chrome/chrome_tests_unit.gypi ('k') | components/search_engines/template_url_fetcher_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/search_engines/DEPS
diff --git a/components/search_engines/DEPS b/components/search_engines/DEPS
index ad9eeaf1d0305d946ffe38ffb0f3327c8ca9b6a2..f08bcfaffd944b03efa7afbaa3c1340e14f01d81 100644
--- a/components/search_engines/DEPS
+++ b/components/search_engines/DEPS
@@ -17,3 +17,15 @@ include_rules = [
"+sync",
"+ui/gfx",
]
+
+specific_include_rules = {
+ ".*_unittest\.cc$": [
+ "!chrome/browser/history/history_service.h",
+ "!chrome/browser/history/history_service_factory.h",
+ "!chrome/browser/search_engines/template_url_service_test_util.h",
+ "!chrome/common/chrome_paths.h",
+ "!chrome/test/base/testing_pref_service_syncable.h",
+ "!chrome/test/base/testing_profile.h",
+ "!content/public/test/test_browser_thread_bundle.h",
+ ],
+}
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | components/search_engines/template_url_fetcher_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698