No description
Find a file
Henrik Kjellander c03627683f Reland "Move webrtc/{base => rtc_base}" (https://codereview.webrtc.org/2877023002)
Reland the base->rtc_base without adding stub headers (will be
done in follow-up CL). This preserves git blame history of all files.

BUG=webrtc:7634
NOTRY=True
TBR=kwiberg@webrtc.org

Change-Id: Iea3bb6f3f67b8374c96337b63e8f5aa3e6181012
Reviewed-on: https://chromium-review.googlesource.com/554611
Reviewed-by: Henrik Kjellander <kjellander@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#18821}
2017-06-29 06:04:25 +00:00
build_overrides Rename tools-webrtc -> tools_webrtc 2017-05-09 06:30:13 +00:00
data WebRTC: Replace ProjectRootPath by ResourcePath 2016-11-22 18:43:05 +00:00
infra CQ: Add linux_gcc_rel to default trybot set. 2017-06-26 06:12:26 +00:00
resources Corrected the initialization of the AEC3 2017-06-27 14:43:03 +00:00
tools_webrtc Update memcheck suppression for HttpServer.SignalsCloseAfterForcedCloseAll 2017-06-28 20:39:36 +00:00
webrtc Reland "Move webrtc/{base => rtc_base}" (https://codereview.webrtc.org/2877023002) 2017-06-29 06:04:25 +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 Moving scripts to download and build apprtc/collider. 2017-05-09 07:13:47 +00:00
.gn enabling gn check on the whole WebRTC repo 2017-06-01 20:01:48 +00:00
AUTHORS Fix AVFoundation framework import 2017-06-21 10:44:05 +00:00
BUILD.gn Reland of Moving webrtc.gni up one level from build/ (patchset #1 id:1 of https://codereview.webrtc.org/2657563002/ ) 2017-01-24 14:58:22 +00:00
check_root_dir.py Remove root_dir variable from DEPS + enforce rename. 2014-10-09 09:11:27 +00:00
cleanup_links.py Reland of PyLint fixes for tools-webrtc and webrtc/tools (patchset #1 id:1 of https://codereview.webrtc.org/2737233003/ ) 2017-04-05 13:42:43 +00:00
CODE_OF_CONDUCT.md Add code of conduct to WebRTC repo 2017-05-16 12:09:13 +00:00
codereview.settings Move to Chromium's Rietveld at codereview.webrtc.org 2015-06-04 07:07:42 +00:00
DEPS Roll chromium_revision 8af690d4cd..9dd69e9f64 (482924:483005) 2017-06-28 16:55:54 +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 Update pylintrc to catch more style violations. 2017-04-13 05:43:38 +00:00
PATENTS PATENTS: fix reference 2017-01-20 20:45:07 +00:00
PRESUBMIT.py Reland "Move webrtc/{base => rtc_base}" (https://codereview.webrtc.org/2877023002) 2017-06-29 06:04:25 +00:00
pylintrc Update pylintrc to catch more style violations. 2017-04-13 05:43:38 +00:00
README.md Update README.md 2017-03-23 10:46:00 +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