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

Unified Diff: breakpad/BUILD.gn

Issue 551933002: Mark gtest and gmock as testonly in GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@testonly
Patch Set: android 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 | « base/test/BUILD.gn ('k') | build/secondary/testing/gmock/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: breakpad/BUILD.gn
diff --git a/breakpad/BUILD.gn b/breakpad/BUILD.gn
index 97472124845b419c1f596b40d9c36850f115cb5d..899cfef080e317485b3394c2b42d64f2c7e3408e 100644
--- a/breakpad/BUILD.gn
+++ b/breakpad/BUILD.gn
@@ -480,7 +480,7 @@ if (is_linux) {
]
}
- executable("breakpad_unittests") {
+ test("breakpad_unittests") {
sources = [
"linux/breakpad_googletest_includes.h",
"src/client/linux/handler/exception_handler_unittest.cc",
@@ -542,6 +542,7 @@ if (is_linux) {
}
executable("linux_dumper_unittest_helper") {
+ testonly = true
sources = [
"src/client/linux/minidump_writer/linux_dumper_unittest_helper.cc",
]
@@ -560,6 +561,7 @@ if (is_linux) {
executable("generate_test_dump") {
+ testonly = true
sources = [
"linux/generate-test-dump.cc",
]
« no previous file with comments | « base/test/BUILD.gn ('k') | build/secondary/testing/gmock/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698