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

Unified Diff: gpu/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 | « gin/BUILD.gn ('k') | ipc/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/BUILD.gn
diff --git a/gpu/BUILD.gn b/gpu/BUILD.gn
index 3f851acbff3374cd1a6b58908067b9c26a423b32..531a9da719b08fd288b4f7d2df345d5eef17f4de 100644
--- a/gpu/BUILD.gn
+++ b/gpu/BUILD.gn
@@ -48,6 +48,7 @@ component("gpu") {
}
source_set("test_support") {
+ testonly = true
sources = [
"command_buffer/service/gles2_cmd_decoder_mock.cc",
"command_buffer/service/error_state_mock.cc",
« no previous file with comments | « gin/BUILD.gn ('k') | ipc/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698