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 163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
174 'filters/rtc_video_decoder.cc', | 174 'filters/rtc_video_decoder.cc', |
175 'filters/rtc_video_decoder.h', | 175 'filters/rtc_video_decoder.h', |
176 'filters/video_renderer_base.cc', | 176 'filters/video_renderer_base.cc', |
177 'filters/video_renderer_base.h', | 177 'filters/video_renderer_base.h', |
178 'video/capture/fake_video_capture_device.cc', | 178 'video/capture/fake_video_capture_device.cc', |
179 'video/capture/fake_video_capture_device.h', | 179 'video/capture/fake_video_capture_device.h', |
180 'video/capture/linux/video_capture_device_linux.cc', | 180 'video/capture/linux/video_capture_device_linux.cc', |
181 'video/capture/linux/video_capture_device_linux.h', | 181 'video/capture/linux/video_capture_device_linux.h', |
182 'video/capture/video_capture.h', | 182 'video/capture/video_capture.h', |
183 'video/capture/video_capture_device.h', | 183 'video/capture/video_capture_device.h', |
| 184 'video/capture/win/filter_base_win.cc', |
| 185 'video/capture/win/filter_base_win.h', |
| 186 'video/capture/win/pin_base_win.cc', |
| 187 'video/capture/win/pin_base_win.h', |
| 188 'video/capture/win/sink_filter_win.cc', |
| 189 'video/capture/win/sink_filter_win.h', |
| 190 'video/capture/win/sink_input_pin_win.cc', |
| 191 'video/capture/win/sink_input_pin_win.h', |
| 192 'video/capture/win/video_capture_device_win.cc', |
| 193 'video/capture/win/video_capture_device_win.h', |
184 'video/capture/video_capture_device_dummy.cc', | 194 'video/capture/video_capture_device_dummy.cc', |
185 'video/capture/video_capture_device_dummy.h', | 195 'video/capture/video_capture_device_dummy.h', |
186 'video/capture/video_capture_types.h', | 196 'video/capture/video_capture_types.h', |
187 'video/ffmpeg_video_decode_engine.cc', | 197 'video/ffmpeg_video_decode_engine.cc', |
188 'video/ffmpeg_video_decode_engine.h', | 198 'video/ffmpeg_video_decode_engine.h', |
189 'video/picture.cc', | 199 'video/picture.cc', |
190 'video/picture.h', | 200 'video/picture.h', |
191 'video/video_decode_accelerator.cc', | 201 'video/video_decode_accelerator.cc', |
192 'video/video_decode_accelerator.h', | 202 'video/video_decode_accelerator.h', |
193 'video/video_decode_engine.h', | 203 'video/video_decode_engine.h', |
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
237 }], | 247 }], |
238 ['OS=="mac"', { | 248 ['OS=="mac"', { |
239 'link_settings': { | 249 'link_settings': { |
240 'libraries': [ | 250 'libraries': [ |
241 '$(SDKROOT)/System/Library/Frameworks/AudioUnit.framework', | 251 '$(SDKROOT)/System/Library/Frameworks/AudioUnit.framework', |
242 '$(SDKROOT)/System/Library/Frameworks/AudioToolbox.framework', | 252 '$(SDKROOT)/System/Library/Frameworks/AudioToolbox.framework', |
243 '$(SDKROOT)/System/Library/Frameworks/CoreAudio.framework', | 253 '$(SDKROOT)/System/Library/Frameworks/CoreAudio.framework', |
244 ], | 254 ], |
245 }, | 255 }, |
246 }], | 256 }], |
| 257 ['OS=="win"', { |
| 258 'sources!': [ |
| 259 'video/capture/video_capture_device_dummy.cc', |
| 260 'video/capture/video_capture_device_dummy.h', |
| 261 ], |
| 262 }], |
247 ], | 263 ], |
248 }, | 264 }, |
249 { | 265 { |
250 'target_name': 'cpu_features', | 266 'target_name': 'cpu_features', |
251 'type': 'static_library', | 267 'type': 'static_library', |
252 'include_dirs': [ | 268 'include_dirs': [ |
253 '..', | 269 '..', |
254 ], | 270 ], |
255 'conditions': [ | 271 'conditions': [ |
256 [ 'target_arch == "ia32" or target_arch == "x64"', { | 272 [ 'target_arch == "ia32" or target_arch == "x64"', { |
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
416 'filters/decoder_base_unittest.cc', | 432 'filters/decoder_base_unittest.cc', |
417 'filters/ffmpeg_demuxer_unittest.cc', | 433 'filters/ffmpeg_demuxer_unittest.cc', |
418 'filters/ffmpeg_glue_unittest.cc', | 434 'filters/ffmpeg_glue_unittest.cc', |
419 'filters/ffmpeg_h264_bitstream_converter_unittest.cc', | 435 'filters/ffmpeg_h264_bitstream_converter_unittest.cc', |
420 'filters/ffmpeg_video_decoder_unittest.cc', | 436 'filters/ffmpeg_video_decoder_unittest.cc', |
421 'filters/file_data_source_unittest.cc', | 437 'filters/file_data_source_unittest.cc', |
422 'filters/rtc_video_decoder_unittest.cc', | 438 'filters/rtc_video_decoder_unittest.cc', |
423 'filters/video_renderer_base_unittest.cc', | 439 'filters/video_renderer_base_unittest.cc', |
424 'omx/mock_omx.cc', | 440 'omx/mock_omx.cc', |
425 'omx/mock_omx.h', | 441 'omx/mock_omx.h', |
| 442 'video/capture/video_capture_device_unittest.cc', |
426 'video/ffmpeg_video_decode_engine_unittest.cc', | 443 'video/ffmpeg_video_decode_engine_unittest.cc', |
427 ], | 444 ], |
428 'conditions': [ | 445 'conditions': [ |
429 ['toolkit_uses_gtk == 1', { | 446 ['toolkit_uses_gtk == 1', { |
430 'dependencies': [ | 447 'dependencies': [ |
431 # Needed for the following #include chain: | 448 # Needed for the following #include chain: |
432 # base/run_all_unittests.cc | 449 # base/run_all_unittests.cc |
433 # ../base/test_suite.h | 450 # ../base/test_suite.h |
434 # gtk/gtk.h | 451 # gtk/gtk.h |
435 '../build/linux/system.gyp:gtk', | 452 '../build/linux/system.gyp:gtk', |
(...skipping 353 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
789 ], | 806 ], |
790 }], | 807 }], |
791 ], | 808 ], |
792 } | 809 } |
793 | 810 |
794 # Local Variables: | 811 # Local Variables: |
795 # tab-width:2 | 812 # tab-width:2 |
796 # indent-tabs-mode:nil | 813 # indent-tabs-mode:nil |
797 # End: | 814 # End: |
798 # vim: set expandtab tabstop=2 shiftwidth=2: | 815 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |