| OLD | NEW |
| 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 1124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1135 'base/audio_block_fifo_unittest.cc', | 1135 'base/audio_block_fifo_unittest.cc', |
| 1136 'base/audio_buffer_converter_unittest.cc', | 1136 'base/audio_buffer_converter_unittest.cc', |
| 1137 'base/audio_buffer_queue_unittest.cc', | 1137 'base/audio_buffer_queue_unittest.cc', |
| 1138 'base/audio_buffer_unittest.cc', | 1138 'base/audio_buffer_unittest.cc', |
| 1139 'base/audio_bus_unittest.cc', | 1139 'base/audio_bus_unittest.cc', |
| 1140 'base/audio_converter_unittest.cc', | 1140 'base/audio_converter_unittest.cc', |
| 1141 'base/audio_discard_helper_unittest.cc', | 1141 'base/audio_discard_helper_unittest.cc', |
| 1142 'base/audio_fifo_unittest.cc', | 1142 'base/audio_fifo_unittest.cc', |
| 1143 'base/audio_hardware_config_unittest.cc', | 1143 'base/audio_hardware_config_unittest.cc', |
| 1144 'base/audio_hash_unittest.cc', | 1144 'base/audio_hash_unittest.cc', |
| 1145 'base/audio_parameters_unittest.cc', |
| 1146 'base/audio_point_unittest.cc', |
| 1145 'base/audio_pull_fifo_unittest.cc', | 1147 'base/audio_pull_fifo_unittest.cc', |
| 1146 'base/audio_push_fifo_unittest.cc', | 1148 'base/audio_push_fifo_unittest.cc', |
| 1147 'base/audio_renderer_mixer_input_unittest.cc', | 1149 'base/audio_renderer_mixer_input_unittest.cc', |
| 1148 'base/audio_renderer_mixer_unittest.cc', | 1150 'base/audio_renderer_mixer_unittest.cc', |
| 1149 'base/audio_shifter_unittest.cc', | 1151 'base/audio_shifter_unittest.cc', |
| 1150 'base/audio_splicer_unittest.cc', | 1152 'base/audio_splicer_unittest.cc', |
| 1151 'base/audio_timestamp_helper_unittest.cc', | 1153 'base/audio_timestamp_helper_unittest.cc', |
| 1152 'base/audio_video_metadata_extractor_unittest.cc', | 1154 'base/audio_video_metadata_extractor_unittest.cc', |
| 1153 'base/bind_to_current_loop_unittest.cc', | 1155 'base/bind_to_current_loop_unittest.cc', |
| 1154 'base/bit_reader_unittest.cc', | 1156 'base/bit_reader_unittest.cc', |
| (...skipping 274 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1429 'type': 'none', | 1431 'type': 'none', |
| 1430 'direct_dependent_settings': { | 1432 'direct_dependent_settings': { |
| 1431 'sources': [ | 1433 'sources': [ |
| 1432 'audio/audio_input_controller_unittest.cc', | 1434 'audio/audio_input_controller_unittest.cc', |
| 1433 'audio/audio_input_unittest.cc', | 1435 'audio/audio_input_unittest.cc', |
| 1434 'audio/audio_manager_factory_unittest.cc', | 1436 'audio/audio_manager_factory_unittest.cc', |
| 1435 'audio/audio_manager_unittest.cc', | 1437 'audio/audio_manager_unittest.cc', |
| 1436 'audio/audio_output_controller_unittest.cc', | 1438 'audio/audio_output_controller_unittest.cc', |
| 1437 'audio/audio_output_device_unittest.cc', | 1439 'audio/audio_output_device_unittest.cc', |
| 1438 'audio/audio_output_proxy_unittest.cc', | 1440 'audio/audio_output_proxy_unittest.cc', |
| 1439 'audio/audio_parameters_unittest.cc', | |
| 1440 'audio/audio_power_monitor_unittest.cc', | 1441 'audio/audio_power_monitor_unittest.cc', |
| 1441 'audio/audio_streams_tracker_unittest.cc', | 1442 'audio/audio_streams_tracker_unittest.cc', |
| 1442 'audio/fake_audio_worker_unittest.cc', | 1443 'audio/fake_audio_worker_unittest.cc', |
| 1443 'audio/point_unittest.cc', | |
| 1444 'audio/simple_sources_unittest.cc', | 1444 'audio/simple_sources_unittest.cc', |
| 1445 'audio/virtual_audio_input_stream_unittest.cc', | 1445 'audio/virtual_audio_input_stream_unittest.cc', |
| 1446 'audio/virtual_audio_output_stream_unittest.cc', | 1446 'audio/virtual_audio_output_stream_unittest.cc', |
| 1447 ], | 1447 ], |
| 1448 'conditions': [ | 1448 'conditions': [ |
| 1449 # TODO(wolenetz): Fix size_t to int truncations in win64. See | 1449 # TODO(wolenetz): Fix size_t to int truncations in win64. See |
| 1450 # http://crbug.com/171009 | 1450 # http://crbug.com/171009 |
| 1451 ['OS=="win" and target_arch=="x64"', { | 1451 ['OS=="win" and target_arch=="x64"', { |
| 1452 'msvs_disabled_warnings': [ 4267, ], | 1452 'msvs_disabled_warnings': [ 4267, ], |
| 1453 }], | 1453 }], |
| (...skipping 621 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2075 'dependencies': [ | 2075 'dependencies': [ |
| 2076 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2076 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2077 ], | 2077 ], |
| 2078 }], | 2078 }], |
| 2079 ], | 2079 ], |
| 2080 }, | 2080 }, |
| 2081 ], | 2081 ], |
| 2082 }], | 2082 }], |
| 2083 ], | 2083 ], |
| 2084 } | 2084 } |
| OLD | NEW |