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

Unified Diff: components/search_engines/BUILD.gn

Issue 2479113002: Make extensions DSE persistent in browser prefs (Closed)
Patch Set: Fixed default extension keywords conflicts problem Created 3 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/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 | « chrome/browser/search_engines/template_url_service_unittest.cc ('k') | components/search_engines/default_search_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698