blob: c3a8b561e6b04a8dbb19ee4731d391136f84fcaa [file] [log] [blame]
nyquist0c86f532015-01-26 23:12:241# Copyright 2015 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{
nyquist0c86f532015-01-26 23:12:245 'conditions': [
spangc88a0ab2015-03-11 20:51:536 ['use_x11==0', {
nyquist0c86f532015-01-26 23:12:247 'variables': {
spangc88a0ab2015-03-11 20:51:538 'command': [
nyquist0c86f532015-01-26 23:12:249 '../testing/test_env.py',
10 '<(PRODUCT_DIR)/components_browsertests<(EXECUTABLE_SUFFIX)',
spangc88a0ab2015-03-11 20:51:5311 '--brave-new-test-launcher',
12 '--test-launcher-bot-mode',
13 '--asan=<(asan)',
14 '--msan=<(msan)',
15 '--tsan=<(tsan)',
nyquist0c86f532015-01-26 23:12:2416 ],
17 },
18 }],
spangc88a0ab2015-03-11 20:51:5319 ['use_x11==1', {
nyquist0c86f532015-01-26 23:12:2420 'variables': {
21 'command': [
22 '../testing/xvfb.py',
23 '<(PRODUCT_DIR)',
24 '<(PRODUCT_DIR)/components_browsertests',
25 '--brave-new-test-launcher',
26 '--test-launcher-bot-mode',
27 '--asan=<(asan)',
earthdokeeb065302015-02-04 18:18:0428 '--msan=<(msan)',
29 '--tsan=<(tsan)',
nyquist0c86f532015-01-26 23:12:2430 ],
31 'files': [
32 '../testing/xvfb.py',
nyquist0c86f532015-01-26 23:12:2433 '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)',
34 ],
35 },
36 }],
spangc88a0ab2015-03-11 20:51:5337 ['OS=="linux" or OS=="mac" or OS=="win"', {
nyquist0c86f532015-01-26 23:12:2438 'variables': {
spangc88a0ab2015-03-11 20:51:5339 'files': [
nyquist0c86f532015-01-26 23:12:2440 '../testing/test_env.py',
spangc88a0ab2015-03-11 20:51:5341 ],
42 },
43 }],
jaekyun4ba34ff2015-04-23 04:22:4844 ['OS=="android" or OS=="linux" or OS=="mac" or OS=="win"', {
45 'variables': {
46 'files': [
47 'test/data/',
wychen6349c062015-04-25 01:03:4648 'dom_distiller/core/javascript/',
jaekyun4ba34ff2015-04-23 04:22:4849 '../third_party/dom_distiller_js/dist/test/data/',
pkotwicz93fa232b2015-11-11 17:55:0750 '<(PRODUCT_DIR)/components_tests_resources.pak',
51 '<(PRODUCT_DIR)/content_shell.pak',
jaekyun4ba34ff2015-04-23 04:22:4852 ],
53 },
54 }],
spangc88a0ab2015-03-11 20:51:5355 ['OS=="linux"', {
56 'variables': {
57 'files': [
58 '<(PRODUCT_DIR)/libosmesa.so',
nyquist0c86f532015-01-26 23:12:2459 ],
60 },
61 }],
62 ['OS=="mac"', {
63 'variables': {
64 'files': [
65 '<(PRODUCT_DIR)/Content Shell.app/',
66 ],
67 },
68 }],
glider84d336d2015-02-10 13:17:2769 ['OS=="mac" and asan==1 and fastbuild==0', {
70 'variables': {
71 'files': [
72 '<(PRODUCT_DIR)/Content Shell Framework.framework.dSYM/',
73 '<(PRODUCT_DIR)/Content Shell Helper.app.dSYM/',
74 '<(PRODUCT_DIR)/Content Shell.app.dSYM/',
75 '<(PRODUCT_DIR)/components_browsertests.dSYM/',
76 ],
77 },
78 }],
nyquist0c86f532015-01-26 23:12:2479 ],
jmadill29fda8632015-03-18 22:45:2280 'includes': [
81 '../base/base.isolate',
82 '../gin/v8.isolate',
kbrc148a712015-07-13 23:43:1883 '../ui/gl/gl.isolate',
jmadill29fda8632015-03-18 22:45:2284 ],
nyquist0c86f532015-01-26 23:12:2485}