Index: gpu/gpu_common.gypi |
diff --git a/gpu/gpu_common.gypi b/gpu/gpu_common.gypi |
index e5027b54185a5d0562c6b6f242f5cb9a3e2ae8e3..dda0f3458be4cd7354ba7035c96dce98a487f746 100644 |
--- a/gpu/gpu_common.gypi |
+++ b/gpu/gpu_common.gypi |
@@ -48,21 +48,4 @@ |
'command_buffer/client/vertex_array_object_manager.h', |
] |
}, |
- 'conditions': [ |
- ['OS == "android"', { |
- 'targets': [ |
- { |
- 'target_name': 'gpu_unittests_apk', |
- 'type': 'none', |
- 'dependencies': [ |
- 'gpu_unittests', |
- ], |
- 'variables': { |
- 'test_suite_name': 'gpu_unittests', |
- }, |
- 'includes': [ '../build/apk_test.gypi' ], |
- }, |
- ], |
- }], |
- ], |
} |