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

Side by Side Diff: media/media.gyp

Issue 1032323003: media: unittests: depend on xdisplaycheck for isolate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nits Created 5 years, 9 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/BUILD.gn ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # 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 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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 # Override to dynamically link the cras (ChromeOS audio) library. 8 # Override to dynamically link the cras (ChromeOS audio) library.
9 'use_cras%': 0, 9 'use_cras%': 0,
10 # Option e.g. for Linux distributions to link pulseaudio directly 10 # Option e.g. for Linux distributions to link pulseaudio directly
(...skipping 1403 matching lines...) Expand 10 before | Expand all | Expand 10 after
1414 'sources': [ 1414 'sources': [
1415 'midi/midi_manager_mac_unittest.cc', 1415 'midi/midi_manager_mac_unittest.cc',
1416 'video/capture/mac/video_capture_device_factory_mac_unittest.mm', 1416 'video/capture/mac/video_capture_device_factory_mac_unittest.mm',
1417 ] 1417 ]
1418 }], 1418 }],
1419 ['use_alsa==1', { 1419 ['use_alsa==1', {
1420 'sources': [ 1420 'sources': [
1421 'midi/midi_manager_alsa_unittest.cc', 1421 'midi/midi_manager_alsa_unittest.cc',
1422 ] 1422 ]
1423 }], 1423 }],
1424 ['use_x11==1', {
1425 'dependencies': [
1426 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1427 ],
1428 }],
1424 ], 1429 ],
1425 }, 1430 },
1426 { 1431 {
1427 # GN version: //media:media_perftests 1432 # GN version: //media:media_perftests
1428 'target_name': 'media_perftests', 1433 'target_name': 'media_perftests',
1429 'type': '<(gtest_target_type)', 1434 'type': '<(gtest_target_type)',
1430 'dependencies': [ 1435 'dependencies': [
1431 '../base/base.gyp:test_support_base', 1436 '../base/base.gyp:test_support_base',
1432 '../testing/gmock.gyp:gmock', 1437 '../testing/gmock.gyp:gmock',
1433 '../testing/gtest.gyp:gtest', 1438 '../testing/gtest.gyp:gtest',
(...skipping 532 matching lines...) Expand 10 before | Expand all | Expand 10 after
1966 '../build/isolate.gypi', 1971 '../build/isolate.gypi',
1967 ], 1972 ],
1968 'sources': [ 1973 'sources': [
1969 'media_unittests.isolate', 1974 'media_unittests.isolate',
1970 ], 1975 ],
1971 }, 1976 },
1972 ], 1977 ],
1973 }], 1978 }],
1974 ], 1979 ],
1975 } 1980 }
OLDNEW
« no previous file with comments | « media/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698