OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 'player_x11_renderer%': 'x11', | 8 'player_x11_renderer%': 'x11', |
9 }, | 9 }, |
10 'targets': [ | 10 'targets': [ |
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
98 'base/filter_factories.h', | 98 'base/filter_factories.h', |
99 'base/filter_host.h', | 99 'base/filter_host.h', |
100 'base/filters.cc', | 100 'base/filters.cc', |
101 'base/filters.h', | 101 'base/filters.h', |
102 'base/h264_bitstream_converter.cc', | 102 'base/h264_bitstream_converter.cc', |
103 'base/h264_bitstream_converter.h', | 103 'base/h264_bitstream_converter.h', |
104 'base/media.h', | 104 'base/media.h', |
105 'base/media_format.cc', | 105 'base/media_format.cc', |
106 'base/media_format.h', | 106 'base/media_format.h', |
107 'base/media_posix.cc', | 107 'base/media_posix.cc', |
| 108 'base/media_stream_types.h', |
108 'base/media_switches.cc', | 109 'base/media_switches.cc', |
109 'base/media_switches.h', | 110 'base/media_switches.h', |
110 'base/media_win.cc', | 111 'base/media_win.cc', |
111 'base/message_loop_factory.cc', | 112 'base/message_loop_factory.cc', |
112 'base/message_loop_factory.h', | 113 'base/message_loop_factory.h', |
113 'base/message_loop_factory_impl.cc', | 114 'base/message_loop_factory_impl.cc', |
114 'base/message_loop_factory_impl.h', | 115 'base/message_loop_factory_impl.h', |
115 'base/pipeline.h', | 116 'base/pipeline.h', |
116 'base/pipeline_impl.cc', | 117 'base/pipeline_impl.cc', |
117 'base/pipeline_impl.h', | 118 'base/pipeline_impl.h', |
(...skipping 658 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
776 ], | 777 ], |
777 }], | 778 }], |
778 ], | 779 ], |
779 } | 780 } |
780 | 781 |
781 # Local Variables: | 782 # Local Variables: |
782 # tab-width:2 | 783 # tab-width:2 |
783 # indent-tabs-mode:nil | 784 # indent-tabs-mode:nil |
784 # End: | 785 # End: |
785 # vim: set expandtab tabstop=2 shiftwidth=2: | 786 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |