| 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 318 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 329 'base/text_cue.h', | 329 'base/text_cue.h', |
| 330 'base/text_ranges.cc', | 330 'base/text_ranges.cc', |
| 331 'base/text_ranges.h', | 331 'base/text_ranges.h', |
| 332 'base/text_renderer.cc', | 332 'base/text_renderer.cc', |
| 333 'base/text_renderer.h', | 333 'base/text_renderer.h', |
| 334 'base/text_track.h', | 334 'base/text_track.h', |
| 335 'base/text_track_config.cc', | 335 'base/text_track_config.cc', |
| 336 'base/text_track_config.h', | 336 'base/text_track_config.h', |
| 337 'base/time_delta_interpolator.cc', | 337 'base/time_delta_interpolator.cc', |
| 338 'base/time_delta_interpolator.h', | 338 'base/time_delta_interpolator.h', |
| 339 'base/time_source.h', |
| 339 'base/user_input_monitor.cc', | 340 'base/user_input_monitor.cc', |
| 340 'base/user_input_monitor.h', | 341 'base/user_input_monitor.h', |
| 341 'base/user_input_monitor_linux.cc', | 342 'base/user_input_monitor_linux.cc', |
| 342 'base/user_input_monitor_mac.cc', | 343 'base/user_input_monitor_mac.cc', |
| 343 'base/user_input_monitor_win.cc', | 344 'base/user_input_monitor_win.cc', |
| 344 'base/video_decoder.cc', | 345 'base/video_decoder.cc', |
| 345 'base/video_decoder.h', | 346 'base/video_decoder.h', |
| 346 'base/video_decoder_config.cc', | 347 'base/video_decoder_config.cc', |
| 347 'base/video_decoder_config.h', | 348 'base/video_decoder_config.h', |
| 348 'base/video_frame.cc', | 349 'base/video_frame.cc', |
| 349 'base/video_frame.h', | 350 'base/video_frame.h', |
| 350 'base/video_frame_pool.cc', | 351 'base/video_frame_pool.cc', |
| 351 'base/video_frame_pool.h', | 352 'base/video_frame_pool.h', |
| 352 'base/video_renderer.cc', | 353 'base/video_renderer.cc', |
| 353 'base/video_renderer.h', | 354 'base/video_renderer.h', |
| 354 'base/video_rotation.h', | 355 'base/video_rotation.h', |
| 355 'base/video_util.cc', | 356 'base/video_util.cc', |
| 356 'base/video_util.h', | 357 'base/video_util.h', |
| 357 'base/yuv_convert.cc', | 358 'base/yuv_convert.cc', |
| 358 'base/yuv_convert.h', | 359 'base/yuv_convert.h', |
| 360 'base/wall_clock_time_source.cc', |
| 361 'base/wall_clock_time_source.h', |
| 359 'cdm/aes_decryptor.cc', | 362 'cdm/aes_decryptor.cc', |
| 360 'cdm/aes_decryptor.h', | 363 'cdm/aes_decryptor.h', |
| 361 'cdm/json_web_key.cc', | 364 'cdm/json_web_key.cc', |
| 362 'cdm/json_web_key.h', | 365 'cdm/json_web_key.h', |
| 363 'cdm/key_system_names.cc', | 366 'cdm/key_system_names.cc', |
| 364 'cdm/key_system_names.h', | 367 'cdm/key_system_names.h', |
| 365 'cdm/player_tracker_impl.cc', | 368 'cdm/player_tracker_impl.cc', |
| 366 'cdm/player_tracker_impl.h', | 369 'cdm/player_tracker_impl.h', |
| 367 'ffmpeg/ffmpeg_common.cc', | 370 'ffmpeg/ffmpeg_common.cc', |
| 368 'ffmpeg/ffmpeg_common.h', | 371 'ffmpeg/ffmpeg_common.h', |
| (...skipping 733 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1102 'base/stream_parser_unittest.cc', | 1105 'base/stream_parser_unittest.cc', |
| 1103 'base/text_ranges_unittest.cc', | 1106 'base/text_ranges_unittest.cc', |
| 1104 'base/text_renderer_unittest.cc', | 1107 'base/text_renderer_unittest.cc', |
| 1105 'base/time_delta_interpolator_unittest.cc', | 1108 'base/time_delta_interpolator_unittest.cc', |
| 1106 'base/user_input_monitor_unittest.cc', | 1109 'base/user_input_monitor_unittest.cc', |
| 1107 'base/vector_math_testing.h', | 1110 'base/vector_math_testing.h', |
| 1108 'base/vector_math_unittest.cc', | 1111 'base/vector_math_unittest.cc', |
| 1109 'base/video_frame_unittest.cc', | 1112 'base/video_frame_unittest.cc', |
| 1110 'base/video_frame_pool_unittest.cc', | 1113 'base/video_frame_pool_unittest.cc', |
| 1111 'base/video_util_unittest.cc', | 1114 'base/video_util_unittest.cc', |
| 1115 'base/wall_clock_time_source_unittest.cc', |
| 1112 'base/yuv_convert_unittest.cc', | 1116 'base/yuv_convert_unittest.cc', |
| 1113 'cdm/aes_decryptor_unittest.cc', | 1117 'cdm/aes_decryptor_unittest.cc', |
| 1114 'cdm/json_web_key_unittest.cc', | 1118 'cdm/json_web_key_unittest.cc', |
| 1115 'ffmpeg/ffmpeg_common_unittest.cc', | 1119 'ffmpeg/ffmpeg_common_unittest.cc', |
| 1116 'filters/audio_clock_unittest.cc', | 1120 'filters/audio_clock_unittest.cc', |
| 1117 'filters/audio_decoder_unittest.cc', | 1121 'filters/audio_decoder_unittest.cc', |
| 1118 'filters/audio_decoder_selector_unittest.cc', | 1122 'filters/audio_decoder_selector_unittest.cc', |
| 1119 'filters/audio_file_reader_unittest.cc', | 1123 'filters/audio_file_reader_unittest.cc', |
| 1120 'filters/audio_renderer_algorithm_unittest.cc', | 1124 'filters/audio_renderer_algorithm_unittest.cc', |
| 1121 'filters/audio_renderer_impl_unittest.cc', | 1125 'filters/audio_renderer_impl_unittest.cc', |
| (...skipping 635 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1757 ], | 1761 ], |
| 1758 }], | 1762 }], |
| 1759 ], | 1763 ], |
| 1760 }], | 1764 }], |
| 1761 ], | 1765 ], |
| 1762 }, | 1766 }, |
| 1763 ], | 1767 ], |
| 1764 }], | 1768 }], |
| 1765 ], | 1769 ], |
| 1766 } | 1770 } |
| OLD | NEW |