Merge "Add bazel build files" into emu-dev
tree: e50819f39b308b14b68be73d839b37e5fd598289
  1. api/
  2. audio/
  3. build_overrides/
  4. call/
  5. common_audio/
  6. common_video/
  7. configs/
  8. data/
  9. docs/
  10. examples/
  11. experiments/
  12. g3doc/
  13. infra/
  14. logging/
  15. media/
  16. modules/
  17. net/
  18. p2p/
  19. pc/
  20. resources/
  21. rtc_base/
  22. rtc_tools/
  23. sdk/
  24. stats/
  25. system_wrappers/
  26. test/
  27. third_party/
  28. tools_webrtc/
  29. video/
  30. .clang-format
  31. .git-blame-ignore-revs
  32. .gitignore
  33. .gn
  34. .mailmap
  35. .style.yapf
  36. .vpython3
  37. AUTHORS
  38. BUILD.bazel
  39. BUILD.gn
  40. build_defs.bzl
  41. CODE_OF_CONDUCT.md
  42. codereview.settings
  43. DEPS
  44. DIR_METADATA
  45. ENG_REVIEW_OWNERS
  46. LICENSE
  47. license_template.txt
  48. MODULE.bazel
  49. native-api.md
  50. OWNERS
  51. OWNERS.webrtc
  52. OWNERS_INFRA
  53. PATENTS
  54. platform_deps.bzl
  55. PRESUBMIT.py
  56. presubmit_test.py
  57. presubmit_test_mocks.py
  58. pylintrc
  59. pylintrc_old_style
  60. README.chromium
  61. README.md
  62. WATCHLISTS
  63. webrtc.gni
  64. webrtc_lib_link_test.cc
  65. whitespace.txt
  66. WORKSPACE
  67. WORKSPACE.bazel
README.md

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 here for instructions on how to get started developing with the native code.

Authoritative list of directories that contain the native API header files.

More info