Index: gpu/BUILD.gn |
diff --git a/gpu/BUILD.gn b/gpu/BUILD.gn |
index 8239940abe20fabaee8de75e8b30ff37da6bd064..bf13b05548b7e5a8ade840184cb86c191d6e1688 100644 |
--- a/gpu/BUILD.gn |
+++ b/gpu/BUILD.gn |
@@ -117,12 +117,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" ] |
no sievers
2014/10/24 22:25:07
Should this move to native_test_native_code?
Don'
cjhopman
2014/10/24 22:27:58
No, they don't. base_unittests, for example, doesn
|
+ } |
# 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', |