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

Side by Side Diff: webrtc/modules/video_capture/video_capture.gypi

Issue 1439823002: Remove webrtc/modules/video_{capture,render}/include (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 5 years, 1 month 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
OLDNEW
1 # Copyright (c) 2012 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2012 The WebRTC project authors. All Rights Reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license 3 # Use of this source code is governed by a BSD-style license
4 # that can be found in the LICENSE file in the root of the source 4 # that can be found in the LICENSE file in the root of the source
5 # tree. An additional intellectual property rights grant can be found 5 # tree. An additional intellectual property rights grant can be found
6 # in the file PATENTS. All contributing project authors may 6 # in the file PATENTS. All contributing project authors may
7 # be found in the AUTHORS file in the root of the source tree. 7 # be found in the AUTHORS file in the root of the source tree.
8 8
9 { 9 {
10 'targets': [ 10 'targets': [
11 { 11 {
12 # Note this library is missing an implementation for the video capture. 12 # Note this library is missing an implementation for the video capture.
13 # Targets must link with either 'video_capture' or 13 # Targets must link with either 'video_capture' or
14 # 'video_capture_module_internal_impl' depending on whether they want to 14 # 'video_capture_module_internal_impl' depending on whether they want to
15 # use the internal capturer. 15 # use the internal capturer.
16 'target_name': 'video_capture_module', 16 'target_name': 'video_capture_module',
17 'type': 'static_library', 17 'type': 'static_library',
18 'dependencies': [ 18 'dependencies': [
19 'webrtc_utility', 19 'webrtc_utility',
20 '<(webrtc_root)/common_video/common_video.gyp:common_video', 20 '<(webrtc_root)/common_video/common_video.gyp:common_video',
21 '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers', 21 '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers',
22 ], 22 ],
23 'sources': [ 23 'sources': [
24 'device_info_impl.cc', 24 'device_info_impl.cc',
25 'device_info_impl.h', 25 'device_info_impl.h',
26 'include/video_capture.h', 26 'video_capture.h',
27 'include/video_capture_defines.h',
28 'include/video_capture_factory.h',
29 'video_capture_config.h', 27 'video_capture_config.h',
28 'video_capture_defines.h',
30 'video_capture_delay.h', 29 'video_capture_delay.h',
30 'video_capture_factory.h',
31 'video_capture_factory.cc', 31 'video_capture_factory.cc',
32 'video_capture_impl.cc', 32 'video_capture_impl.cc',
33 'video_capture_impl.h', 33 'video_capture_impl.h',
34 ], 34 ],
35 }, 35 },
36 { 36 {
37 # Default video capture module implementation that only supports external 37 # Default video capture module implementation that only supports external
38 # capture. 38 # capture.
39 'target_name': 'video_capture', 39 'target_name': 'video_capture',
40 'type': 'static_library', 40 'type': 'static_library',
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
195 '<(webrtc_root)/test/test.gyp:test_support_main', 195 '<(webrtc_root)/test/test.gyp:test_support_main',
196 ], 196 ],
197 }], # OS!="mac" 197 }], # OS!="mac"
198 ] # conditions 198 ] # conditions
199 }, 199 },
200 ], # targets 200 ], # targets
201 }], 201 }],
202 ], 202 ],
203 } 203 }
204 204
OLDNEW
« no previous file with comments | « webrtc/modules/video_capture/video_capture.h ('k') | webrtc/modules/video_capture/video_capture_defines.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698