No description
Find a file
ehmaldonado d661e9c354 WebRTC: Replace ProjectRootPath by ResourcePath
BUG=webrtc:6727
NOTRY=True

Review-Url: https://codereview.webrtc.org/2513363004
Cr-Commit-Position: refs/heads/master@{#15201}
2016-11-22 18:43:05 +00:00
build_overrides Roll chromium_revision 1a6cf4da7c..f1e2718a3f (431807:431838) 2016-11-14 07:54:34 +00:00
chromium Updated chromium/.gclient and sync_chromium.py to not ignore third_party/ffmpeg. 2016-01-12 14:05:39 +00:00
data WebRTC: Replace ProjectRootPath by ResourcePath 2016-11-22 18:43:05 +00:00
infra CQ: Remove GYP trybots 2016-11-16 11:09:07 +00:00
resources Modify audio_processing_unittest to use ResourcePath instead of ProjectRootPath. 2016-11-18 12:52:31 +00:00
third_party Update gtest-parallel and introduce gtest-parallel-wrapper. 2016-11-21 16:01:14 +00:00
tools DEPS: Cleanup extra_gyp_flag and extra_gitignore.py 2016-11-22 10:10:09 +00:00
webrtc WebRTC: Replace ProjectRootPath by ResourcePath 2016-11-22 18:43:05 +00:00
.clang-format Android: Update clang-format to follow Google style guide 2016-09-26 18:47:53 +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 DEPS: Specify WebRTC hooks and add a few dependencies 2016-11-22 15:02:16 +00:00
.gn GN: Add //build/toolchain/toolchain.gni to exec_script_whitelist 2016-11-08 18:15:33 +00:00
AUTHORS Add Datachannel support to Android AppRTCMobile 2016-11-18 08:11:04 +00:00
BUILD.gn GN: Build tools and examples by default. 2016-11-08 16:55:18 +00:00
check_root_dir.py Remove root_dir variable from DEPS + enforce rename. 2014-10-09 09:11:27 +00:00
codereview.settings Move to Chromium's Rietveld at codereview.webrtc.org 2015-06-04 07:07:42 +00:00
DEPS DEPS: Specify WebRTC hooks and add a few dependencies 2016-11-22 15:02:16 +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 kwiberg@webrtc.org as root owner. 2016-06-14 09:39:40 +00:00
PATENTS Add references to src/ copies for LICENSE etc. 2011-10-26 01:05:07 +00:00
PRESUBMIT.py Remove all references to GYP 2016-11-16 19:11:38 +00:00
pylintrc PRESUBMIT: Improve PyLint check and add GN format check. 2015-05-25 10:55:50 +00:00
README.md Add README.md to root directory 2015-09-11 09:04:09 +00:00
setup_links.py DEPS: Specify WebRTC hooks and add a few dependencies 2016-11-22 15:02:16 +00:00
sync_chromium.py DEPS: Specify WebRTC hooks and add a few dependencies 2016-11-22 15:02:16 +00:00
WATCHLISTS Removed perkj@ from video WATCHLIST 2016-10-19 11:52:19 +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. This page is maintained by the Google Chrome team.

Development

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

More info