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

Side by Side Diff: media/media.gyp

Issue 7002027: VideoCaptureHost (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 9 years, 7 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 | Annotate | Revision Log
OLDNEW
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 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
171 'filters/null_video_renderer.h', 171 'filters/null_video_renderer.h',
172 'filters/rtc_video_decoder.cc', 172 'filters/rtc_video_decoder.cc',
173 'filters/rtc_video_decoder.h', 173 'filters/rtc_video_decoder.h',
174 'filters/video_renderer_base.cc', 174 'filters/video_renderer_base.cc',
175 'filters/video_renderer_base.h', 175 'filters/video_renderer_base.h',
176 'video/capture/fake_video_capture_device.cc', 176 'video/capture/fake_video_capture_device.cc',
177 'video/capture/fake_video_capture_device.h', 177 'video/capture/fake_video_capture_device.h',
178 'video/capture/linux/video_capture_device_linux.cc', 178 'video/capture/linux/video_capture_device_linux.cc',
179 'video/capture/linux/video_capture_device_linux.h', 179 'video/capture/linux/video_capture_device_linux.h',
180 'video/capture/video_capture.h', 180 'video/capture/video_capture.h',
181 'video/capture/video_capture_color_conversion.cc',
182 'video/capture/video_capture_color_conversion.h',
181 'video/capture/video_capture_device.h', 183 'video/capture/video_capture_device.h',
182 'video/capture/video_capture_types.h', 184 'video/capture/video_capture_types.h',
183 'video/ffmpeg_video_allocator.cc', 185 'video/ffmpeg_video_allocator.cc',
184 'video/ffmpeg_video_allocator.h', 186 'video/ffmpeg_video_allocator.h',
185 'video/ffmpeg_video_decode_engine.cc', 187 'video/ffmpeg_video_decode_engine.cc',
186 'video/ffmpeg_video_decode_engine.h', 188 'video/ffmpeg_video_decode_engine.h',
187 'video/video_decode_accelerator.cc', 189 'video/video_decode_accelerator.cc',
188 'video/video_decode_accelerator.h', 190 'video/video_decode_accelerator.h',
189 'video/video_decode_engine.h', 191 'video/video_decode_engine.h',
190 ], 192 ],
(...skipping 583 matching lines...) Expand 10 before | Expand all | Expand 10 after
774 ], 776 ],
775 }], 777 }],
776 ], 778 ],
777 } 779 }
778 780
779 # Local Variables: 781 # Local Variables:
780 # tab-width:2 782 # tab-width:2
781 # indent-tabs-mode:nil 783 # indent-tabs-mode:nil
782 # End: 784 # End:
783 # vim: set expandtab tabstop=2 shiftwidth=2: 785 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698