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

Unified Diff: jingle/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 | « ipc/BUILD.gn ('k') | media/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: jingle/BUILD.gn
diff --git a/jingle/BUILD.gn b/jingle/BUILD.gn
index 67e0105bc56ebd72af55be095d3fadac46aed0a0..7fd8f128d811fb710e582874b8b1fab17fbba815 100644
--- a/jingle/BUILD.gn
+++ b/jingle/BUILD.gn
@@ -90,6 +90,7 @@ if (enable_webrtc || !is_android) {
# GYP version: jingle/jingle.gyp:notifier_test_util
static_library("notifier_test_util") {
+ testonly = true
sources = [
"notifier/base/fake_base_task.cc",
"notifier/base/fake_base_task.h",
« no previous file with comments | « ipc/BUILD.gn ('k') | media/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698