No description
Find a file
charujain 6674846b4a Fix Gn untracked headers in webrtc/media
BUG=webrtc:7645

Review-Url: https://codereview.webrtc.org/3013063002
Cr-Original-Commit-Position: refs/heads/master@{#19824}
Review-Url: https://codereview.webrtc.org/3018473002
Cr-Commit-Position: refs/heads/master@{#19844}
2017-09-14 20:53:02 +00:00
build_overrides Use hermetic toolchain on Mac, except for local iOS builds 2017-09-11 18:38:48 +00:00
data WebRTC: Replace ProjectRootPath by ResourcePath 2016-11-22 18:43:05 +00:00
infra Update webrtc CQ to commit to new location 2017-09-13 18:05:33 +00:00
resources Reimplemeted "Test and fix for huge bwe drop after alr state" 2017-07-17 08:41:41 +00:00
tools_webrtc Whitespace change to test rietveld cq 2017-09-14 19:51:02 +00:00
webrtc Fix Gn untracked headers in webrtc/media 2017-09-14 20:53:02 +00:00
.clang-format Tune ObjC clang-format configuration 2017-05-11 09:14:18 +00:00
.git-blame-ignore-revs Create .git-blame-ignore-revs and add Java format CL to it. 2016-10-20 09:20:39 +00:00
.gitignore Move webrtc/{tools => rtc_tools} 2017-06-30 10:04:59 +00:00
.gn Use hermetic toolchain on Mac, except for local iOS builds 2017-09-11 18:38:48 +00:00
.vpython Add psutil to vpython dependencies (used on builder bots) 2017-09-04 08:04:16 +00:00
AUTHORS Revert of Fix the video buffer size should take rtt into consideration (patchset #3 id:40001 of https://codereview.chromium.org/2980413002/ ) 2017-08-22 09:08:51 +00:00
BUILD.gn Move webrtc/{tools => rtc_tools} 2017-06-30 10:04:59 +00:00
CODE_OF_CONDUCT.md Add code of conduct to WebRTC repo 2017-05-16 12:09:13 +00:00
codereview.settings Update README.md and codereview.settings for new source location 2017-09-13 19:54:59 +00:00
DEPS Roll chromium_revision 946d80b37f..f52ff80530 (501605:501932) 2017-09-14 14:41:23 +00:00
LICENSE Updated license path in LICENSE and LICENSE_THIRD_PARTY. 2012-11-22 12:06:21 +00:00
license_template.txt Update template to follow chromium copyright style 2013-04-24 01:01:28 +00:00
LICENSE_THIRD_PARTY Delete talk directory, and references from build_ios_libs.sh. 2016-09-02 10:07:13 +00:00
OWNERS Add psutil to vpython dependencies (used on builder bots) 2017-09-04 08:04:16 +00:00
PATENTS PATENTS: fix reference 2017-01-20 20:45:07 +00:00
PRESUBMIT.py Fix PRESUBMIT.py 2017-09-14 15:15:29 +00:00
presubmit_test.py Fix PRESUBMIT.py 2017-09-14 15:15:29 +00:00
presubmit_test_mocks.py PRESUBMIT: Enforce tracker prefix for all BUG entries 2017-09-14 11:33:23 +00:00
pylintrc Update pylintrc to catch more style violations. 2017-04-13 05:43:38 +00:00
README.md Update README.md and codereview.settings for new source location 2017-09-13 19:54:59 +00:00
style-guide.md Style guide: Attempt to make the L2 and L3 headings more visually distinct 2017-09-09 03:52:23 +00:00
WATCHLISTS Add myself to the watchlist for webrtc/api/ and webrtc/base/ 2017-05-04 13:22:46 +00:00

WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.

Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.

The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others.

Development

See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.

More info