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

Unified Diff: components/pref_registry/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: git cl try 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
Index: components/pref_registry/BUILD.gn
diff --git a/components/pref_registry/BUILD.gn b/components/pref_registry/BUILD.gn
index a9d2f70cca28d9368b9e9ee4e0ad506e76c92bdb..674ef6063b29e91b4176db9d91c8ccfe21ff4f5d 100644
--- a/components/pref_registry/BUILD.gn
+++ b/components/pref_registry/BUILD.gn
@@ -21,7 +21,8 @@ component("pref_registry") {
]
}
-source_set("pref_registry_test_support") {
+source_set("test_support") {
+ testonly = true
sources = [
"testing_pref_service_syncable.cc",
"testing_pref_service_syncable.h",

Powered by Google App Engine
This is Rietveld 408576698