webrtc/third_party/winsdk_samples
fischman@webrtc.org 2c89b5cb27 Make everyone an OWNER for .gyp/.gypi add/delete purposes, non-talk/ edition.
This CL brought to you by:
$ for d in $(for f in $(git ls-files '*gyp' '*gypi'); do dirname $f; done|sort|uniq|grep -v '^\.$'); do echo -e "\n# These are for the common case of adding or renaming files. If you're doing\n# structural changes, please get a review from a reviewer in this file.\nper-file *.gyp=*\nper-file *.gypi=*" >> $d/OWNERS; done
$ for d in $(for f in $(git ls-files '*gyp' '*gypi'); do dirname $f; done|sort|uniq|grep -v '^\.$'); do git add $d/OWNERS; done

(and then removed the talk/ impact)

R=niklas.enbom@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/11969004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@5903 4adac7df-926f-26a2-2b94-8c16560cd09d
2014-04-14 20:08:03 +00:00
..
OWNERS Make everyone an OWNER for .gyp/.gypi add/delete purposes, non-talk/ edition. 2014-04-14 20:08:03 +00:00
README.webrtc Add winsdk_samples to provide directshow_baseclasses. 2012-11-21 18:46:45 +00:00
winsdk_samples.gyp Add winsdk_samples to provide directshow_baseclasses. 2012-11-21 18:46:45 +00:00

Name: winsdk_samples
URL: http://www.microsoft.com/en-us/download/details.aspx?id=8279
Version: 7.1
License: Microsoft Windows SDK license
License File: src/License/License.htm
Security Critical: yes

Description:
This contains a copy of a portion of the Microsoft Windows SDK 7.1 sample
code. It is covered by the "Sample Code" section of the license.

This would typically be installed to:
C:\Program Files\Microsoft SDKs\Windows\v7.1

It is used by WebRTC to capture video from a camera on Windows.