| 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 314 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 325 'base/media_log.h', | 325 'base/media_log.h', |
| 326 'base/media_log_event.h', | 326 'base/media_log_event.h', |
| 327 'base/media_permission.cc', | 327 'base/media_permission.cc', |
| 328 'base/media_permission.h', | 328 'base/media_permission.h', |
| 329 'base/media_posix.cc', | 329 'base/media_posix.cc', |
| 330 'base/media_switches.cc', | 330 'base/media_switches.cc', |
| 331 'base/media_switches.h', | 331 'base/media_switches.h', |
| 332 'base/media_win.cc', | 332 'base/media_win.cc', |
| 333 'base/multi_channel_resampler.cc', | 333 'base/multi_channel_resampler.cc', |
| 334 'base/multi_channel_resampler.h', | 334 'base/multi_channel_resampler.h', |
| 335 'base/null_video_sink.cc', |
| 336 'base/null_video_sink.h', |
| 335 'base/pipeline.cc', | 337 'base/pipeline.cc', |
| 336 'base/pipeline.h', | 338 'base/pipeline.h', |
| 337 'base/pipeline_status.h', | 339 'base/pipeline_status.h', |
| 338 'base/player_tracker.cc', | 340 'base/player_tracker.cc', |
| 339 'base/player_tracker.h', | 341 'base/player_tracker.h', |
| 340 'base/ranges.cc', | 342 'base/ranges.cc', |
| 341 'base/ranges.h', | 343 'base/ranges.h', |
| 342 'base/renderer.cc', | 344 'base/renderer.cc', |
| 343 'base/renderer.h', | 345 'base/renderer.h', |
| 344 'base/renderer_factory.cc', | 346 'base/renderer_factory.cc', |
| (...skipping 859 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1204 'base/container_names_unittest.cc', | 1206 'base/container_names_unittest.cc', |
| 1205 'base/data_buffer_unittest.cc', | 1207 'base/data_buffer_unittest.cc', |
| 1206 'base/decoder_buffer_queue_unittest.cc', | 1208 'base/decoder_buffer_queue_unittest.cc', |
| 1207 'base/decoder_buffer_unittest.cc', | 1209 'base/decoder_buffer_unittest.cc', |
| 1208 'base/djb2_unittest.cc', | 1210 'base/djb2_unittest.cc', |
| 1209 'base/gmock_callback_support_unittest.cc', | 1211 'base/gmock_callback_support_unittest.cc', |
| 1210 'base/key_systems_unittest.cc', | 1212 'base/key_systems_unittest.cc', |
| 1211 'base/mac/video_frame_mac_unittests.cc', | 1213 'base/mac/video_frame_mac_unittests.cc', |
| 1212 'base/media_file_checker_unittest.cc', | 1214 'base/media_file_checker_unittest.cc', |
| 1213 'base/multi_channel_resampler_unittest.cc', | 1215 'base/multi_channel_resampler_unittest.cc', |
| 1216 'base/null_video_sink_unittest.cc', |
| 1214 'base/pipeline_unittest.cc', | 1217 'base/pipeline_unittest.cc', |
| 1215 'base/ranges_unittest.cc', | 1218 'base/ranges_unittest.cc', |
| 1216 'base/run_all_unittests.cc', | 1219 'base/run_all_unittests.cc', |
| 1217 'base/seekable_buffer_unittest.cc', | 1220 'base/seekable_buffer_unittest.cc', |
| 1218 'base/serial_runner_unittest.cc', | 1221 'base/serial_runner_unittest.cc', |
| 1219 'base/sinc_resampler_unittest.cc', | 1222 'base/sinc_resampler_unittest.cc', |
| 1220 'base/stream_parser_unittest.cc', | 1223 'base/stream_parser_unittest.cc', |
| 1221 'base/text_ranges_unittest.cc', | 1224 'base/text_ranges_unittest.cc', |
| 1222 'base/text_renderer_unittest.cc', | 1225 'base/text_renderer_unittest.cc', |
| 1223 'base/time_delta_interpolator_unittest.cc', | 1226 'base/time_delta_interpolator_unittest.cc', |
| (...skipping 731 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1955 '../build/isolate.gypi', | 1958 '../build/isolate.gypi', |
| 1956 ], | 1959 ], |
| 1957 'sources': [ | 1960 'sources': [ |
| 1958 'media_unittests.isolate', | 1961 'media_unittests.isolate', |
| 1959 ], | 1962 ], |
| 1960 }, | 1963 }, |
| 1961 ], | 1964 ], |
| 1962 }], | 1965 }], |
| 1963 ], | 1966 ], |
| 1964 } | 1967 } |
| OLD | NEW |