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

Unified Diff: mojo/edk/test/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 | « media/base/BUILD.gn ('k') | mojo/public/cpp/test_support/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/edk/test/BUILD.gn
diff --git a/mojo/edk/test/BUILD.gn b/mojo/edk/test/BUILD.gn
index cd56fb8e398967adaa8a098aa8129420b7baea95..ebacc646c23409de286f5105974f88165cece238 100644
--- a/mojo/edk/test/BUILD.gn
+++ b/mojo/edk/test/BUILD.gn
@@ -4,7 +4,7 @@
import("//testing/test.gni")
-source_set("test_support") {
+static_library("test_support") {
testonly = true
sources = [
"mojo_test_base.cc",
@@ -73,7 +73,7 @@ source_set("run_all_perftests") {
}
}
-source_set("test_support_impl") {
+static_library("test_support_impl") {
testonly = true
deps = [
"//base",
« no previous file with comments | « media/base/BUILD.gn ('k') | mojo/public/cpp/test_support/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698