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

Unified Diff: build/secondary/testing/gtest/BUILD.gn

Issue 1758653004: [GN] Set testonly unconditionally. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 | « build/secondary/testing/gmock/BUILD.gn ('k') | third_party/WebKit/Source/platform/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/secondary/testing/gtest/BUILD.gn
diff --git a/build/secondary/testing/gtest/BUILD.gn b/build/secondary/testing/gtest/BUILD.gn
index 8e5cdcccede667ffd151cfb0d652dc1cd00bcc7a..13d49f124686b4d67434b44c5a34c5d527f77c1f 100644
--- a/build/secondary/testing/gtest/BUILD.gn
+++ b/build/secondary/testing/gtest/BUILD.gn
@@ -68,8 +68,7 @@ config("gtest_warnings") {
}
static_library("gtest") {
- # TODO http://crbug.com/412064 enable this flag all the time.
- testonly = !is_component_build
+ testonly = true
sources = [
"include/gtest/gtest-death-test.h",
"include/gtest/gtest-message.h",
@@ -139,8 +138,7 @@ static_library("gtest") {
}
source_set("gtest_main") {
- # TODO http://crbug.com/412064 enable this flag all the time.
- testonly = !is_component_build
+ testonly = true
sources = [
"src/gtest_main.cc",
]
« no previous file with comments | « build/secondary/testing/gmock/BUILD.gn ('k') | third_party/WebKit/Source/platform/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698