Disable Enhanced Bookmark for ICS devices
[chromium-blink-merge.git] / components / components_browsertests.isolate
blobc18c7cfe0941ee7875dd7c4115e0894470710fc4
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     ['use_x11==0', {
11       'variables': {
12         'command': [
13           '../testing/test_env.py',
14           '<(PRODUCT_DIR)/components_browsertests<(EXECUTABLE_SUFFIX)',
15           '--brave-new-test-launcher',
16           '--test-launcher-bot-mode',
17           '--asan=<(asan)',
18           '--msan=<(msan)',
19           '--tsan=<(tsan)',
20         ],
21       },
22     }],
23     ['use_x11==1', {
24       'variables': {
25         'command': [
26           '../testing/xvfb.py',
27           '<(PRODUCT_DIR)',
28           '<(PRODUCT_DIR)/components_browsertests',
29           '--brave-new-test-launcher',
30           '--test-launcher-bot-mode',
31           '--asan=<(asan)',
32           '--msan=<(msan)',
33           '--tsan=<(tsan)',
34         ],
35         'files': [
36           '../testing/xvfb.py',
37           '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)',
38         ],
39       },
40     }],
41     ['OS=="linux" or OS=="mac" or OS=="win"', {
42       'variables': {
43         'files': [
44           'test/data/',
45           '../testing/test_env.py',
46           '<(PRODUCT_DIR)/components_browsertests<(EXECUTABLE_SUFFIX)',
47           '<(PRODUCT_DIR)/components_tests_resources.pak',
48           '<(PRODUCT_DIR)/content_shell.pak',
49         ],
50       },
51     }],
52     ['OS=="linux"', {
53       'variables': {
54         'files': [
55           '<(PRODUCT_DIR)/libosmesa.so',
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   ],