cc: Remove tile and scale specific code from raster source
[chromium-blink-merge.git] / media / media_unittests.isolate
blobcea8c33f800c756d18a1f542f17af717eed8a092
1 # Copyright 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   'includes': [
6     '../base/base.isolate',
7   ],
8   'conditions': [
9     ['OS=="android" or OS=="linux" or OS=="mac" or OS=="win"', {
10       'variables': {
11         'files': [
12           'test/data/',
13         ],
14       },
15     }],
16     ['OS=="linux" or OS=="mac" or OS=="win"', {
17       'variables': {
18         'files': [
19           '../testing/test_env.py',
20           '<(PRODUCT_DIR)/media_unittests<(EXECUTABLE_SUFFIX)',
21         ],
22       },
23     }],
24     ['OS=="linux"', {
25       'variables': {
26         'command': [
27           '../testing/xvfb.py',
28           '<(PRODUCT_DIR)',
29           '<(PRODUCT_DIR)/media_unittests',
30           '--brave-new-test-launcher',
31           '--test-launcher-bot-mode',
32           '--asan=<(asan)',
33           '--lsan=<(lsan)',
34         ],
35         'files': [
36           '../testing/xvfb.py',
37           '<(PRODUCT_DIR)/libffmpegsumo.so',
38           '<(PRODUCT_DIR)/xdisplaycheck',
39         ],
40       },
41     }],
42     ['OS=="mac"', {
43       'variables': {
44         'command': [
45           '../testing/test_env.py',
46           '<(PRODUCT_DIR)/media_unittests',
47           '--brave-new-test-launcher',
48           '--test-launcher-bot-mode',
49           '--asan=<(asan)',
50           '--lsan=<(lsan)',
51         ],
52         'files': [
53           '<(PRODUCT_DIR)/ffmpegsumo.so',
54         ],
55       },
56     }],
57     ['OS=="win"', {
58       'variables': {
59         'command': [
60           '../testing/test_env.py',
61           '<(PRODUCT_DIR)/media_unittests.exe',
62           '--brave-new-test-launcher',
63           '--test-launcher-bot-mode',
64           '--asan=<(asan)',
65           '--lsan=<(lsan)',
66         ],
67         'files': [
68           '<(PRODUCT_DIR)/ffmpegsumo.dll',
69         ],
70       },
71     }],
72     ['OS=="win" and (fastbuild==0 or fastbuild==1)', {
73       'variables': {
74         'files': [
75           '<(PRODUCT_DIR)/media_unittests.exe.pdb',
76         ],
77       },
78     }],
79   ],