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

Unified Diff: ash/BUILD.gn

Issue 2143253002: Convert test_support source sets to static libs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Android 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 | « no previous file | base/test/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/BUILD.gn
diff --git a/ash/BUILD.gn b/ash/BUILD.gn
index 3a885acd874dc0a6a712bbbf58dc725e91940b05..1649467a758abc4028dfa73982a38cd17adbfbea 100644
--- a/ash/BUILD.gn
+++ b/ash/BUILD.gn
@@ -181,7 +181,7 @@ component("ash_with_content") {
}
# TODO(msw): Move support code with content deps to test_support_with_content.
-source_set("test_support") {
+static_library("test_support") {
testonly = true
sources = gypi_values.ash_test_support_sources
configs += [ "//build/config:precompiled_headers" ]
@@ -237,7 +237,7 @@ source_set("test_support") {
}
}
-source_set("test_support_with_content") {
+static_library("test_support_with_content") {
testonly = true
sources = gypi_values.ash_test_support_with_content_sources
configs += [ "//build/config:precompiled_headers" ]
@@ -249,7 +249,7 @@ source_set("test_support_with_content") {
]
}
-source_set("interactive_ui_test_support") {
+static_library("interactive_ui_test_support") {
testonly = true
configs += [ "//build/config:precompiled_headers" ]
public_deps = [
« no previous file with comments | « no previous file | base/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698