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

Unified Diff: gpu/BUILD.gn

Issue 1662053002: Move gn _run target generation into test(). (RELAND) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: +kbr changes Created 4 years, 11 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 | « google_apis/gcm/BUILD.gn ('k') | gpu/gles2_conform_support/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/BUILD.gn
diff --git a/gpu/BUILD.gn b/gpu/BUILD.gn
index e02fa1af477df492cc087a8f782451924a93d78a..63447f15ebd7f465d732437c5168314c95c1d188 100644
--- a/gpu/BUILD.gn
+++ b/gpu/BUILD.gn
@@ -101,13 +101,6 @@ source_set("test_support") {
]
}
-group("gl_tests_run") {
- testonly = true
- deps = [
- ":gl_tests",
- ]
-}
-
test("gl_tests") {
sources = [
"command_buffer/tests/compressed_texture_test.cc",
@@ -177,15 +170,6 @@ test("gl_tests") {
}
}
-# TODO(GYP): Delete this after we've converted everything to GN.
-# The _run targets exist only for compatibility w/ GYP.
-group("gpu_unittests_run") {
- testonly = true
- deps = [
- ":gpu_unittests",
- ]
-}
-
test("gpu_unittests") {
sources = [
"command_buffer/client/buffer_tracker_unittest.cc",
@@ -328,23 +312,3 @@ test("gpu_perftests") {
"//ui/gl",
]
}
-
-# TODO(GYP): Delete this after we've converted everything to GN.
-# The _run targets exist only for compatibility w/ GYP.
-group("angle_unittests_run") {
- testonly = true
- deps = [
- "//third_party/angle/src/tests:angle_unittests",
- ]
-}
-
-if (is_win || is_linux || is_mac) {
- # TODO(GYP): Delete this after we've converted everything to GN.
- # The _run targets exist only for compatibility w/ GYP.
- group("angle_end2end_tests_run") {
- testonly = true
- deps = [
- "//third_party/angle/src/tests:angle_end2end_tests",
- ]
- }
-}
« no previous file with comments | « google_apis/gcm/BUILD.gn ('k') | gpu/gles2_conform_support/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698