| Index: chrome/test/BUILD.gn
|
| diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
|
| index f92fa9438a9fffcbf55f4ea9b0cb04f3d3f6345b..f4787108188c18eddd07e40cae6c41648b5a15b3 100644
|
| --- a/chrome/test/BUILD.gn
|
| +++ b/chrome/test/BUILD.gn
|
| @@ -248,6 +248,15 @@
|
| if (toolkit_views) {
|
| public_deps += [ "//ui/views:test_support" ]
|
| }
|
| +}
|
| +
|
| +# TODO(GYP_GONE): Delete this after we've converted everything to GN.
|
| +# The _run targets exist only for compatibility w/ GYP.
|
| +group("telemetry_gpu_integration_test_run") {
|
| + testonly = true
|
| + deps = [
|
| + ":telemetry_gpu_integration_test",
|
| + ]
|
| }
|
|
|
| group("telemetry_gpu_integration_test") {
|
| @@ -1088,6 +1097,15 @@
|
| defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ]
|
| }
|
|
|
| + # TODO(GYP_GONE): Delete this after we've converted everything to GN.
|
| + # The _run targets exist only for compatibility w/ GYP.
|
| + group("telemetry_unittests_run") {
|
| + testonly = true
|
| + deps = [
|
| + ":telemetry_unittests",
|
| + ]
|
| + }
|
| +
|
| group("telemetry_unittests") {
|
| testonly = true
|
| deps = [
|
| @@ -1140,8 +1158,8 @@
|
| }
|
|
|
| # TODO(GYP_GONE): Delete this after we've converted everything to GN.
|
| - # This target exist only for compatibility w/ GYP.
|
| - group("tab_capture_end2end_tests") {
|
| + # The _run targets exist only for compatibility w/ GYP.
|
| + group("tab_capture_end2end_tests_run") {
|
| testonly = true
|
| deps = [
|
| ":browser_tests",
|
| @@ -2979,6 +2997,15 @@
|
| }
|
| }
|
|
|
| +# TODO(GYP_GONE): Delete this after we've converted everything to GN.
|
| +# The _run targets exist only for compatibility w/ GYP.
|
| +group("telemetry_perf_unittests_run") {
|
| + testonly = true
|
| + deps = [
|
| + ":telemetry_perf_unittests",
|
| + ]
|
| +}
|
| +
|
| group("telemetry_perf_unittests") {
|
| testonly = true
|
| deps = [
|
| @@ -5159,6 +5186,15 @@
|
| }
|
|
|
| if (is_chromeos && enable_package_mash_services) {
|
| + # TODO(GYP_GONE): Delete this after we've converted everything to GN.
|
| + # The _run targets exist only for compatibility w/ GYP.
|
| + group("mash_browser_tests_run") {
|
| + testonly = true
|
| + deps = [
|
| + ":mash_browser_tests",
|
| + ]
|
| + }
|
| +
|
| group("mash_browser_tests") {
|
| testonly = true
|
| data_deps = [
|
|
|