ozone: evdev: Sync caps lock LED state to evdev
[chromium-blink-merge.git] / ui / touch_selection / ui_touch_selection_unittests.isolate
blob4e8079af87c3d40fcd05168d1956348732afa6fd
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     ['OS=="linux" or OS=="mac" or OS=="win"', {
7       'variables': {
8         'files': [
9           '../../testing/test_env.py',
10           '<(PRODUCT_DIR)/ui_touch_selection_unittests<(EXECUTABLE_SUFFIX)',
11         ],
12       },
13     }],
14     ['OS=="linux"', {
15       'variables': {
16         'command': [
17           '../../testing/xvfb.py',
18           '<(PRODUCT_DIR)',
19           '<(PRODUCT_DIR)/ui_touch_selection_unittests<(EXECUTABLE_SUFFIX)',
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)/libosmesa.so',
29         ],
30       },
31     }],
32     ['OS=="linux" and use_ozone==0', {
33       'variables': {
34         'files': [
35           '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)',
36         ],
37       },
38     }],
39     ['OS=="mac" or OS=="win"', {
40       'variables': {
41         'command': [
42           '../../testing/test_env.py',
43           '<(PRODUCT_DIR)/ui_touch_selection_unittests<(EXECUTABLE_SUFFIX)',
44           '--brave-new-test-launcher',
45           '--test-launcher-bot-mode',
46           '--asan=<(asan)',
47           '--msan=<(msan)',
48           '--tsan=<(tsan)',
49         ],
50       },
51     }],
52     ['OS=="mac" and asan==1 and fastbuild==0', {
53       'variables': {
54         'files': [
55           '<(PRODUCT_DIR)/ui_touch_selection_unittests.dSYM/',
56         ],
57       },
58     }],
59   ],
60   'includes': [
61     '../../base/base.isolate',
62   ],