Add desktop_capture directory for screen and window capturers.
The screen captures will be moved from chromium to WebRTC to make it easy to share this code with other projects. This CL adds a new directory where the current screen capturer code will be moved to. Review URL: https://webrtc-codereview.appspot.com/1297005 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3866 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
3
webrtc/modules/desktop_capture/OWNERS
Normal file
3
webrtc/modules/desktop_capture/OWNERS
Normal file
@@ -0,0 +1,3 @@
|
||||
alexeypa@chromium.org
|
||||
sergeyu@chromium.org
|
||||
wez@chromium.org
|
23
webrtc/modules/desktop_capture/desktop_capture.gypi
Normal file
23
webrtc/modules/desktop_capture/desktop_capture.gypi
Normal file
@@ -0,0 +1,23 @@
|
||||
# Copyright (c) 2013 The WebRTC project authors. All Rights Reserved.
|
||||
#
|
||||
# Use of this source code is governed by a BSD-style license
|
||||
# that can be found in the LICENSE file in the root of the source
|
||||
# tree. An additional intellectual property rights grant can be found
|
||||
# in the file PATENTS. All contributing project authors may
|
||||
# be found in the AUTHORS file in the root of the source tree.
|
||||
|
||||
{
|
||||
'targets': [
|
||||
{
|
||||
'target_name': 'desktop_capture',
|
||||
'type': 'static_library',
|
||||
'dependencies': [
|
||||
'<(webrtc_root)/system_wrappers/source/system_wrappers.gyp:system_wrappers',
|
||||
],
|
||||
'sources': [
|
||||
# TODO(sergeyu): Add source files here once they are moved from
|
||||
# chromium.
|
||||
],
|
||||
},
|
||||
], # targets
|
||||
}
|
@@ -23,6 +23,7 @@
|
||||
'audio_device/audio_device.gypi',
|
||||
'audio_processing/audio_processing.gypi',
|
||||
'bitrate_controller/bitrate_controller.gypi',
|
||||
'desktop_capture/desktop_capture.gypi',
|
||||
'media_file/source/media_file.gypi',
|
||||
'pacing/pacing.gypi',
|
||||
'remote_bitrate_estimator/remote_bitrate_estimator.gypi',
|
||||
|
Reference in New Issue
Block a user