Don't preview autofill/autocomplete until first real mouse move.
[chromium-blink-merge.git] / cc / cc_unittests.isolate
blobdb47aab166ec8f593d845acb4bdcbdac924eb0c6
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           'test/data/',
10           '../testing/test_env.py',
11           '<(PRODUCT_DIR)/cc_unittests<(EXECUTABLE_SUFFIX)',
12         ],
13       },
14     }],
15     ['OS=="linux"', {
16       'variables': {
17         'command': [
18           '../testing/xvfb.py',
19           '<(PRODUCT_DIR)',
20           '<(PRODUCT_DIR)/cc_unittests',
21           '--brave-new-test-launcher',
22           '--test-launcher-bot-mode',
23           '--asan=<(asan)',
24           '--lsan=<(lsan)',
25           '--msan=<(msan)',
26           '--tsan=<(tsan)',
27         ],
28         'files': [
29           '../testing/xvfb.py',
30           '<(PRODUCT_DIR)/libffmpegsumo.so',
31           '<(PRODUCT_DIR)/libosmesa.so',
32         ],
33       },
34     }],
35     ['OS=="linux" and use_ozone==0', {
36       'variables': {
37         'files': [
38           '<(PRODUCT_DIR)/xdisplaycheck',
39         ],
40       },
41     }],
42     ['OS=="mac"', {
43       'variables': {
44         'command': [
45           '../testing/test_env.py',
46           '<(PRODUCT_DIR)/cc_unittests',
47           '--brave-new-test-launcher',
48           '--test-launcher-bot-mode',
49           '--asan=<(asan)',
50           '--lsan=<(lsan)',
51           '--msan=<(msan)',
52           '--tsan=<(tsan)',
53         ],
54         'files': [
55           '<(PRODUCT_DIR)/ffmpegsumo.so',
56           '<(PRODUCT_DIR)/osmesa.so',
57         ],
58       },
59     }],
60     ['OS=="win"', {
61       'variables': {
62         'command': [
63           '../testing/test_env.py',
64           '<(PRODUCT_DIR)/cc_unittests.exe',
65           '--brave-new-test-launcher',
66           '--test-launcher-bot-mode',
67           '--asan=<(asan)',
68           '--lsan=<(lsan)',
69           '--msan=<(msan)',
70           '--tsan=<(tsan)',
71         ],
72         'files': [
73           '<(PRODUCT_DIR)/ffmpegsumo.dll',
74           '<(PRODUCT_DIR)/osmesa.dll',
75         ],
76       },
77     }],
78     ['OS=="win" and (fastbuild==0 or fastbuild==1)', {
79       'variables': {
80         'files': [
81           '<(PRODUCT_DIR)/cc_unittests.exe.pdb',
82         ],
83       },
84     }],
85     ['OS=="mac" and asan==1 and fastbuild==0', {
86       'variables': {
87         'files': [
88           '<(PRODUCT_DIR)/cc_unittests.dSYM/',
89         ],
90       },
91     }],
92   ],
93   'includes': [
94     '../base/base.isolate',
95   ],