| 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 916 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 927 'formats/mp2t/es_adapter_video.h', | 927 'formats/mp2t/es_adapter_video.h', |
| 928 'formats/mp2t/es_parser.cc', | 928 'formats/mp2t/es_parser.cc', |
| 929 'formats/mp2t/es_parser.h', | 929 'formats/mp2t/es_parser.h', |
| 930 'formats/mp2t/es_parser_adts.cc', | 930 'formats/mp2t/es_parser_adts.cc', |
| 931 'formats/mp2t/es_parser_adts.h', | 931 'formats/mp2t/es_parser_adts.h', |
| 932 'formats/mp2t/es_parser_h264.cc', | 932 'formats/mp2t/es_parser_h264.cc', |
| 933 'formats/mp2t/es_parser_h264.h', | 933 'formats/mp2t/es_parser_h264.h', |
| 934 'formats/mp2t/mp2t_common.h', | 934 'formats/mp2t/mp2t_common.h', |
| 935 'formats/mp2t/mp2t_stream_parser.cc', | 935 'formats/mp2t/mp2t_stream_parser.cc', |
| 936 'formats/mp2t/mp2t_stream_parser.h', | 936 'formats/mp2t/mp2t_stream_parser.h', |
| 937 'formats/mp2t/timestamp_unroller.cc', |
| 938 'formats/mp2t/timestamp_unroller.h', |
| 937 'formats/mp2t/ts_packet.cc', | 939 'formats/mp2t/ts_packet.cc', |
| 938 'formats/mp2t/ts_packet.h', | 940 'formats/mp2t/ts_packet.h', |
| 939 'formats/mp2t/ts_section.h', | 941 'formats/mp2t/ts_section.h', |
| 940 'formats/mp2t/ts_section_pat.cc', | 942 'formats/mp2t/ts_section_pat.cc', |
| 941 'formats/mp2t/ts_section_pat.h', | 943 'formats/mp2t/ts_section_pat.h', |
| 942 'formats/mp2t/ts_section_pes.cc', | 944 'formats/mp2t/ts_section_pes.cc', |
| 943 'formats/mp2t/ts_section_pes.h', | 945 'formats/mp2t/ts_section_pes.h', |
| 944 'formats/mp2t/ts_section_pmt.cc', | 946 'formats/mp2t/ts_section_pmt.cc', |
| 945 'formats/mp2t/ts_section_pmt.h', | 947 'formats/mp2t/ts_section_pmt.h', |
| 946 'formats/mp2t/ts_section_psi.cc', | 948 'formats/mp2t/ts_section_psi.cc', |
| (...skipping 835 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1782 ], | 1784 ], |
| 1783 }], | 1785 }], |
| 1784 ], | 1786 ], |
| 1785 }], | 1787 }], |
| 1786 ], | 1788 ], |
| 1787 }, | 1789 }, |
| 1788 ], | 1790 ], |
| 1789 }], | 1791 }], |
| 1790 ], | 1792 ], |
| 1791 } | 1793 } |
| OLD | NEW |