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

Unified Diff: components/syncable_prefs/BUILD.gn

Issue 2151653003: Convert some GN test support targets to static libs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: crypto Created 4 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 | « components/sync_sessions/BUILD.gn ('k') | components/toolbar/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/syncable_prefs/BUILD.gn
diff --git a/components/syncable_prefs/BUILD.gn b/components/syncable_prefs/BUILD.gn
index a4977ce007a48fc3f32de5c3a7fb4c72c827233e..81edcad7d6a258f641daa719752c35b6ec69fbb4 100644
--- a/components/syncable_prefs/BUILD.gn
+++ b/components/syncable_prefs/BUILD.gn
@@ -4,7 +4,7 @@
import("//build/config/features.gni")
-source_set("syncable_prefs") {
+static_library("syncable_prefs") {
sources = [
"pref_model_associator.cc",
"pref_model_associator.h",
@@ -37,7 +37,7 @@ source_set("syncable_prefs") {
}
}
-source_set("test_support") {
+static_library("test_support") {
testonly = true
sources = [
"pref_service_mock_factory.cc",
« no previous file with comments | « components/sync_sessions/BUILD.gn ('k') | components/toolbar/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698