Fix sort order of unlaunched apps on app list start page.
[chromium-blink-merge.git] / gpu / gpu_unittests.isolate
bloba718aaccd760702e02aafe4c471eeace85069b87
1 # Copyright 2015 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   'conditions': [
6     ['OS=="linux" or OS=="mac" or OS=="win"', {
7       'variables': {
8         'files': [
9           '../testing/test_env.py',
10           '<(PRODUCT_DIR)/gpu_unittests<(EXECUTABLE_SUFFIX)',
11         ],
12       },
13     }],
14     ['OS=="linux"', {
15       'variables': {
16         'command': [
17           '../testing/xvfb.py',
18           '<(PRODUCT_DIR)',
19           '<(PRODUCT_DIR)/gpu_unittests',
20           '--brave-new-test-launcher',
21           '--test-launcher-bot-mode',
22           '--asan=<(asan)',
23           '--msan=<(msan)',
24           '--tsan=<(tsan)',
25         ],
26         'files': [
27           '../testing/xvfb.py',
28           '<(PRODUCT_DIR)/xdisplaycheck',
29         ],
30       },
31     }],
32     ['OS=="mac"', {
33       'variables': {
34         'command': [
35           '../testing/test_env.py',
36           '<(PRODUCT_DIR)/gpu_unittests',
37           '--brave-new-test-launcher',
38           '--test-launcher-bot-mode',
39           '--asan=<(asan)',
40           '--msan=<(msan)',
41           '--tsan=<(tsan)',
42         ],
43       },
44     }],
45     ['OS=="win"', {
46       'variables': {
47         'command': [
48           '../testing/test_env.py',
49           '<(PRODUCT_DIR)/gpu_unittests.exe',
50           '--brave-new-test-launcher',
51           '--test-launcher-bot-mode',
52           '--asan=<(asan)',
53           '--msan=<(msan)',
54           '--tsan=<(tsan)',
55         ],
56       },
57     }],
58     ['OS=="mac" and asan==1 and fastbuild==0', {
59       'variables': {
60         'files': [
61           '<(PRODUCT_DIR)/gpu_unittests.dSYM/',
62         ],
63       },
64     }],
65     ['OS=="win" and (fastbuild==0 or fastbuild==1)', {
66       'variables': {
67         'files': [
68           '<(PRODUCT_DIR)/gpu_unittests.exe.pdb',
69         ],
70       },
71     }],
72   ],
73   'includes': [
74     '../base/base.isolate',
75   ],