| 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 541 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 552 'filters/h264_parser.cc', | 552 'filters/h264_parser.cc', |
| 553 'filters/h264_parser.h', | 553 'filters/h264_parser.h', |
| 554 'filters/ivf_parser.cc', | 554 'filters/ivf_parser.cc', |
| 555 'filters/ivf_parser.h', | 555 'filters/ivf_parser.h', |
| 556 'filters/in_memory_url_protocol.cc', | 556 'filters/in_memory_url_protocol.cc', |
| 557 'filters/in_memory_url_protocol.h', | 557 'filters/in_memory_url_protocol.h', |
| 558 'filters/jpeg_parser.cc', | 558 'filters/jpeg_parser.cc', |
| 559 'filters/jpeg_parser.h', | 559 'filters/jpeg_parser.h', |
| 560 'filters/opus_audio_decoder.cc', | 560 'filters/opus_audio_decoder.cc', |
| 561 'filters/opus_audio_decoder.h', | 561 'filters/opus_audio_decoder.h', |
| 562 'filters/opus_constants.cc', |
| 563 'filters/opus_constants.h', |
| 562 'filters/source_buffer_range.cc', | 564 'filters/source_buffer_range.cc', |
| 563 'filters/source_buffer_range.h', | 565 'filters/source_buffer_range.h', |
| 564 'filters/source_buffer_stream.cc', | 566 'filters/source_buffer_stream.cc', |
| 565 'filters/source_buffer_stream.h', | 567 'filters/source_buffer_stream.h', |
| 566 'filters/stream_parser_factory.cc', | 568 'filters/stream_parser_factory.cc', |
| 567 'filters/stream_parser_factory.h', | 569 'filters/stream_parser_factory.h', |
| 568 'filters/video_cadence_estimator.cc', | 570 'filters/video_cadence_estimator.cc', |
| 569 'filters/video_cadence_estimator.h', | 571 'filters/video_cadence_estimator.h', |
| 570 'filters/video_renderer_algorithm.cc', | 572 'filters/video_renderer_algorithm.cc', |
| 571 'filters/video_renderer_algorithm.h', | 573 'filters/video_renderer_algorithm.h', |
| (...skipping 1547 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2119 'dependencies': [ | 2121 'dependencies': [ |
| 2120 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2122 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2121 ], | 2123 ], |
| 2122 }], | 2124 }], |
| 2123 ], | 2125 ], |
| 2124 }, | 2126 }, |
| 2125 ], | 2127 ], |
| 2126 }], | 2128 }], |
| 2127 ], | 2129 ], |
| 2128 } | 2130 } |
| OLD | NEW |