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

Unified Diff: remoting/host/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/client/BUILD.gn ('k') | remoting/protocol/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/BUILD.gn
diff --git a/remoting/host/BUILD.gn b/remoting/host/BUILD.gn
index 0100db9504067ef453de5ec03f1df1329aa7ce1d..4d67827e9fc3c3f459141790bd792c5a5f2d5c7f 100644
--- a/remoting/host/BUILD.gn
+++ b/remoting/host/BUILD.gn
@@ -234,7 +234,7 @@ static_library("host") {
}
}
-source_set("test_support") {
+static_library("test_support") {
testonly = true
sources = [
@@ -864,7 +864,7 @@ if (enable_remoting_host && !is_android) {
}
if (enable_me2me_host) {
- source_set("remoting_me2me_host_static") {
+ static_library("remoting_me2me_host_static") {
sources = [
"pam_authorization_factory_posix.cc",
"pam_authorization_factory_posix.h",
« no previous file with comments | « remoting/client/BUILD.gn ('k') | remoting/protocol/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698