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