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

Unified Diff: components/search_engines/BUILD.gn

Issue 559543003: Add chrome test support target to GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: no more gyp changes Created 6 years, 3 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 | « components/search_engines.gypi ('k') | ui/gfx/BUILD.gn » ('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 260e457b140a53162282a6337d55bd73b57bb643..afc5be687d0f9bb2013d569d99154b933d2c4273 100644
--- a/components/search_engines/BUILD.gn
+++ b/components/search_engines/BUILD.gn
@@ -72,6 +72,21 @@ static_library("search_engines") {
}
}
+source_set("test_support") {
+ testonly = true
+ sources = [
+ "default_search_pref_test_util.cc",
+ "default_search_pref_test_util.h",
+ "testing_search_terms_data.cc",
+ "testing_search_terms_data.h",
+ ]
+
+ deps = [
+ ":search_engines",
+ "//testing/gtest",
+ ]
+}
+
json_to_struct("prepopulated_engines") {
visibility = [ ":*" ]
« no previous file with comments | « components/search_engines.gypi ('k') | ui/gfx/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698