Roll src/third_party/WebKit dacf847:1e9d21c (svn 202600:202602)
[chromium-blink-merge.git] / ash / ash_unittests.isolate
blob94f9ea833ca18c58e01c0e1000b3999badcedab7
1 # Copyright (c) 2014 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     ['use_x11==0', {
7       'variables': {
8         'command': [
9           '../testing/test_env.py',
10           '<(PRODUCT_DIR)/ash_unittests<(EXECUTABLE_SUFFIX)',
11           '--test-launcher-bot-mode',
12         ],
13       },
14     }],
15     ['use_x11==1', {
16       'variables': {
17         'command': [
18           '../testing/xvfb.py',
19           '<(PRODUCT_DIR)',
20           '<(PRODUCT_DIR)/ash_unittests',
21           '--test-launcher-bot-mode',
22         ],
23         'files': [
24           '../testing/xvfb.py',
25           '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)',
26         ],
27       },
28     }],
29     ['OS=="win" or chromeos==1', {
30       'variables': {
31         'files': [
32           '../testing/test_env.py',
33           '<(PRODUCT_DIR)/chrome_100_percent.pak',
34           '<(PRODUCT_DIR)/chrome_200_percent.pak',
35           '<(PRODUCT_DIR)/locales/en-US.pak',
36           '<(PRODUCT_DIR)/keyboard_resources.pak',
37         ],
38       },
39     }],
40     ['OS=="linux"', {
41       'variables': {
42         'files': [
43           '<(PRODUCT_DIR)/libosmesa.so',
44         ],
45       },
46     }],
47     ['OS=="win"', {
48       'variables': {
49         'files': [
50           '<(PRODUCT_DIR)/osmesa.dll',
51         ],
52       },
53     }],
54     ['OS=="win" and (fastbuild==0 or fastbuild==1)', {
55       'variables': {
56         'files': [
57           '<(PRODUCT_DIR)/ash_unittests.exe.pdb',
58         ],
59       },
60     }],
61   ],
62   'includes': [
63     '../base/base.isolate',
64     '../ui/gl/gl.isolate',
65   ],