| 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 904 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 915 ], | 915 ], |
| 916 }], | 916 }], |
| 917 ['proprietary_codecs==1', { | 917 ['proprietary_codecs==1', { |
| 918 'sources': [ | 918 'sources': [ |
| 919 'filters/ffmpeg_h264_to_annex_b_bitstream_converter.cc', | 919 'filters/ffmpeg_h264_to_annex_b_bitstream_converter.cc', |
| 920 'filters/ffmpeg_h264_to_annex_b_bitstream_converter.h', | 920 'filters/ffmpeg_h264_to_annex_b_bitstream_converter.h', |
| 921 'filters/h264_to_annex_b_bitstream_converter.cc', | 921 'filters/h264_to_annex_b_bitstream_converter.cc', |
| 922 'filters/h264_to_annex_b_bitstream_converter.h', | 922 'filters/h264_to_annex_b_bitstream_converter.h', |
| 923 'formats/mp2t/es_adapter_video.cc', | 923 'formats/mp2t/es_adapter_video.cc', |
| 924 'formats/mp2t/es_adapter_video.h', | 924 'formats/mp2t/es_adapter_video.h', |
| 925 'formats/mp2t/es_parser.cc', |
| 925 'formats/mp2t/es_parser.h', | 926 'formats/mp2t/es_parser.h', |
| 926 'formats/mp2t/es_parser_adts.cc', | 927 'formats/mp2t/es_parser_adts.cc', |
| 927 'formats/mp2t/es_parser_adts.h', | 928 'formats/mp2t/es_parser_adts.h', |
| 928 'formats/mp2t/es_parser_h264.cc', | 929 'formats/mp2t/es_parser_h264.cc', |
| 929 'formats/mp2t/es_parser_h264.h', | 930 'formats/mp2t/es_parser_h264.h', |
| 930 'formats/mp2t/mp2t_common.h', | 931 'formats/mp2t/mp2t_common.h', |
| 931 'formats/mp2t/mp2t_stream_parser.cc', | 932 'formats/mp2t/mp2t_stream_parser.cc', |
| 932 'formats/mp2t/mp2t_stream_parser.h', | 933 'formats/mp2t/mp2t_stream_parser.h', |
| 933 'formats/mp2t/ts_packet.cc', | 934 'formats/mp2t/ts_packet.cc', |
| 934 'formats/mp2t/ts_packet.h', | 935 'formats/mp2t/ts_packet.h', |
| (...skipping 810 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1745 ], | 1746 ], |
| 1746 }], | 1747 }], |
| 1747 ], | 1748 ], |
| 1748 }], | 1749 }], |
| 1749 ], | 1750 ], |
| 1750 }, | 1751 }, |
| 1751 ], | 1752 ], |
| 1752 }], | 1753 }], |
| 1753 ], | 1754 ], |
| 1754 } | 1755 } |
| OLD | NEW |