libjingle: Removes all references to talk/sound. The current reference comes...
libjingle: Removes all references to talk/sound. The current reference comes from cl 153321 where it was added under the flag enabled_libjingle_device_manager which is by default set to 0. The comment in that cl says it is to enable using this gyp file in the standalone build. This means that the code was never intended to be built for Chromium. Since that cl was committed the approach has changed. We are now creating new gyp files in the standalone build, containing parts of libjingle and phasing out libjingle.gyp one piece at a time. The files removed in this cl are part of (../webrtc's) sound.gyp which is not (and will not be) built in Chromium. The reason it is in webrtc is that libjingle and webrtc are being merged into one project. BUG=https://code.google.com/p/webrtc/issues/detail?id=3379 Review URL: https://codereview.chromium.org/532293002 Cr-Commit-Position: refs/heads/master@{#293806}
Showing
Please register or sign in to comment