| Index: gpu/BUILD.gn
|
| diff --git a/gpu/BUILD.gn b/gpu/BUILD.gn
|
| index 25a80b37571c4059014b1f2c3343dbfda2c29dcd..99060bab46cba0f957696dd800e41214cbc3b759 100644
|
| --- a/gpu/BUILD.gn
|
| +++ b/gpu/BUILD.gn
|
| @@ -92,9 +92,7 @@ test("gl_tests") {
|
| "command_buffer/tests/occlusion_query_unittest.cc",
|
| ]
|
|
|
| - defines = [
|
| - "GL_GLEXT_PROTOTYPES",
|
| - ]
|
| + defines = [ "GL_GLEXT_PROTOTYPES" ]
|
|
|
| deps = [
|
| ":gpu",
|
| @@ -117,11 +115,10 @@ test("gl_tests") {
|
| libs = []
|
|
|
| if (is_android) {
|
| - deps += [
|
| - "//testing/android:native_test_native_code",
|
| - ]
|
| + deps += [ "//testing/android:native_test_native_code" ]
|
| libs += [ "android" ]
|
| }
|
| +
|
| # TODO(GYP)
|
| # ['OS == "win"', {
|
| # 'dependencies': [
|
|
|