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

Unified Diff: components/search_engines/BUILD.gn

Issue 2479113002: Make extensions DSE persistent in browser prefs (Closed)
Patch Set: Fixed after review, round 7 Created 4 years 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 cf7293bc938b9a9b786ce78a5802a817308b470c..42a1c02d6bc3d34c1357a1d7fc8691f6d0dde23f 100644
--- a/components/search_engines/BUILD.gn
+++ b/components/search_engines/BUILD.gn
@@ -98,6 +98,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",
]

Powered by Google App Engine
This is Rietveld 408576698