summaryrefslogtreecommitdiffstats
path: root/components/components.gyp
diff options
context:
space:
mode:
authorckehoe <ckehoe@chromium.org>2015-02-17 12:05:24 -0800
committerCommit bot <commit-bot@chromium.org>2015-02-17 20:06:05 +0000
commita9408e1449c5f950c1923ea90d75d7b00eccd753 (patch)
tree64494a2323d245692faa4a2e110fd842ad3bddb4 /components/components.gyp
parent53e8439a5807f3ffd3e3f5d4dbd3f1d1614ef249 (diff)
downloadchromium_src-a9408e1449c5f950c1923ea90d75d7b00eccd753.zip
chromium_src-a9408e1449c5f950c1923ea90d75d7b00eccd753.tar.gz
chromium_src-a9408e1449c5f950c1923ea90d75d7b00eccd753.tar.bz2
Pulls the audio handling out of copresence and into its own component, with no functional changes. This is part of a larger plan to make audio token exchange available directly, via a private API.
rkc@ and xiyuan@ for copresence review. caitkp@ for component review. thestig@ for chrome/browser/DEPS review. jam@, avi@ for content/ DEPS review. dalecurtis@ for media/ DEPS review. andrew@webrtc for WavWriter DEPS review. BUG=455823 Review URL: https://codereview.chromium.org/865483005 Cr-Commit-Position: refs/heads/master@{#316639}
Diffstat (limited to 'components/components.gyp')
-rw-r--r--components/components.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/components.gyp b/components/components.gyp
index c8b1e35..974d292 100644
--- a/components/components.gyp
+++ b/components/components.gyp
@@ -93,6 +93,7 @@
}],
['OS != "ios" and OS != "android"', {
'includes': [
+ 'audio_modem.gypi',
'copresence.gypi',
'proximity_auth.gypi',
'storage_monitor.gypi',