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

Unified Diff: chrome/test/BUILD.gn

Issue 702903004: Add chrome perf tests and sniffer to GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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
Index: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index 15e72a08d4cda1b61e4a5231903ae47941208754..c64cf596691786d05af54998b51b3b0bf7888e65 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -5,6 +5,15 @@
import("//build/config/features.gni")
import("//build/config/ui.gni")
+# This target exists to reference other test executables to bring these files
+# into the build.
+group("test") {
+ testonly = true
+ deps = [
+ "//chrome/test/perf",
+ ]
+}
+
# GYP version: chrome/chrome_tests_unit.gypi:test_support_common
source_set("test_support") {
defines = []

Powered by Google App Engine
This is Rietveld 408576698