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

Side by Side Diff: media/media.gyp

Issue 1908423006: Allow content embedders to create AudioManager. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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
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 1415 matching lines...) Expand 10 before | Expand all | Expand 10 after
1426 }, 1426 },
1427 { 1427 {
1428 # GN version: //media/audio:unittests 1428 # GN version: //media/audio:unittests
1429 # For including the sources and configs in multiple test targets. 1429 # For including the sources and configs in multiple test targets.
1430 'target_name': 'audio_test_config', 1430 'target_name': 'audio_test_config',
1431 'type': 'none', 1431 'type': 'none',
1432 'direct_dependent_settings': { 1432 'direct_dependent_settings': {
1433 'sources': [ 1433 'sources': [
1434 'audio/audio_input_controller_unittest.cc', 1434 'audio/audio_input_controller_unittest.cc',
1435 'audio/audio_input_unittest.cc', 1435 'audio/audio_input_unittest.cc',
1436 'audio/audio_manager_factory_unittest.cc',
1437 'audio/audio_manager_unittest.cc', 1436 'audio/audio_manager_unittest.cc',
1438 'audio/audio_output_controller_unittest.cc', 1437 'audio/audio_output_controller_unittest.cc',
1439 'audio/audio_output_device_unittest.cc', 1438 'audio/audio_output_device_unittest.cc',
1440 'audio/audio_output_proxy_unittest.cc', 1439 'audio/audio_output_proxy_unittest.cc',
1441 'audio/audio_power_monitor_unittest.cc', 1440 'audio/audio_power_monitor_unittest.cc',
1442 'audio/audio_streams_tracker_unittest.cc', 1441 'audio/audio_streams_tracker_unittest.cc',
1443 'audio/fake_audio_worker_unittest.cc', 1442 'audio/fake_audio_worker_unittest.cc',
1444 'audio/simple_sources_unittest.cc', 1443 'audio/simple_sources_unittest.cc',
1445 'audio/virtual_audio_input_stream_unittest.cc', 1444 'audio/virtual_audio_input_stream_unittest.cc',
1446 'audio/virtual_audio_output_stream_unittest.cc', 1445 'audio/virtual_audio_output_stream_unittest.cc',
(...skipping 628 matching lines...) Expand 10 before | Expand all | Expand 10 after
2075 'dependencies': [ 2074 'dependencies': [
2076 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2075 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2077 ], 2076 ],
2078 }], 2077 }],
2079 ], 2078 ],
2080 }, 2079 },
2081 ], 2080 ],
2082 }], 2081 }],
2083 ], 2082 ],
2084 } 2083 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698