| 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 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 102 'base/filter_collection.h', | 102 'base/filter_collection.h', |
| 103 'base/filter_factories.cc', | 103 'base/filter_factories.cc', |
| 104 'base/filter_factories.h', | 104 'base/filter_factories.h', |
| 105 'base/filter_host.h', | 105 'base/filter_host.h', |
| 106 'base/filters.cc', | 106 'base/filters.cc', |
| 107 'base/filters.h', | 107 'base/filters.h', |
| 108 'base/h264_bitstream_converter.cc', | 108 'base/h264_bitstream_converter.cc', |
| 109 'base/h264_bitstream_converter.h', | 109 'base/h264_bitstream_converter.h', |
| 110 'base/media.h', | 110 'base/media.h', |
| 111 'base/media_export.h', | 111 'base/media_export.h', |
| 112 'base/media_log.cc', | |
| 113 'base/media_log.h', | |
| 114 'base/media_log_event.h', | |
| 115 'base/media_posix.cc', | 112 'base/media_posix.cc', |
| 116 'base/media_switches.cc', | 113 'base/media_switches.cc', |
| 117 'base/media_switches.h', | 114 'base/media_switches.h', |
| 118 'base/media_win.cc', | 115 'base/media_win.cc', |
| 119 'base/message_loop_factory.cc', | 116 'base/message_loop_factory.cc', |
| 120 'base/message_loop_factory.h', | 117 'base/message_loop_factory.h', |
| 121 'base/message_loop_factory_impl.cc', | 118 'base/message_loop_factory_impl.cc', |
| 122 'base/message_loop_factory_impl.h', | 119 'base/message_loop_factory_impl.h', |
| 123 'base/pipeline.h', | 120 'base/pipeline.h', |
| 124 'base/pipeline_impl.cc', | 121 'base/pipeline_impl.cc', |
| (...skipping 591 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 716 'tools/player_x11/gl_video_renderer.h', | 713 'tools/player_x11/gl_video_renderer.h', |
| 717 'tools/player_x11/player_x11.cc', | 714 'tools/player_x11/player_x11.cc', |
| 718 'tools/player_x11/x11_video_renderer.cc', | 715 'tools/player_x11/x11_video_renderer.cc', |
| 719 'tools/player_x11/x11_video_renderer.h', | 716 'tools/player_x11/x11_video_renderer.h', |
| 720 ], | 717 ], |
| 721 }, | 718 }, |
| 722 ], | 719 ], |
| 723 }], | 720 }], |
| 724 ], | 721 ], |
| 725 } | 722 } |
| OLD | NEW |