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

Side by Side Diff: webrtc/modules/video_render/video_render.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) 2011 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2011 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 render. 12 # Note this library is missing an implementation for the video render.
13 # For that targets must link with 'video_render' or 13 # For that targets must link with 'video_render' or
14 # 'video_render_module_internal_impl' if they want to compile and use 14 # 'video_render_module_internal_impl' if they want to compile and use
15 # the internal render as the default renderer. 15 # the internal render as the default renderer.
16 'target_name': 'video_render_module', 16 'target_name': 'video_render_module',
17 'type': 'static_library', 17 'type': 'static_library',
18 'dependencies': [ 18 'dependencies': [
19 'webrtc_utility', 19 'webrtc_utility',
20 '<(webrtc_root)/common.gyp:webrtc_common', 20 '<(webrtc_root)/common.gyp:webrtc_common',
21 '<(webrtc_root)/common_video/common_video.gyp:common_video', 21 '<(webrtc_root)/common_video/common_video.gyp:common_video',
22 '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers', 22 '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers',
23 ], 23 ],
24 'sources': [ 24 'sources': [
25 'external/video_render_external_impl.cc', 25 'external/video_render_external_impl.cc',
26 'external/video_render_external_impl.h', 26 'external/video_render_external_impl.h',
27 'i_video_render.h', 27 'i_video_render.h',
28 'include/video_render.h', 28 'video_render.h',
29 'include/video_render_defines.h', 29 'video_render_defines.h',
30 'video_render_impl.h', 30 'video_render_impl.h',
31 ], 31 ],
32 }, 32 },
33 { 33 {
34 # Default video_render_module implementation that only supports external 34 # Default video_render_module implementation that only supports external
35 # renders. 35 # renders.
36 'target_name': 'video_render', 36 'target_name': 'video_render',
37 'type': 'static_library', 37 'type': 'static_library',
38 'dependencies': [ 38 'dependencies': [
39 'video_render_module', 39 'video_render_module',
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
194 ], 194 ],
195 }, 195 },
196 }], 196 }],
197 ] # conditions 197 ] # conditions
198 }, # video_render_module_test 198 }, # video_render_module_test
199 ], # targets 199 ], # targets
200 }], # include_tests==1 200 }], # include_tests==1
201 ], # conditions 201 ], # conditions
202 } 202 }
203 203
OLDNEW
« no previous file with comments | « webrtc/modules/video_render/video_render.h ('k') | webrtc/modules/video_render/video_render_defines.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698