Add remoting and PPAPI tests to GN build
[chromium-blink-merge.git] / content / content_browsertests.isolate
blobae5b40fa65c19009df5b49748e307017fcca8d2c
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           '--asan=<(asan)',
44           '--msan=<(msan)',
45           '--tsan=<(tsan)',
46         ],
47         'files': [
48           '../testing/xvfb.py',
49           '<(PRODUCT_DIR)/content_shell.pak',
50           '<(PRODUCT_DIR)/libffmpegsumo.so',
51           '<(PRODUCT_DIR)/libosmesa.so',
52           '<(PRODUCT_DIR)/libppapi_tests.so',
53         ],
54       },
55     }],
56     ['OS=="linux" and use_ozone==0', {
57       'variables': {
58         'files': [
59           '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)',
60         ],
61       },
62     }],
63     ['OS=="linux" or OS=="mac" or OS=="win"', {
64       'variables': {
65         'files': [
66           '../net/tools/testserver/',
67           '../ppapi/tests/test_case.html',
68           '../ppapi/tests/test_page.css',
69           '../testing/test_env.py',
70           '../third_party/pyftpdlib/',
71           '../third_party/pywebsocket/',
72           '../third_party/tlslite/',
73           '<(PRODUCT_DIR)/content_browsertests<(EXECUTABLE_SUFFIX)',
74         ],
75       },
76     }],
77     ['OS=="mac"', {
78       'variables': {
79         'files': [
80           '<(PRODUCT_DIR)/Content Shell.app/',
81           '<(PRODUCT_DIR)/ffmpegsumo.so',
82           '<(PRODUCT_DIR)/plugins/npapi_test_plugin.plugin/',
83           '<(PRODUCT_DIR)/plugins/test_netscape_plugin.plugin/',
84           '<(PRODUCT_DIR)/ppapi_tests.plugin/Contents/MacOS/ppapi_tests',
85         ],
86       },
87     }],
88     ['OS=="mac" and asan==1 and fastbuild==0', {
89       'variables': {
90         'files': [
91           '<(PRODUCT_DIR)/Content Shell Framework.framework.dSYM/',
92           '<(PRODUCT_DIR)/Content Shell Helper.app.dSYM/',
93           '<(PRODUCT_DIR)/Content Shell.app.dSYM/',
94           '<(PRODUCT_DIR)/content_browsertests.dSYM/',
95           '<(PRODUCT_DIR)/ffmpegsumo.so.dSYM/',
96           '<(PRODUCT_DIR)/npapi_test_plugin.plugin.dSYM/',
97           '<(PRODUCT_DIR)/ppapi_tests.plugin.dSYM/',
98           '<(PRODUCT_DIR)/test_netscape_plugin.plugin.dSYM/',
99         ],
100       },
101     }],
102     ['OS=="mac" or OS=="win"', {
103       'variables': {
104         'command': [
105           '../testing/test_env.py',
106           '<(PRODUCT_DIR)/content_browsertests<(EXECUTABLE_SUFFIX)',
107           '--test-launcher-bot-mode',
108           '--asan=<(asan)',
109           '--msan=<(msan)',
110           '--tsan=<(tsan)',
111         ],
112       },
113     }],
114     ['OS=="win"', {
115       'variables': {
116         'files': [
117           '<(PRODUCT_DIR)/content_shell.pak',
118           '<(PRODUCT_DIR)/ffmpegsumo.dll',
119           '<(PRODUCT_DIR)/osmesa.dll',
120           '<(PRODUCT_DIR)/plugins/np_test_netscape_plugin.dll',
121           '<(PRODUCT_DIR)/plugins/npapi_test_plugin.dll',
122           '<(PRODUCT_DIR)/ppapi_tests.dll',
123         ],
124       },
125     }],
126     ['OS=="win" and target_arch=="ia32"', {
127       'variables': {
128         'files': [
129           '<(PRODUCT_DIR)/wow_helper.exe',
130         ],
131       },
132     }],
133     ['OS=="win" and (fastbuild==0 or fastbuild==1)', {
134       'variables': {
135         'files': [
136           '<(PRODUCT_DIR)/content_browsertests.exe.pdb',
137         ],
138       },
139     }],
140   ],
141   'includes': [
142     '../base/base.isolate',
143     '../gin/v8.isolate',
144   ],