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

Unified Diff: components/search_engines.gypi

Issue 376413002: Stop using TemplateURLServiceTestUtil to initialize TemplateURLServiceFactory (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix TemplateURLServiceWithoutFallbackTest Created 6 years, 5 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/test/base/ui_test_utils.cc ('k') | components/search_engines/default_search_pref_test_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/search_engines.gypi
diff --git a/components/search_engines.gypi b/components/search_engines.gypi
index 22309f05a0305157bb00b4f7a39188ea9eacdb66..18465b01505356fa350d780184a3657716360a47 100644
--- a/components/search_engines.gypi
+++ b/components/search_engines.gypi
@@ -67,5 +67,20 @@
'search_engines/util.h',
],
},
+ {
+ 'target_name': 'search_engines_test_support',
+ 'type': 'static_library',
+ 'dependencies': [
+ '../testing/gtest.gyp:gtest',
+ 'search_engines',
+ ],
+ 'include_dirs': [
+ '..',
+ ],
+ 'sources': [
+ 'search_engines/default_search_pref_test_util.cc',
+ 'search_engines/default_search_pref_test_util.h',
+ ],
+ },
],
}
« no previous file with comments | « chrome/test/base/ui_test_utils.cc ('k') | components/search_engines/default_search_pref_test_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698