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 }, | 8 }, |
9 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
95 'base/filter_collection.cc', | 95 'base/filter_collection.cc', |
96 'base/filter_collection.h', | 96 'base/filter_collection.h', |
97 'base/filter_factories.cc', | 97 'base/filter_factories.cc', |
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_log.cc', |
| 106 'base/media_log.h', |
| 107 'base/media_log_event.h', |
105 'base/media_posix.cc', | 108 'base/media_posix.cc', |
106 'base/media_switches.cc', | 109 'base/media_switches.cc', |
107 'base/media_switches.h', | 110 'base/media_switches.h', |
108 'base/media_win.cc', | 111 'base/media_win.cc', |
109 'base/message_loop_factory.cc', | 112 'base/message_loop_factory.cc', |
110 'base/message_loop_factory.h', | 113 'base/message_loop_factory.h', |
111 'base/message_loop_factory_impl.cc', | 114 'base/message_loop_factory_impl.cc', |
112 'base/message_loop_factory_impl.h', | 115 'base/message_loop_factory_impl.h', |
113 'base/pipeline.h', | 116 'base/pipeline.h', |
114 'base/pipeline_impl.cc', | 117 'base/pipeline_impl.cc', |
(...skipping 583 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
698 'tools/player_x11/gl_video_renderer.h', | 701 'tools/player_x11/gl_video_renderer.h', |
699 'tools/player_x11/player_x11.cc', | 702 'tools/player_x11/player_x11.cc', |
700 'tools/player_x11/x11_video_renderer.cc', | 703 'tools/player_x11/x11_video_renderer.cc', |
701 'tools/player_x11/x11_video_renderer.h', | 704 'tools/player_x11/x11_video_renderer.h', |
702 ], | 705 ], |
703 }, | 706 }, |
704 ], | 707 ], |
705 }], | 708 }], |
706 ], | 709 ], |
707 } | 710 } |
OLD | NEW |