| Index: gpu/BUILD.gn
|
| diff --git a/gpu/BUILD.gn b/gpu/BUILD.gn
|
| index eba5e7a35187cfb65d4dc021159a3511f133c11d..259df32a287863b98b277ce886d033054538b1ca 100644
|
| --- a/gpu/BUILD.gn
|
| +++ b/gpu/BUILD.gn
|
| @@ -129,14 +129,6 @@ test("gl_tests") {
|
| deps += [ "//testing/android:native_test_native_code" ]
|
| libs += [ "android" ]
|
| }
|
| -
|
| - # TODO(GYP)
|
| - # ['OS == "win"', {
|
| - # 'dependencies': [
|
| - # '../third_party/angle/src/build_angle.gyp:libEGL',
|
| - # '../third_party/angle/src/build_angle.gyp:libGLESv2',
|
| - # ],
|
| - # }],
|
| }
|
|
|
| test("gpu_unittests") {
|
|
|