Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(580)

Side by Side Diff: media/media_unittests.isolate

Issue 851123004: Revert of Swarm media_unittests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « media/media.gyp ('k') | testing/buildbot/chromium.linux.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 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 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 { 4 {
5 'includes': [ 5 'includes': [
6 '../base/base.isolate', 6 '../base/base.isolate',
7 ], 7 ],
8 'conditions': [ 8 'conditions': [
9 ['OS=="linux" or OS=="mac" or OS=="win"', { 9 ['OS=="android" or OS=="linux" or OS=="mac" or OS=="win"', {
10 'variables': { 10 'variables': {
11 'files': [ 11 'files': [
12 'test/data/', 12 'test/data/',
13 '../testing/test_env.py', 13 ],
14 },
15 }],
16 ['OS=="linux" or OS=="mac" or OS=="win"', {
17 'variables': {
18 'command': [
14 '<(PRODUCT_DIR)/media_unittests<(EXECUTABLE_SUFFIX)', 19 '<(PRODUCT_DIR)/media_unittests<(EXECUTABLE_SUFFIX)',
15 ], 20 ],
21 'files': [
22 '<(PRODUCT_DIR)/media_unittests<(EXECUTABLE_SUFFIX)',
23 ],
24 },
25 }],
26 # TODO(jmadill): should be automatic. http://crbug.com/418146
27 ['OS=="win"', {
28 'variables': {
29 'files': [
30 '<(PRODUCT_DIR)/ffmpegsumo.dll',
31 ],
32 },
33 }],
34 ['OS=="mac"', {
35 'variables': {
36 'files': [
37 '<(PRODUCT_DIR)/ffmpegsumo.so',
38 ],
16 }, 39 },
17 }], 40 }],
18 ['OS=="linux"', { 41 ['OS=="linux"', {
19 'variables': { 42 'variables': {
20 'command': [
21 '../testing/xvfb.py',
22 '<(PRODUCT_DIR)',
23 '<(PRODUCT_DIR)/media_unittests',
24 '--brave-new-test-launcher',
25 '--test-launcher-bot-mode',
26 '--asan=<(asan)',
27 '--lsan=<(lsan)',
28 ],
29 'files': [ 43 'files': [
30 '../testing/xvfb.py',
31 '<(PRODUCT_DIR)/libffmpegsumo.so', 44 '<(PRODUCT_DIR)/libffmpegsumo.so',
32 '<(PRODUCT_DIR)/xdisplaycheck',
33 ], 45 ],
34 }, 46 },
35 }], 47 }],
36 ['OS=="mac"', {
37 'variables': {
38 'command': [
39 '../testing/test_env.py',
40 '<(PRODUCT_DIR)/media_unittests',
41 '--brave-new-test-launcher',
42 '--test-launcher-bot-mode',
43 '--asan=<(asan)',
44 '--lsan=<(lsan)',
45 ],
46 'files': [
47 '<(PRODUCT_DIR)/ffmpegsumo.so',
48 ],
49 },
50 }],
51 ['OS=="win"', {
52 'variables': {
53 'command': [
54 '../testing/test_env.py',
55 '<(PRODUCT_DIR)/media_unittests.exe',
56 '--brave-new-test-launcher',
57 '--test-launcher-bot-mode',
58 '--asan=<(asan)',
59 '--lsan=<(lsan)',
60 ],
61 'files': [
62 '<(PRODUCT_DIR)/ffmpegsumo.dll',
63 ],
64 },
65 }],
66 ['OS=="win" and (fastbuild==0 or fastbuild==1)', {
67 'variables': {
68 'files': [
69 '<(PRODUCT_DIR)/media_unittests.exe.pdb',
70 ],
71 },
72 }],
73 ], 48 ],
74 } 49 }
OLDNEW
« no previous file with comments | « media/media.gyp ('k') | testing/buildbot/chromium.linux.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698