Cleanup/ Remove deprecated extension notification from ExtensionHost
[chromium-blink-merge.git] / crypto / crypto_unittests.isolate
blob68ac6fa103c197fbb7a361991146e3c153c45e2e
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"', {
7       'variables': {
8         'command': [
9           '../testing/xvfb.py',
10           '<(PRODUCT_DIR)',
11           '<(PRODUCT_DIR)/crypto_unittests<(EXECUTABLE_SUFFIX)',
12           '--brave-new-test-launcher',
13           '--test-launcher-bot-mode',
14           '--asan=<(asan)',
15           '--msan=<(msan)',
16           '--tsan=<(tsan)',
17         ],
18         'files': [
19           '../testing/xvfb.py',
20         ],
21       },
22     }],
23     ['OS=="linux" and use_ozone==0', {
24       'variables': {
25         'files': [
26           '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)',
27         ],
28       },
29     }],
30     ['OS=="linux" or OS=="mac" or OS=="win"', {
31       'variables': {
32         'files': [
33           '../testing/test_env.py',
34           '<(PRODUCT_DIR)/crypto_unittests<(EXECUTABLE_SUFFIX)',
35         ],
36         'read_only': 1,
37       },
38     }],
39     ['OS=="mac" or OS=="win"', {
40       'variables': {
41         'command': [
42           '../testing/test_env.py',
43           '<(PRODUCT_DIR)/crypto_unittests<(EXECUTABLE_SUFFIX)',
44           '--brave-new-test-launcher',
45           '--test-launcher-bot-mode',
46           '--asan=<(asan)',
47           '--msan=<(msan)',
48           '--tsan=<(tsan)',
49         ],
50       },
51     }],
52     ['OS=="mac" and asan==1 and fastbuild==0', {
53       'variables': {
54         'files': [
55           '<(PRODUCT_DIR)/crypto_unittests.dSYM/',
56         ],
57       },
58     }],
59     ['OS=="win" and (fastbuild==0 or fastbuild==1)', {
60       'variables': {
61         'files': [
62           '<(PRODUCT_DIR)/crypto_unittests.exe.pdb',
63         ],
64       },
65     }],
66   ],
67   'includes': [
68     '../base/base.isolate',
69   ],