ozone: evdev: Sync caps lock LED state to evdev
[chromium-blink-merge.git] / components / components_browsertests.isolate
blob6a6d4dc67da6bd7e3be8dbf56da0fdcbee4fd42e
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   'includes': [
6     '../base/base.isolate',
7     '../gin/v8.isolate',
8   ],
9   'conditions': [
10     ['OS=="linux" or OS=="mac" or OS=="win"', {
11       'variables': {
12         'files': [
13           'test/data/',
14           '../testing/test_env.py',
15           '<(PRODUCT_DIR)/components_browsertests<(EXECUTABLE_SUFFIX)',
16           '<(PRODUCT_DIR)/components_tests_resources.pak',
17           '<(PRODUCT_DIR)/content_shell.pak',
18         ],
19       },
20     }],
21     ['OS=="linux"', {
22       'variables': {
23         'command': [
24           '../testing/xvfb.py',
25           '<(PRODUCT_DIR)',
26           '<(PRODUCT_DIR)/components_browsertests',
27           '--brave-new-test-launcher',
28           '--test-launcher-bot-mode',
29           '--asan=<(asan)',
30           '--msan=<(msan)',
31           '--tsan=<(tsan)',
32         ],
33         'files': [
34           '../testing/xvfb.py',
35           '<(PRODUCT_DIR)/libosmesa.so',
36         ],
37       },
38     }],
39     ['OS=="linux" and use_ozone==0', {
40       'variables': {
41         'files': [
42           '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)',
43         ],
44       },
45     }],
46     ['OS=="mac" or OS=="win"', {
47       'variables': {
48         'command': [
49           '../testing/test_env.py',
50           '<(PRODUCT_DIR)/components_browsertests<(EXECUTABLE_SUFFIX)',
51           '--brave-new-test-launcher',
52           '--test-launcher-bot-mode',
53           '--asan=<(asan)',
54           '--msan=<(msan)',
55           '--tsan=<(tsan)',
56         ],
57       },
58     }],
59     ['OS=="mac"', {
60       'variables': {
61         'files': [
62           '<(PRODUCT_DIR)/Content Shell.app/',
63         ],
64       },
65     }],
66     ['OS=="mac" and asan==1 and fastbuild==0', {
67       'variables': {
68         'files': [
69           '<(PRODUCT_DIR)/Content Shell Framework.framework.dSYM/',
70           '<(PRODUCT_DIR)/Content Shell Helper.app.dSYM/',
71           '<(PRODUCT_DIR)/Content Shell.app.dSYM/',
72           '<(PRODUCT_DIR)/components_browsertests.dSYM/',
73         ],
74       },
75     }],
76   ],