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

Unified Diff: media/base/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 | « media/audio/BUILD.gn ('k') | media/base/android/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/BUILD.gn
diff --git a/media/base/BUILD.gn b/media/base/BUILD.gn
index efa684eb63c3afec0ccb8f762e7a10e018f55803..81fc670181260becbe57ba35b6ef7af71d3d44d8 100644
--- a/media/base/BUILD.gn
+++ b/media/base/BUILD.gn
@@ -224,6 +224,7 @@ source_set("base") {
}
source_set("test_support") {
+ testonly = true
sources = [
"fake_audio_render_callback.cc",
"fake_audio_render_callback.h",
@@ -248,6 +249,7 @@ source_set("test_support") {
}
source_set("unittests") {
+ testonly = true
sources = [
"audio_block_fifo_unittest.cc",
"audio_buffer_converter_unittest.cc",
@@ -324,6 +326,7 @@ source_set("unittests") {
}
source_set("perftests") {
+ testonly = true
sources = [
"audio_bus_perftest.cc",
"audio_converter_perftest.cc",
« no previous file with comments | « media/audio/BUILD.gn ('k') | media/base/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698