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', | |
tommi (sloooow) - chröme
2011/06/23 14:05:56
can we instead not include the dummy implementatio
Per K
2011/06/27 11:47:50
Isn't it better this way? This way we will be able
tommi (sloooow) - chröme
2011/06/27 13:20:37
sounds good.
| |
260 'video/capture/video_capture_device_dummy.h', | |
261 ], | |
262 'link_settings': { | |
263 'libraries': [ | |
264 'strmiids.lib' | |
tommi (sloooow) - chröme
2011/06/23 14:05:56
Since this is not working, it's OK with me to use
Per K
2011/06/27 11:47:50
Done.
| |
265 ], | |
266 }, | |
267 }], | |
247 ], | 268 ], |
248 }, | 269 }, |
249 { | 270 { |
250 'target_name': 'cpu_features', | 271 'target_name': 'cpu_features', |
251 'type': 'static_library', | 272 'type': 'static_library', |
252 'include_dirs': [ | 273 'include_dirs': [ |
253 '..', | 274 '..', |
254 ], | 275 ], |
255 'conditions': [ | 276 'conditions': [ |
256 [ 'target_arch == "ia32" or target_arch == "x64"', { | 277 [ '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', | 437 'filters/decoder_base_unittest.cc', |
417 'filters/ffmpeg_demuxer_unittest.cc', | 438 'filters/ffmpeg_demuxer_unittest.cc', |
418 'filters/ffmpeg_glue_unittest.cc', | 439 'filters/ffmpeg_glue_unittest.cc', |
419 'filters/ffmpeg_h264_bitstream_converter_unittest.cc', | 440 'filters/ffmpeg_h264_bitstream_converter_unittest.cc', |
420 'filters/ffmpeg_video_decoder_unittest.cc', | 441 'filters/ffmpeg_video_decoder_unittest.cc', |
421 'filters/file_data_source_unittest.cc', | 442 'filters/file_data_source_unittest.cc', |
422 'filters/rtc_video_decoder_unittest.cc', | 443 'filters/rtc_video_decoder_unittest.cc', |
423 'filters/video_renderer_base_unittest.cc', | 444 'filters/video_renderer_base_unittest.cc', |
424 'omx/mock_omx.cc', | 445 'omx/mock_omx.cc', |
425 'omx/mock_omx.h', | 446 'omx/mock_omx.h', |
447 'video/capture/video_capture_device_unittest.cc', | |
426 'video/ffmpeg_video_decode_engine_unittest.cc', | 448 'video/ffmpeg_video_decode_engine_unittest.cc', |
427 ], | 449 ], |
428 'conditions': [ | 450 'conditions': [ |
429 ['toolkit_uses_gtk == 1', { | 451 ['toolkit_uses_gtk == 1', { |
430 'dependencies': [ | 452 'dependencies': [ |
431 # Needed for the following #include chain: | 453 # Needed for the following #include chain: |
432 # base/run_all_unittests.cc | 454 # base/run_all_unittests.cc |
433 # ../base/test_suite.h | 455 # ../base/test_suite.h |
434 # gtk/gtk.h | 456 # gtk/gtk.h |
435 '../build/linux/system.gyp:gtk', | 457 '../build/linux/system.gyp:gtk', |
(...skipping 353 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
789 ], | 811 ], |
790 }], | 812 }], |
791 ], | 813 ], |
792 } | 814 } |
793 | 815 |
794 # Local Variables: | 816 # Local Variables: |
795 # tab-width:2 | 817 # tab-width:2 |
796 # indent-tabs-mode:nil | 818 # indent-tabs-mode:nil |
797 # End: | 819 # End: |
798 # vim: set expandtab tabstop=2 shiftwidth=2: | 820 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |