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

Unified Diff: testing/perf/BUILD.gn

Issue 948143003: Mark //testing/perf target testonly. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: browser should not need //testing/perf dependency Created 5 years, 10 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 | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/perf/BUILD.gn
diff --git a/testing/perf/BUILD.gn b/testing/perf/BUILD.gn
index ee6e1da1e334f7522cf6b89167065114dab921a6..949f15abf1e2013cabe7915218a8b2e9c97f66e8 100644
--- a/testing/perf/BUILD.gn
+++ b/testing/perf/BUILD.gn
@@ -3,6 +3,7 @@
# found in the LICENSE file.
source_set("perf") {
+ testonly = true
sources = [
"perf_test.cc",
"perf_test.h",
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698