Index: chrome/test/BUILD.gn |
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn |
index 36693bef5c8c29231f17f40b71b16e3c6b1855b1..55b006dfecfa5ff5f03fef872b2a9ba1eb7ef7c7 100644 |
--- a/chrome/test/BUILD.gn |
+++ b/chrome/test/BUILD.gn |
@@ -1715,6 +1715,20 @@ group("telemetry_perf_unittests") { |
] |
} |
+group("telemetry_perf_tests") { |
dtu
2016/08/30 18:19:00
I think I prefer telemetry_benchmarks?
Our nomencl
eyaich1
2016/08/31 14:01:54
telemetry_benchmarks may be misleading given that
|
+ testonly = true |
+ deps = [ |
+ "//tools/perf/:perf", |
+ ] |
+ |
+ data = [ |
+ # For isolate contract. |
dtu
2016/08/30 18:19:00
Sorry, I don't understand.
eyaich1
2016/08/31 14:01:54
These are dependencies needed for the script that
|
+ "//testing/scripts/common.py", |
+ "//testing/xvfb.py", |
+ "//testing/scripts/run_telemetry_benchmark_as_googletest.py", |
+ ] |
+} |
+ |
js2gtest("unit_tests_js") { |
test_type = "unit" |
sources = rebase_path( |