| 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 285 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 296 'base/simd/filter_yuv.h', | 296 'base/simd/filter_yuv.h', |
| 297 'base/simd/filter_yuv_c.cc', | 297 'base/simd/filter_yuv_c.cc', |
| 298 'base/simd/yuv_to_rgb_table.cc', | 298 'base/simd/yuv_to_rgb_table.cc', |
| 299 'base/simd/yuv_to_rgb_table.h', | 299 'base/simd/yuv_to_rgb_table.h', |
| 300 'base/sinc_resampler.cc', | 300 'base/sinc_resampler.cc', |
| 301 'base/sinc_resampler.h', | 301 'base/sinc_resampler.h', |
| 302 'base/stream_parser.cc', | 302 'base/stream_parser.cc', |
| 303 'base/stream_parser.h', | 303 'base/stream_parser.h', |
| 304 'base/stream_parser_buffer.cc', | 304 'base/stream_parser_buffer.cc', |
| 305 'base/stream_parser_buffer.h', | 305 'base/stream_parser_buffer.h', |
| 306 'base/text_cue.cc', |
| 307 'base/text_cue.h', |
| 308 'base/text_decoder.cc', |
| 309 'base/text_decoder.h', |
| 310 'base/text_renderer.cc', |
| 311 'base/text_renderer.h', |
| 306 'base/text_track.h', | 312 'base/text_track.h', |
| 307 'base/user_input_monitor.cc', | 313 'base/user_input_monitor.cc', |
| 308 'base/user_input_monitor.h', | 314 'base/user_input_monitor.h', |
| 309 'base/user_input_monitor_linux.cc', | 315 'base/user_input_monitor_linux.cc', |
| 310 'base/user_input_monitor_mac.cc', | 316 'base/user_input_monitor_mac.cc', |
| 311 'base/user_input_monitor_win.cc', | 317 'base/user_input_monitor_win.cc', |
| 312 'base/video_decoder.cc', | 318 'base/video_decoder.cc', |
| 313 'base/video_decoder.h', | 319 'base/video_decoder.h', |
| 314 'base/video_decoder_config.cc', | 320 'base/video_decoder_config.cc', |
| 315 'base/video_decoder_config.h', | 321 'base/video_decoder_config.h', |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 364 'filters/in_memory_url_protocol.cc', | 370 'filters/in_memory_url_protocol.cc', |
| 365 'filters/in_memory_url_protocol.h', | 371 'filters/in_memory_url_protocol.h', |
| 366 'filters/opus_audio_decoder.cc', | 372 'filters/opus_audio_decoder.cc', |
| 367 'filters/opus_audio_decoder.h', | 373 'filters/opus_audio_decoder.h', |
| 368 'filters/skcanvas_video_renderer.cc', | 374 'filters/skcanvas_video_renderer.cc', |
| 369 'filters/skcanvas_video_renderer.h', | 375 'filters/skcanvas_video_renderer.h', |
| 370 'filters/source_buffer_stream.cc', | 376 'filters/source_buffer_stream.cc', |
| 371 'filters/source_buffer_stream.h', | 377 'filters/source_buffer_stream.h', |
| 372 'filters/stream_parser_factory.cc', | 378 'filters/stream_parser_factory.cc', |
| 373 'filters/stream_parser_factory.h', | 379 'filters/stream_parser_factory.h', |
| 380 'filters/text_decoder_impl.cc', |
| 381 'filters/text_decoder_impl.h', |
| 374 'filters/video_decoder_selector.cc', | 382 'filters/video_decoder_selector.cc', |
| 375 'filters/video_decoder_selector.h', | 383 'filters/video_decoder_selector.h', |
| 376 'filters/video_frame_stream.cc', | 384 'filters/video_frame_stream.cc', |
| 377 'filters/video_frame_stream.h', | 385 'filters/video_frame_stream.h', |
| 378 'filters/video_renderer_base.cc', | 386 'filters/video_renderer_base.cc', |
| 379 'filters/video_renderer_base.h', | 387 'filters/video_renderer_base.h', |
| 380 'filters/vpx_video_decoder.cc', | 388 'filters/vpx_video_decoder.cc', |
| 381 'filters/vpx_video_decoder.h', | 389 'filters/vpx_video_decoder.h', |
| 382 'filters/wsola_internals.cc', | 390 'filters/wsola_internals.cc', |
| 383 'filters/wsola_internals.h', | 391 'filters/wsola_internals.h', |
| (...skipping 1153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1537 ], | 1545 ], |
| 1538 }], | 1546 }], |
| 1539 ], | 1547 ], |
| 1540 }], | 1548 }], |
| 1541 ], | 1549 ], |
| 1542 }, | 1550 }, |
| 1543 ], | 1551 ], |
| 1544 }], | 1552 }], |
| 1545 ], | 1553 ], |
| 1546 } | 1554 } |
| OLD | NEW |