[Telemetry] Update facebook credential & re-record the facebook page in top_7_stress...
[chromium-blink-merge.git] / base / base_unittests.isolate
blob2e33cc07ce0013a5ac7980403fca85eb9f9af1f4
1 # Copyright (c) 2012 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=="android" or OS=="linux" or OS=="mac" or OS=="win"', {
7       'variables': {
8         'files': [
9           'test/data/',
10         ],
11       },
12     }],
13     ['OS=="linux"', {
14       'variables': {
15         'command': [
16           '../testing/xvfb.py',
17           '<(PRODUCT_DIR)',
18           '<(PRODUCT_DIR)/base_unittests<(EXECUTABLE_SUFFIX)',
19           '--brave-new-test-launcher',
20           '--test-launcher-bot-mode',
21           '--asan=<(asan)',
22           '--lsan=<(lsan)',
23           '--msan=<(msan)',
24           '--tsan=<(tsan)',
25         ],
26         'files': [
27           '../testing/xvfb.py',
28         ],
29       },
30     }],
31     ['OS=="linux" and use_ozone==0', {
32       'variables': {
33         'files': [
34           '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)',
35         ],
36       },
37     }],
38     ['OS=="linux" or OS=="mac" or OS=="win"', {
39       'variables': {
40         'files': [
41           '../testing/test_env.py',
42           '<(PRODUCT_DIR)/base_unittests<(EXECUTABLE_SUFFIX)',
43         ],
44         'read_only': 1,
45       },
46     }],
47     ['OS=="mac" or OS=="win"', {
48       'variables': {
49         'command': [
50           '../testing/test_env.py',
51           '<(PRODUCT_DIR)/base_unittests<(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" and asan==1 and fastbuild==0', {
62       'variables': {
63         'files': [
64           '<(PRODUCT_DIR)/base_unittests.dSYM/',
65         ],
66       },
67     }],
68     ['OS=="win" and (fastbuild==0 or fastbuild==1)', {
69       'variables': {
70         'files': [
71           '<(PRODUCT_DIR)/base_unittests.exe.pdb',
72         ],
73       },
74     }],
75   ],
76   'includes': [
77     'base.isolate',
78   ],