Add testonly=true to components/pairing:unit_tests
[chromium-blink-merge.git] / content / content_browsertests.isolate
blob1c45e865a99d3c33b226baf740fb3e3ee9aa47a6
1 # Copyright (c) 2013 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"', {
7       'variables': {
8         'files': [
9           '<(PRODUCT_DIR)/content_shell/assets/content_shell.pak',
10         ],
11       },
12     }],
13     ['chromeos==1', {
14       'variables': {
15         'files': [
16           '<(PRODUCT_DIR)/content_shell.pak',
17         ],
18       },
19     }],
20     ['OS=="linux" or OS=="mac" or OS=="win"', {
21       'variables': {
22         'files': [
23           '<(PRODUCT_DIR)/content_shell.pak',
24         ],
25       },
26     }],
27     ['OS=="android" or OS=="linux" or OS=="mac" or OS=="win"', {
28       'variables': {
29         'files': [
30           '../media/test/data/',
31           '../net/data/',
32           'test/data/',
33         ],
34       },
35     }],
36     ['OS=="linux"', {
37       'variables': {
38         'command': [
39           '../testing/xvfb.py',
40           '<(PRODUCT_DIR)',
41           '<(PRODUCT_DIR)/content_browsertests<(EXECUTABLE_SUFFIX)',
42           '--test-launcher-bot-mode',
43           '--lsan=<(lsan)',
44         ],
45         'files': [
46           '../testing/xvfb.py',
47           '<(PRODUCT_DIR)/content_shell.pak',
48           '<(PRODUCT_DIR)/libffmpegsumo.so',
49           '<(PRODUCT_DIR)/libosmesa.so',
50           '<(PRODUCT_DIR)/libppapi_tests.so',
51         ],
52       },
53     }],
54     ['OS=="linux" and use_ozone==0', {
55       'variables': {
56         'files': [
57           '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)',
58         ],
59       },
60     }],
61     ['OS=="linux" or OS=="mac" or OS=="win"', {
62       'variables': {
63         'files': [
64           '../net/tools/testserver/',
65           '../ppapi/tests/test_case.html',
66           '../ppapi/tests/test_page.css',
67           '../testing/test_env.py',
68           '../third_party/pyftpdlib/',
69           '../third_party/pywebsocket/',
70           '../third_party/tlslite/',
71           '<(PRODUCT_DIR)/content_browsertests<(EXECUTABLE_SUFFIX)',
72         ],
73       },
74     }],
75     ['OS=="mac"', {
76       'variables': {
77         'files': [
78           '<(PRODUCT_DIR)/Content Shell.app/',
79           '<(PRODUCT_DIR)/ffmpegsumo.so',
80           '<(PRODUCT_DIR)/plugins/npapi_test_plugin.plugin/',
81           '<(PRODUCT_DIR)/plugins/test_netscape_plugin.plugin/',
82           '<(PRODUCT_DIR)/ppapi_tests.plugin/Contents/MacOS/ppapi_tests',
83         ],
84       },
85     }],
86     ['OS=="mac" or OS=="win"', {
87       'variables': {
88         'command': [
89           '../testing/test_env.py',
90           '<(PRODUCT_DIR)/content_browsertests<(EXECUTABLE_SUFFIX)',
91           '--test-launcher-bot-mode',
92         ],
93       },
94     }],
95     ['OS=="win"', {
96       'variables': {
97         'files': [
98           '<(PRODUCT_DIR)/content_shell.pak',
99           '<(PRODUCT_DIR)/ffmpegsumo.dll',
100           '<(PRODUCT_DIR)/osmesa.dll',
101           '<(PRODUCT_DIR)/plugins/np_test_netscape_plugin.dll',
102           '<(PRODUCT_DIR)/plugins/npapi_test_plugin.dll',
103           '<(PRODUCT_DIR)/ppapi_tests.dll',
104         ],
105       },
106     }],
107     ['OS=="win" and (fastbuild==0 or fastbuild==1)', {
108       'variables': {
109         'files': [
110           '<(PRODUCT_DIR)/content_browsertests.exe.pdb',
111         ],
112       },
113     }],
114   ],
115   'includes': [
116     '../base/base.isolate',
117   ],