commit | 84bd5c73da93c0ce6e7122442531ac840abe171b | [log] [tgz] |
---|---|---|
author | perkj <perkj@webrtc.org> | Wed Aug 31 06:01:06 2016 |
committer | Commit bot <commit-bot@chromium.org> | Wed Aug 31 06:01:17 2016 |
tree | 4f3d3075e7423699183bf4e69aba64e2a1aeade2 | |
parent | bfd398ccda27550629ec2440888f4083e4510069 [diff] |
Do not build task_queue.cc and include from webrtc_overrides in Chrome. This is step 2 of the plan below. The modified plan 1. First land unmodified task_queue.h into webrtc_override in Chrome 2. Modify build files in the webrtc repo to include the task_queue.h and task_queue.cc from webrtc_overrides. This will breaks webrtc Chrome FYI. 3. Combine a roll of webrtc to Chrome and a the cl in https://codereview.chromium.org/2293913003/ into one cl. The combined cl will roll in build files from 2 and add task_queue.cc in webrtc_overrides and build task_queue_unittest.cc as part of content_unittests to test task_queue.cc in webrtc_overrides. 4... Start using task queues in webrtc........ BUG=webrtc:5687 Review-Url: https://codereview.webrtc.org/2289203002 Cr-Commit-Position: refs/heads/master@{#13983}
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.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.