2c89b5cb27
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 |
||
---|---|---|
.. | ||
OWNERS | ||
README.webrtc | ||
winsdk_samples.gyp |
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.