| 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 655 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 666 '../third_party/angle/build/common_defines.gypi', | 666 '../third_party/angle/build/common_defines.gypi', |
| 667 '../third_party/angle/tests/angle_end2end_tests.gypi', | 667 '../third_party/angle/tests/angle_end2end_tests.gypi', |
| 668 ], | 668 ], |
| 669 'sources': | 669 'sources': |
| 670 [ | 670 [ |
| 671 'angle_end2end_tests_main.cc', | 671 'angle_end2end_tests_main.cc', |
| 672 ], | 672 ], |
| 673 }, | 673 }, |
| 674 ], | 674 ], |
| 675 }], | 675 }], |
| 676 ['test_isolation_mode != "noop"', { |
| 677 'targets': [ |
| 678 { |
| 679 'target_name': 'gpu_unittests_run', |
| 680 'type': 'none', |
| 681 'dependencies': [ |
| 682 'gpu_unittests', |
| 683 ], |
| 684 'includes': [ |
| 685 '../build/isolate.gypi', |
| 686 ], |
| 687 'sources': [ |
| 688 'gpu_unittests.isolate', |
| 689 ], |
| 690 }, |
| 691 ], |
| 692 }], |
| 676 ], | 693 ], |
| 677 } | 694 } |
| OLD | NEW |