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

Unified Diff: media/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 | « jingle/BUILD.gn ('k') | media/audio/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/BUILD.gn
diff --git a/media/BUILD.gn b/media/BUILD.gn
index caf41d85d6d873b87dd33f2fbd5a6005bb439df3..2835e9081dd6d9dd4010d63d4f749f893f50ed06 100644
--- a/media/BUILD.gn
+++ b/media/BUILD.gn
@@ -619,6 +619,7 @@ test("media_perftests") {
}
source_set("test_support") {
+ testonly = true
sources = [
"filters/clockless_video_frame_scheduler.cc",
"filters/clockless_video_frame_scheduler.h",
« no previous file with comments | « jingle/BUILD.gn ('k') | media/audio/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698