Fix random lint warnings in chrome/android/shell
[chromium-blink-merge.git] / components / components_browsertests.isolate
blobaaa6d1905daf4ea746737a29d6b366f053e9240e
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_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           '--lsan=<(lsan)',
31           '--msan=<(msan)',
32           '--tsan=<(tsan)',
33         ],
34         'files': [
35           '../testing/xvfb.py',
36           '<(PRODUCT_DIR)/libosmesa.so',
37         ],
38       },
39     }],
40     ['OS=="linux" and use_ozone==0', {
41       'variables': {
42         'files': [
43           '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)',
44         ],
45       },
46     }],
47     ['OS=="mac" or OS=="win"', {
48       'variables': {
49         'command': [
50           '../testing/test_env.py',
51           '<(PRODUCT_DIR)/components_browsertests<(EXECUTABLE_SUFFIX)',
52           '--brave-new-test-launcher',
53           '--test-launcher-bot-mode',
54           '--asan=<(asan)',
55           '--lsan=<(lsan)',
56           '--msan=<(msan)',
57           '--tsan=<(tsan)',
58         ],
59       },
60     }],
61     ['OS=="mac"', {
62       'variables': {
63         'files': [
64           '<(PRODUCT_DIR)/Content Shell.app/',
65         ],
66       },
67     }],
68   ],