| Index: gpu/BUILD.gn
|
| diff --git a/gpu/BUILD.gn b/gpu/BUILD.gn
|
| index dc03b55f6abf07ab4ece5c3877405b8e26b73f80..fa9261f40acdc1a2fc2bea8b59f536ad4e2e472c 100644
|
| --- a/gpu/BUILD.gn
|
| +++ b/gpu/BUILD.gn
|
| @@ -94,9 +94,7 @@ test("gl_tests") {
|
| "command_buffer/tests/occlusion_query_unittest.cc",
|
| ]
|
|
|
| - defines = [
|
| - "GL_GLEXT_PROTOTYPES",
|
| - ]
|
| + defines = [ "GL_GLEXT_PROTOTYPES" ]
|
|
|
| deps = [
|
| ":gpu",
|
| @@ -119,11 +117,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': [
|
|
|