| 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 394 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 405 'filters/gpu_video_accelerator_factories.cc', | 405 'filters/gpu_video_accelerator_factories.cc', |
| 406 'filters/gpu_video_accelerator_factories.h', | 406 'filters/gpu_video_accelerator_factories.h', |
| 407 'filters/gpu_video_decoder.cc', | 407 'filters/gpu_video_decoder.cc', |
| 408 'filters/gpu_video_decoder.h', | 408 'filters/gpu_video_decoder.h', |
| 409 'filters/h264_bit_reader.cc', | 409 'filters/h264_bit_reader.cc', |
| 410 'filters/h264_bit_reader.h', | 410 'filters/h264_bit_reader.h', |
| 411 'filters/h264_parser.cc', | 411 'filters/h264_parser.cc', |
| 412 'filters/h264_parser.h', | 412 'filters/h264_parser.h', |
| 413 'filters/in_memory_url_protocol.cc', | 413 'filters/in_memory_url_protocol.cc', |
| 414 'filters/in_memory_url_protocol.h', | 414 'filters/in_memory_url_protocol.h', |
| 415 'filters/legacy_frame_processor.cc', | |
| 416 'filters/legacy_frame_processor.h', | |
| 417 'filters/opus_audio_decoder.cc', | 415 'filters/opus_audio_decoder.cc', |
| 418 'filters/opus_audio_decoder.h', | 416 'filters/opus_audio_decoder.h', |
| 419 'filters/skcanvas_video_renderer.cc', | 417 'filters/skcanvas_video_renderer.cc', |
| 420 'filters/skcanvas_video_renderer.h', | 418 'filters/skcanvas_video_renderer.h', |
| 421 'filters/source_buffer_stream.cc', | 419 'filters/source_buffer_stream.cc', |
| 422 'filters/source_buffer_stream.h', | 420 'filters/source_buffer_stream.h', |
| 423 'filters/stream_parser_factory.cc', | 421 'filters/stream_parser_factory.cc', |
| 424 'filters/stream_parser_factory.h', | 422 'filters/stream_parser_factory.h', |
| 425 'filters/video_frame_scheduler.h', | 423 'filters/video_frame_scheduler.h', |
| 426 'filters/video_frame_scheduler_impl.cc', | 424 'filters/video_frame_scheduler_impl.cc', |
| (...skipping 1313 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1740 ], | 1738 ], |
| 1741 }], | 1739 }], |
| 1742 ], | 1740 ], |
| 1743 }], | 1741 }], |
| 1744 ], | 1742 ], |
| 1745 }, | 1743 }, |
| 1746 ], | 1744 ], |
| 1747 }], | 1745 }], |
| 1748 ], | 1746 ], |
| 1749 } | 1747 } |
| OLD | NEW |