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

Unified Diff: remoting/signaling/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 | « remoting/protocol/BUILD.gn ('k') | remoting/test/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/signaling/BUILD.gn
diff --git a/remoting/signaling/BUILD.gn b/remoting/signaling/BUILD.gn
index db2cf9820bed6189fd51f6ca67032f115e66325f..cca2850ca0729cfc024e2af96641a8b381072d94 100644
--- a/remoting/signaling/BUILD.gn
+++ b/remoting/signaling/BUILD.gn
@@ -4,7 +4,7 @@
import("//remoting/remoting_srcs.gni")
-source_set("signaling") {
+static_library("signaling") {
sources = rebase_path(remoting_srcs_gypi_values.remoting_signaling_sources,
".",
"//remoting")
@@ -36,7 +36,7 @@ source_set("signaling") {
}
}
-source_set("test_support") {
+static_library("test_support") {
testonly = true
sources = [
« no previous file with comments | « remoting/protocol/BUILD.gn ('k') | remoting/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698