OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 # Library emulates GLES2 using command_buffers. | 8 # Library emulates GLES2 using command_buffers. |
9 'target_name': 'gles2_implementation', | 9 'target_name': 'gles2_implementation', |
10 'type': '<(component)', | 10 'type': '<(component)', |
(...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
276 { | 276 { |
277 'target_name': 'gpu_unittests_apk', | 277 'target_name': 'gpu_unittests_apk', |
278 'type': 'none', | 278 'type': 'none', |
279 'dependencies': [ | 279 'dependencies': [ |
280 '../base/base.gyp:base_java', | 280 '../base/base.gyp:base_java', |
281 'gpu_unittests', | 281 'gpu_unittests', |
282 ], | 282 ], |
283 'variables': { | 283 'variables': { |
284 'test_suite_name': 'gpu_unittests', | 284 'test_suite_name': 'gpu_unittests', |
285 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)gpu_unitt
ests<(SHARED_LIB_SUFFIX)', | 285 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)gpu_unitt
ests<(SHARED_LIB_SUFFIX)', |
286 'input_jars_paths': [ '<(PRODUCT_DIR)/lib.java/chromium_base.jar', ]
, | |
287 }, | 286 }, |
288 'includes': [ '../build/apk_test.gypi' ], | 287 'includes': [ '../build/apk_test.gypi' ], |
289 }, | 288 }, |
290 ], | 289 ], |
291 }], | 290 }], |
292 ], | 291 ], |
293 } | 292 } |
OLD | NEW |