| Index: ui/gl/BUILD.gn
|
| diff --git a/ui/gl/BUILD.gn b/ui/gl/BUILD.gn
|
| index a36683eb82cfa8eb2ba59844df2ab8a6ba19c80c..e8387a50bd53ac6cea879ca15b7946bf54451848 100644
|
| --- a/ui/gl/BUILD.gn
|
| +++ b/ui/gl/BUILD.gn
|
| @@ -433,15 +433,6 @@ group("gl_unittests_ozone") {
|
| ]
|
| }
|
|
|
| -# TODO(GYP_GONE): Delete this after we've converted everything to GN.
|
| -# The _run targets exist only for compatibility w/ GYP.
|
| -group("gl_unittests_ozone_run") {
|
| - testonly = true
|
| - deps = [
|
| - ":gl_unittests_ozone",
|
| - ]
|
| -}
|
| -
|
| if (is_android) {
|
| generate_jar_jni("surface_jni_headers") {
|
| jni_package = "ui/gl"
|
|
|