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

Unified Diff: media/audio/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/BUILD.gn ('k') | media/base/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/audio/BUILD.gn
diff --git a/media/audio/BUILD.gn b/media/audio/BUILD.gn
index 6c928c041244987838dec3ab4331bdb08820ad9c..f2a04d2d7c5b7109b2c29e54203387ebab3dcb93 100644
--- a/media/audio/BUILD.gn
+++ b/media/audio/BUILD.gn
@@ -236,6 +236,7 @@ source_set("audio") {
}
source_set("test_support") {
+ testonly = true
sources = [
"clockless_audio_sink.cc",
"clockless_audio_sink.h",
@@ -251,6 +252,7 @@ source_set("test_support") {
}
source_set("unittests") {
+ testonly = true
sources = [
"audio_input_controller_unittest.cc",
"audio_input_unittest.cc",
« no previous file with comments | « media/BUILD.gn ('k') | media/base/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698