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

Unified Diff: components/search_engines/BUILD.gn

Issue 2686453002: Refactor useful test helpers to separate files. (Closed)
Patch Set: Created 3 years, 10 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 | « no previous file | components/search_engines/default_search_manager_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/search_engines/BUILD.gn
diff --git a/components/search_engines/BUILD.gn b/components/search_engines/BUILD.gn
index 2ca2e4ae1c720790abde5e37c461dc2e4411b9df..61411229997391ca532e24a8991d62c6d38da08b 100644
--- a/components/search_engines/BUILD.gn
+++ b/components/search_engines/BUILD.gn
@@ -96,6 +96,8 @@ static_library("search_engines") {
static_library("test_support") {
testonly = true
sources = [
+ "search_engines_test_util.cc",
+ "search_engines_test_util.h",
"testing_search_terms_data.cc",
"testing_search_terms_data.h",
]
@@ -103,6 +105,7 @@ static_library("test_support") {
public_deps = [
":search_engines",
"//base",
+ "//components/sync_preferences:test_support",
"//testing/gtest",
]
}
« no previous file with comments | « no previous file | components/search_engines/default_search_manager_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698