blob: b1c270ca89d8f948f0fbc51bc0a4ef609af2ff6d [file] [log] [blame]
[email protected]256f4bd2012-04-12 01:59:291# Copyright (c) 2012 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]256f4bd2012-04-12 01:59:295 'conditions': [
spang386febf2015-03-10 18:01:076 ['use_x11==0', {
[email protected]81cc08b5a2013-06-29 13:00:457 'variables': {
spang386febf2015-03-10 18:01:078 'command': [
9 '../testing/test_env.py',
10 '<(PRODUCT_DIR)/base_unittests<(EXECUTABLE_SUFFIX)',
11 '--brave-new-test-launcher',
12 '--test-launcher-bot-mode',
13 '--asan=<(asan)',
14 '--msan=<(msan)',
15 '--tsan=<(tsan)',
[email protected]81cc08b5a2013-06-29 13:00:4516 ],
17 },
18 }],
spang386febf2015-03-10 18:01:0719 ['use_x11==1', {
[email protected]256f4bd2012-04-12 01:59:2920 'variables': {
[email protected]fa0cadc12012-06-18 18:51:0921 'command': [
22 '../testing/xvfb.py',
[email protected]961f03c2012-06-18 19:32:5523 '<(PRODUCT_DIR)',
[email protected]fa0cadc12012-06-18 18:51:0924 '<(PRODUCT_DIR)/base_unittests<(EXECUTABLE_SUFFIX)',
[email protected]0f798932013-10-28 21:54:5425 '--brave-new-test-launcher',
[email protected]e47f69302013-11-13 20:23:4426 '--test-launcher-bot-mode',
John Abd-El-Malek4569c422014-10-09 05:10:5327 '--asan=<(asan)',
earthdokeeb065302015-02-04 18:18:0428 '--msan=<(msan)',
29 '--tsan=<(tsan)',
[email protected]fa0cadc12012-06-18 18:51:0930 ],
maruel82147542014-10-01 13:21:4231 'files': [
[email protected]256f4bd2012-04-12 01:59:2932 '../testing/xvfb.py',
spang386febf2015-03-10 18:01:0733 '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)',
Paweł Hajdan, Jr99ef9b482015-01-08 09:33:3834 ],
35 },
36 }],
spang386febf2015-03-10 18:01:0737 ['OS=="android" or OS=="linux" or OS=="mac" or OS=="win"', {
Paweł Hajdan, Jr99ef9b482015-01-08 09:33:3838 'variables': {
39 'files': [
spang386febf2015-03-10 18:01:0740 'test/data/',
[email protected]256f4bd2012-04-12 01:59:2941 ],
[email protected]256f4bd2012-04-12 01:59:2942 },
[email protected]40d0085e2013-04-04 23:05:1443 }],
44 ['OS=="linux" or OS=="mac" or OS=="win"', {
45 'variables': {
maruel82147542014-10-01 13:21:4246 'files': [
[email protected]40d0085e2013-04-04 23:05:1447 '../testing/test_env.py',
[email protected]40d0085e2013-04-04 23:05:1448 '<(PRODUCT_DIR)/base_unittests<(EXECUTABLE_SUFFIX)',
49 ],
[email protected]8d34a772014-01-16 00:59:5450 'read_only': 1,
[email protected]40d0085e2013-04-04 23:05:1451 },
52 }],
icoolidge9a4f22d2015-04-07 19:28:0953 ['OS=="linux"', {
54 'variables': {
55 'files': [
56 '<(PRODUCT_DIR)/lib/libmalloc_wrapper.so',
57 ],
58 },
59 }],
glider84d336d2015-02-10 13:17:2760 ['OS=="mac" and asan==1 and fastbuild==0', {
glider9d919342015-02-06 17:42:2761 'variables': {
62 'files': [
63 '<(PRODUCT_DIR)/base_unittests.dSYM/',
64 ],
65 },
66 }],
John Abd-El-Malek59e489092014-09-19 18:57:4267 ['OS=="win" and (fastbuild==0 or fastbuild==1)', {
[email protected]3a71f6522014-05-09 03:39:2868 'variables': {
maruel82147542014-10-01 13:21:4269 'files': [
[email protected]1ba312f2014-08-19 18:06:0970 '<(PRODUCT_DIR)/base_unittests.exe.pdb',
71 ],
[email protected]3a71f6522014-05-09 03:39:2872 },
73 }],
[email protected]256f4bd2012-04-12 01:59:2974 ],
[email protected]31a88252014-01-16 05:21:5375 'includes': [
[email protected]c9ea7912014-01-22 09:05:5976 'base.isolate',
[email protected]31a88252014-01-16 05:21:5377 ],
[email protected]256f4bd2012-04-12 01:59:2978}