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

Unified Diff: gpu/BUILD.gn

Issue 1666623004: Remove obsolete angle_end2end_tests_run target. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « no previous file | no next file » | 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 2233f76640efdcaccf60570a74ce431c3d7a4d8d..63447f15ebd7f465d732437c5168314c95c1d188 100644
--- a/gpu/BUILD.gn
+++ b/gpu/BUILD.gn
@@ -312,14 +312,3 @@ test("gpu_perftests") {
"//ui/gl",
]
}
-
-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 | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698