| 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 588 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 599 'dependencies': [ | 599 'dependencies': [ |
| 600 'gl_tests', | 600 'gl_tests', |
| 601 ], | 601 ], |
| 602 'variables': { | 602 'variables': { |
| 603 'test_suite_name': 'gl_tests', | 603 'test_suite_name': 'gl_tests', |
| 604 }, | 604 }, |
| 605 'includes': [ | 605 'includes': [ |
| 606 '../build/apk_test.gypi', | 606 '../build/apk_test.gypi', |
| 607 ], | 607 ], |
| 608 }, | 608 }, |
| 609 { |
| 610 'target_name': 'gpu_unittests_apk', |
| 611 'type': 'none', |
| 612 'dependencies': [ |
| 613 'gpu_unittests', |
| 614 ], |
| 615 'variables': { |
| 616 'test_suite_name': 'gpu_unittests', |
| 617 }, |
| 618 'includes': [ '../build/apk_test.gypi' ], |
| 619 }, |
| 609 ], | 620 ], |
| 610 }], | 621 }], |
| 611 ], | 622 ], |
| 612 } | 623 } |
| OLD | NEW |