Unbreak and re-enable PolicyPrefIndicatorTest on official builds
[chromium-blink-merge.git] / chrome / gles2_conform_test.isolate
blobe4a46a48fab2986c9396334fc3887f3e44d202bd
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
3 # found in the LICENSE file.
5   'includes': [
6     '../base/base.isolate',
7     '../third_party/angle/angle.isolate',
8   ],
9   'conditions': [
10     # TODO(kbr): add Android when these tests are run on those bots.
11     ['OS=="linux" or OS=="mac" or OS=="win"', {
12       'variables': {
13         'command': [
14           '<(PRODUCT_DIR)/gles2_conform_test<(EXECUTABLE_SUFFIX)',
15         ],
16         'files': [
17           '<(PRODUCT_DIR)/gles2_conform_test<(EXECUTABLE_SUFFIX)',
18           '../gpu/gles2_conform_support/gles2_conform_test_expectations.txt',
19         ],
20       },
21     }],
22     # .isolate format doesn't support nested conditions.
23     ['(OS=="linux" or OS=="mac" or OS=="win") and internal_gles2_conform_tests==1', {
24       'variables': {
25         'files': [
26           '../third_party/gles2_conform/GTF_ES/',
27           '<(PRODUCT_DIR)/gles2_conform_test_windowless<(EXECUTABLE_SUFFIX)',
28           # Could add gles2_conform_test_angle or
29           # gles2_conform_test_chromeos if the bots were testing those.
30         ],
31       },
32     }],
33   ],