Delete unmasked credit cards when clearing data.
[chromium-blink-merge.git] / extensions / extensions_browsertests.isolate
bloba8a6fb1ce9e77881b56d52e0e21551ac497a05e7
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           '../net/data/',
10           '../net/tools/testserver/',
11           '../testing/test_env.py',
12           '../third_party/pyftpdlib/',
13           '../third_party/pywebsocket/',
14           '../third_party/tlslite/',
15           '<(PRODUCT_DIR)/extensions_browsertests<(EXECUTABLE_SUFFIX)',
16           '<(PRODUCT_DIR)/extensions_shell_and_test.pak',
17           'test/data/',
18         ],
19       },
20     }],
21     ['OS=="linux"', {
22       'variables': {
23         'command': [
24           '../testing/xvfb.py',
25           '<(PRODUCT_DIR)',
26           '<(PRODUCT_DIR)/extensions_browsertests<(EXECUTABLE_SUFFIX)',
27           '--brave-new-test-launcher',
28           '--test-launcher-bot-mode',
29           '--asan=<(asan)',
30           '--msan=<(msan)',
31           '--tsan=<(tsan)',
32         ],
33         'files': [
34           '../testing/xvfb.py',
35           '<(PRODUCT_DIR)/libosmesa.so',
36         ],
37       },
38     }],
39     ['OS=="linux" and use_ozone==0', {
40       'variables': {
41         'files': [
42           '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)',
43         ],
44       },
45     }],
46     ['OS=="mac" or OS=="win"', {
47       'variables': {
48         'command': [
49           '../testing/test_env.py',
50           '<(PRODUCT_DIR)/extensions_browsertests<(EXECUTABLE_SUFFIX)',
51           '--brave-new-test-launcher',
52           '--test-launcher-bot-mode',
53           '--asan=<(asan)',
54           '--msan=<(msan)',
55           '--tsan=<(tsan)',
56         ],
57       },
58     }],
59     ['OS=="mac" and asan==1 and fastbuild==0', {
60       'variables': {
61         'files': [
62           '<(PRODUCT_DIR)/extensions_browsertests.dSYM/',
63         ],
64       },
65     }],
66     ['OS=="win" and target_arch=="ia32"', {
67       'variables': {
68         'files': [
69           '<(PRODUCT_DIR)/wow_helper.exe',
70         ],
71       },
72     }],
73   ],
74   'includes': [
75     '../base/base.isolate',
76     '../gin/v8.isolate',
77   ],