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

Unified Diff: services/ui/ws/BUILD.gn

Issue 2151013002: Convert some GN test support targets to static libs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remoting 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 | « services/ui/public/cpp/tests/BUILD.gn ('k') | sql/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/BUILD.gn
diff --git a/services/ui/ws/BUILD.gn b/services/ui/ws/BUILD.gn
index c61fba8e2e3c4228f9fb97c1d6a2882c5af632d8..b807aa56bceb36df4044ea2b6f5e8a9c51ec8a5e 100644
--- a/services/ui/ws/BUILD.gn
+++ b/services/ui/ws/BUILD.gn
@@ -7,7 +7,7 @@ import("//testing/test.gni")
import("//mojo/public/mojo_application.gni")
import("//mojo/public/mojo_application_manifest.gni")
-source_set("lib") {
+static_library("lib") {
sources = [
"accelerator.cc",
"accelerator.h",
@@ -136,7 +136,7 @@ source_set("lib") {
}
}
-source_set("test_interface") {
+static_library("test_interface") {
sources = [
"window_server_test_impl.cc",
"window_server_test_impl.h",
@@ -150,7 +150,7 @@ source_set("test_interface") {
]
}
-source_set("test_support") {
+static_library("test_support") {
testonly = true
sources = [
« no previous file with comments | « services/ui/public/cpp/tests/BUILD.gn ('k') | sql/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698