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

Unified Diff: chrome/test/BUILD.gn

Issue 2831243002: Revert of Address some TODO(GYP_GONE)s (Closed)
Patch Set: Created 3 years, 8 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/installer/linux/BUILD.gn ('k') | content/test/gpu/generate_buildbot_json.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 = [
« no previous file with comments | « chrome/installer/linux/BUILD.gn ('k') | content/test/gpu/generate_buildbot_json.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698