This is step 1 in the following process to move the task runner abstraction over to Chrome, without gettings link errors on duplicate symbols. 1. Move files from the rtc_base target to a new target rtc_task_runner, and let rtc_base publicly depend on it. 2. In Chrome, add an explicit dependency on rtc_task_runner where it depends on rtc_base. 3. Drop the webrtc dependency rtc_base --> rtc_task_runner. 4. Copy task runner code to Chrome (cl https://codereview.chromium.org/2694903005/), and drop its dependency on webrtc's rtc_task_runner target. 5. Delete the rtc_task_runner target and corresponding source files from webrtc. Mission accomplished! BUG=webrtc:6424 Review-Url: https://codereview.webrtc.org/2696703009 Cr-Commit-Position: refs/heads/master@{#16710}
Name: WebRTC URL: http://www.webrtc.org Version: 90 License: BSD License File: LICENSE Description: WebRTC provides real time voice and video processing functionality to enable the implementation of PeerConnection/MediaStream. Third party code used in this project is described in the file LICENSE_THIRD_PARTY.