Index: gpu/BUILD.gn |
diff --git a/gpu/BUILD.gn b/gpu/BUILD.gn |
index d1df1dd3a15153ad3fbae27ff9cc8befe49443c7..29c07960621eb2c618e401a2e19417b8683aee3e 100644 |
--- a/gpu/BUILD.gn |
+++ b/gpu/BUILD.gn |
@@ -115,12 +115,15 @@ test("gl_tests") { |
"//gpu/command_buffer/client:gles2_implementation_client_side_arrays", |
] |
+ libs = [] |
+ |
+ if (is_android) { |
+ deps += [ |
+ "//testing/android:native_test_native_code", |
+ ] |
+ libs += [ "android" ] |
+ } |
# TODO(GYP) |
- # ['OS == "android"', { |
- # 'dependencies': [ |
- # '../testing/android/native_test.gyp:native_test_native_code', |
- # ], |
- # }], |
# ['OS == "win"', { |
# 'dependencies': [ |
# '../third_party/angle/src/build_angle.gyp:libEGL', |