blob: b2fde54b46f7af14a6e02b3d65db44866a9a66e1 [file] [log] [blame]
[email protected]d3b83bc2013-03-08 20:45:121# 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.
4{
[email protected]d3b83bc2013-03-08 20:45:125 'conditions': [
spang386febf2015-03-10 18:01:076 ['use_x11==0', {
7 'variables': {
8 'command': [
9 '../testing/test_env.py',
10 '<(PRODUCT_DIR)/content_unittests<(EXECUTABLE_SUFFIX)',
11 '--brave-new-test-launcher',
12 '--test-launcher-bot-mode',
13 '--asan=<(asan)',
14 '--msan=<(msan)',
15 '--tsan=<(tsan)',
16 ],
17 },
18 }],
19 ['use_x11==1', {
20 'variables': {
21 'command': [
22 '../testing/xvfb.py',
23 '<(PRODUCT_DIR)',
24 '<(PRODUCT_DIR)/content_unittests<(EXECUTABLE_SUFFIX)',
25 '--brave-new-test-launcher',
26 '--test-launcher-bot-mode',
27 '--asan=<(asan)',
28 '--msan=<(msan)',
29 '--tsan=<(tsan)',
30 ],
31 'files': [
32 '../testing/xvfb.py',
33 '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)',
34 ],
35 },
36 }],
[email protected]bc63a8ec2013-07-13 04:43:5537 ['OS=="android" or OS=="linux" or OS=="mac" or OS=="win"', {
38 'variables': {
maruel82147542014-10-01 13:21:4239 'files': [
horo4bd0e012015-02-04 12:53:2540 '../net/data/ssl/certificates/',
[email protected]bc63a8ec2013-07-13 04:43:5541 '../media/test/data/',
[email protected]bc63a8ec2013-07-13 04:43:5542 'test/data/',
43 ],
44 },
45 }],
vivek.vg4aa5cfb2014-09-12 09:13:5346 ['OS=="android"', {
[email protected]bc63a8ec2013-07-13 04:43:5547 'variables': {
maruel82147542014-10-01 13:21:4248 'files': [
vivek.vg4aa5cfb2014-09-12 09:13:5349 '<(PRODUCT_DIR)/content_shell/assets/content_shell.pak',
50 ],
51 },
52 }],
vivek.vg968b94f2014-09-19 16:14:4853 ['OS=="linux" or OS=="mac" or OS=="win"', {
vivek.vg4aa5cfb2014-09-12 09:13:5354 'variables': {
maruel82147542014-10-01 13:21:4255 'files': [
vivek.vg4aa5cfb2014-09-12 09:13:5356 '<(PRODUCT_DIR)/content_shell.pak',
[email protected]bc63a8ec2013-07-13 04:43:5557 ],
58 },
59 }],
[email protected]062b7262013-10-22 19:59:0460 ['OS=="linux" or OS=="mac" or OS=="win"', {
61 'variables': {
maruel82147542014-10-01 13:21:4262 'files': [
[email protected]062b7262013-10-22 19:59:0463 '../testing/test_env.py',
[email protected]062b7262013-10-22 19:59:0464 ],
[email protected]062b7262013-10-22 19:59:0465 },
66 }],
Paweł Hajdan, Jr99ef9b482015-01-08 09:33:3867 ['OS=="linux"', {
[email protected]d3b83bc2013-03-08 20:45:1268 'variables': {
maruel82147542014-10-01 13:21:4269 'files': [
[email protected]4b967b82014-07-22 18:29:5170 '<(PRODUCT_DIR)/libosmesa.so',
John Abd-El-Malek4789b6a2014-09-25 00:27:5071 ],
72 },
73 }],
[email protected]d3b83bc2013-03-08 20:45:1274 ['OS=="mac"', {
75 'variables': {
maruel82147542014-10-01 13:21:4276 'files': [
[email protected]4b967b82014-07-22 18:29:5177 '<(PRODUCT_DIR)/osmesa.so',
[email protected]062b7262013-10-22 19:59:0478 ],
[email protected]40d0085e2013-04-04 23:05:1479 },
80 }],
[email protected]d3b83bc2013-03-08 20:45:1281 ['OS=="win"', {
82 'variables': {
maruel82147542014-10-01 13:21:4283 'files': [
[email protected]4b967b82014-07-22 18:29:5184 '<(PRODUCT_DIR)/osmesa.dll',
[email protected]d3b83bc2013-03-08 20:45:1285 ],
John Abd-El-Malek59e489092014-09-19 18:57:4286 },
87 }],
glider84d336d2015-02-10 13:17:2788 ['OS=="mac" and asan==1 and fastbuild==0', {
glider9d919342015-02-06 17:42:2789 'variables': {
90 'files': [
91 '<(PRODUCT_DIR)/content_unittests.dSYM/',
glider84d336d2015-02-10 13:17:2792 '<(PRODUCT_DIR)/osmesa.so.dSYM/',
glider9d919342015-02-06 17:42:2793 ],
94 },
95 }],
John Abd-El-Malek59e489092014-09-19 18:57:4296 ['OS=="win" and (fastbuild==0 or fastbuild==1)', {
97 'variables': {
maruel82147542014-10-01 13:21:4298 'files': [
[email protected]1ba312f2014-08-19 18:06:0999 '<(PRODUCT_DIR)/content_unittests.exe.pdb',
100 ],
[email protected]d3b83bc2013-03-08 20:45:12101 },
102 }],
103 ],
[email protected]31a88252014-01-16 05:21:53104 'includes': [
John Abd-El-Malekb71251a2014-09-25 21:49:56105 '../base/base.isolate',
baixo3a3c88a2014-10-28 11:52:21106 '../gin/v8.isolate',
kbrc148a712015-07-13 23:43:18107 '../ui/gl/gl.isolate',
[email protected]31a88252014-01-16 05:21:53108 ],
[email protected]d3b83bc2013-03-08 20:45:12109}