| 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 'variables': { | 6 'variables': { |
| 7 'nacl_win64_target': 0, | 7 'nacl_win64_target': 0, |
| 8 }, | 8 }, |
| 9 'includes': [ | 9 'includes': [ |
| 10 'gpu_common.gypi', | 10 'gpu_common.gypi', |
| (...skipping 561 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 572 ['OS == "android" and gtest_target_type == "shared_library"', { | 572 ['OS == "android" and gtest_target_type == "shared_library"', { |
| 573 'targets': [ | 573 'targets': [ |
| 574 { | 574 { |
| 575 'target_name': 'gl_tests_apk', | 575 'target_name': 'gl_tests_apk', |
| 576 'type': 'none', | 576 'type': 'none', |
| 577 'dependencies': [ | 577 'dependencies': [ |
| 578 'gl_tests', | 578 'gl_tests', |
| 579 ], | 579 ], |
| 580 'variables': { | 580 'variables': { |
| 581 'test_suite_name': 'gl_tests', | 581 'test_suite_name': 'gl_tests', |
| 582 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)gl_tests<
(SHARED_LIB_SUFFIX)', | |
| 583 }, | 582 }, |
| 584 'includes': [ | 583 'includes': [ |
| 585 '../build/apk_test.gypi', | 584 '../build/apk_test.gypi', |
| 586 ], | 585 ], |
| 587 }, | 586 }, |
| 588 ], | 587 ], |
| 589 }], | 588 }], |
| 590 ], | 589 ], |
| 591 } | 590 } |
| OLD | NEW |