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

Unified Diff: ash/BUILD.gn

Issue 547793002: Add lots of testonly annotations to the GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 6 years, 3 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/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 a52394bc2974e978278803a5ff7bbbde9b723827..fb546dc5d95ddee44ff8c077c6059279e74ee844 100644
--- a/ash/BUILD.gn
+++ b/ash/BUILD.gn
@@ -165,6 +165,7 @@ component("ash_with_content") {
}
static_library("test_support") {
+ testonly = true
sources = gypi_values.ash_test_support_sources
deps = [
@@ -198,6 +199,7 @@ static_library("test_support") {
}
static_library("ash_shell_lib") {
+ testonly = true
sources = gypi_values.ash_shell_lib_sources
deps = [
@@ -338,6 +340,7 @@ test("ash_unittests") {
}
executable("ash_shell") {
+ testonly = true
sources = [
"shell/shell_main.cc",
]
« no previous file with comments | « no previous file | base/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698