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

Side by Side Diff: media/media.gyp

Issue 1184473002: Add support for the audio-output-device switching IPC mechanism to the renderer lower layers (media… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix build dependencies for audio_unittests Created 5 years, 6 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/blink/webaudiosourceprovider_impl.cc ('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 1450 matching lines...) Expand 10 before | Expand all | Expand 10 after
1461 # hardware separately on GPU bots. media_unittests includes these too. 1461 # hardware separately on GPU bots. media_unittests includes these too.
1462 'target_name': 'audio_unittests', 1462 'target_name': 'audio_unittests',
1463 'type': '<(gtest_target_type)', 1463 'type': '<(gtest_target_type)',
1464 'dependencies': [ 1464 'dependencies': [
1465 'audio_test_config', 1465 'audio_test_config',
1466 'media_test_support', 1466 'media_test_support',
1467 '../base/base.gyp:test_support_base', 1467 '../base/base.gyp:test_support_base',
1468 '../testing/gmock.gyp:gmock', 1468 '../testing/gmock.gyp:gmock',
1469 '../testing/gtest.gyp:gtest', 1469 '../testing/gtest.gyp:gtest',
1470 '../ui/gfx/gfx.gyp:gfx_test_support', 1470 '../ui/gfx/gfx.gyp:gfx_test_support',
1471 '../url/url.gyp:url_lib',
1471 ], 1472 ],
1472 'sources': [ 1473 'sources': [
1473 'base/run_all_unittests.cc', 1474 'base/run_all_unittests.cc',
1474 ], 1475 ],
1475 }, 1476 },
1476 { 1477 {
1477 # GN versions (it is split apart): //media:test_support, 1478 # GN versions (it is split apart): //media:test_support,
1478 # //media/base:test_support, and //media/audio:test_support 1479 # //media/base:test_support, and //media/audio:test_support
1479 'target_name': 'media_test_support', 1480 'target_name': 'media_test_support',
1480 'type': 'static_library', 1481 'type': 'static_library',
(...skipping 472 matching lines...) Expand 10 before | Expand all | Expand 10 after
1953 'dependencies': [ 1954 'dependencies': [
1954 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1955 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1955 ], 1956 ],
1956 }], 1957 }],
1957 ], 1958 ],
1958 }, 1959 },
1959 ], 1960 ],
1960 }], 1961 }],
1961 ], 1962 ],
1962 } 1963 }
OLDNEW
« no previous file with comments | « media/blink/webaudiosourceprovider_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698