Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(404)

Side by Side Diff: media/media.gyp

Issue 2854002: merge video_decoder_impl.cc and ffmpeg_video_decoder.cc (Closed)
Patch Set: remove comments Created 10 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « media/filters/video_decoder_impl.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 'filters/ffmpeg_video_decoder.cc', 114 'filters/ffmpeg_video_decoder.cc',
115 'filters/ffmpeg_video_decoder.h', 115 'filters/ffmpeg_video_decoder.h',
116 'filters/file_data_source.cc', 116 'filters/file_data_source.cc',
117 'filters/file_data_source.h', 117 'filters/file_data_source.h',
118 'filters/null_audio_renderer.cc', 118 'filters/null_audio_renderer.cc',
119 'filters/null_audio_renderer.h', 119 'filters/null_audio_renderer.h',
120 'filters/omx_video_decode_engine.cc', 120 'filters/omx_video_decode_engine.cc',
121 'filters/omx_video_decode_engine.h', 121 'filters/omx_video_decode_engine.h',
122 'filters/omx_video_decoder.cc', 122 'filters/omx_video_decoder.cc',
123 'filters/omx_video_decoder.h', 123 'filters/omx_video_decoder.h',
124 'filters/video_decoder_impl.cc',
125 'filters/video_decoder_impl.h',
126 'filters/video_decode_engine.h', 124 'filters/video_decode_engine.h',
127 'filters/video_renderer_base.cc', 125 'filters/video_renderer_base.cc',
128 'filters/video_renderer_base.h', 126 'filters/video_renderer_base.h',
129 ], 127 ],
130 'direct_dependent_settings': { 128 'direct_dependent_settings': {
131 'include_dirs': [ 129 'include_dirs': [
132 '..', 130 '..',
133 ], 131 ],
134 }, 132 },
135 'conditions': [ 133 'conditions': [
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
204 'base/seekable_buffer_unittest.cc', 202 'base/seekable_buffer_unittest.cc',
205 'base/video_frame_unittest.cc', 203 'base/video_frame_unittest.cc',
206 'base/yuv_convert_unittest.cc', 204 'base/yuv_convert_unittest.cc',
207 'filters/audio_renderer_algorithm_ola_unittest.cc', 205 'filters/audio_renderer_algorithm_ola_unittest.cc',
208 'filters/audio_renderer_base_unittest.cc', 206 'filters/audio_renderer_base_unittest.cc',
209 'filters/bitstream_converter_unittest.cc', 207 'filters/bitstream_converter_unittest.cc',
210 'filters/decoder_base_unittest.cc', 208 'filters/decoder_base_unittest.cc',
211 'filters/ffmpeg_demuxer_unittest.cc', 209 'filters/ffmpeg_demuxer_unittest.cc',
212 'filters/ffmpeg_glue_unittest.cc', 210 'filters/ffmpeg_glue_unittest.cc',
213 'filters/ffmpeg_video_decode_engine_unittest.cc', 211 'filters/ffmpeg_video_decode_engine_unittest.cc',
212 'filters/ffmpeg_video_decoder_unittest.cc',
214 'filters/file_data_source_unittest.cc', 213 'filters/file_data_source_unittest.cc',
215 'filters/video_decoder_impl_unittest.cc',
216 'filters/video_renderer_base_unittest.cc', 214 'filters/video_renderer_base_unittest.cc',
217 'omx/mock_omx.cc', 215 'omx/mock_omx.cc',
218 'omx/mock_omx.h', 216 'omx/mock_omx.h',
219 'omx/omx_codec_unittest.cc', 217 'omx/omx_codec_unittest.cc',
220 ], 218 ],
221 'conditions': [ 219 'conditions': [
222 ['OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris"', { 220 ['OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris"', {
223 'dependencies': [ 221 'dependencies': [
224 # Needed for the following #include chain: 222 # Needed for the following #include chain:
225 # base/run_all_unittests.cc 223 # base/run_all_unittests.cc
(...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after
450 ], 448 ],
451 }], 449 }],
452 ], 450 ],
453 } 451 }
454 452
455 # Local Variables: 453 # Local Variables:
456 # tab-width:2 454 # tab-width:2
457 # indent-tabs-mode:nil 455 # indent-tabs-mode:nil
458 # End: 456 # End:
459 # vim: set expandtab tabstop=2 shiftwidth=2: 457 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « media/filters/video_decoder_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698