| Index: chrome/test/BUILD.gn
|
| diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
|
| index 0db7c5355dd922fb1c09466d1136b6c1bf0a3718..672dec8bfb499a4f4802afe8285f63bc96ee5afd 100644
|
| --- a/chrome/test/BUILD.gn
|
| +++ b/chrome/test/BUILD.gn
|
| @@ -2953,6 +2953,20 @@ group("telemetry_perf_tests") {
|
| ]
|
| }
|
|
|
| +group("cc_perftests") {
|
| + testonly = true
|
| + data_deps = [
|
| + "//cc:cc_perftests",
|
| + ]
|
| +
|
| + data = [
|
| + # Needed for isolate script to execute.
|
| + "//testing/scripts/common.py",
|
| + "//testing/xvfb.py",
|
| + "//testing/scripts/run_gtest_perf_test.py",
|
| + ]
|
| +}
|
| +
|
| js2gtest("unit_tests_js") {
|
| test_type = "unit"
|
| sources = [
|
|
|