OLD | NEW |
1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 'includes': [ |
| 6 'angle.isolate', |
| 7 ], |
5 'conditions': [ | 8 'conditions': [ |
6 # TODO(kbr): add Android when these tests are run on those bots. | 9 # TODO(kbr): add Android when these tests are run on those bots. |
7 ['OS=="linux" or OS=="mac" or OS=="win"', { | 10 ['OS=="linux" or OS=="mac" or OS=="win"', { |
8 'variables': { | 11 'variables': { |
9 'command': [ | 12 'command': [ |
10 '<(PRODUCT_DIR)/gles2_conform_test<(EXECUTABLE_SUFFIX)', | 13 '<(PRODUCT_DIR)/gles2_conform_test<(EXECUTABLE_SUFFIX)', |
11 ], | 14 ], |
12 'isolate_dependency_tracked': [ | 15 'isolate_dependency_tracked': [ |
13 '<(PRODUCT_DIR)/gles2_conform_test<(EXECUTABLE_SUFFIX)', | 16 '<(PRODUCT_DIR)/gles2_conform_test<(EXECUTABLE_SUFFIX)', |
14 '../gpu/gles2_conform_support/gles2_conform_test_expectations.txt', | 17 '../gpu/gles2_conform_support/gles2_conform_test_expectations.txt', |
(...skipping 15 matching lines...) Expand all Loading... |
30 }], | 33 }], |
31 # This no-op branch should not be necessary but seems to be. | 34 # This no-op branch should not be necessary but seems to be. |
32 ['(OS=="linux" or OS=="mac" or OS=="win") and internal_gles2_conform_tests==
0', { | 35 ['(OS=="linux" or OS=="mac" or OS=="win") and internal_gles2_conform_tests==
0', { |
33 'variables': { | 36 'variables': { |
34 'isolate_dependency_tracked': [ | 37 'isolate_dependency_tracked': [ |
35 ], | 38 ], |
36 }, | 39 }, |
37 }], | 40 }], |
38 ], | 41 ], |
39 } | 42 } |
OLD | NEW |