summaryrefslogtreecommitdiffstats
path: root/extensions/shell/app_shell.gyp
diff options
context:
space:
mode:
authorjamescook <jamescook@chromium.org>2014-12-16 10:16:33 -0800
committerCommit bot <commit-bot@chromium.org>2014-12-16 18:16:51 +0000
commitf1545b589690bee6b281f3913ff04f28955e312e (patch)
tree75900a95b0d99394ae02362c34df38653d0a4167 /extensions/shell/app_shell.gyp
parent5f800e1c0a25cbe873fdefe03165cbba8998cc42 (diff)
downloadchromium_src-f1545b589690bee6b281f3913ff04f28955e312e.zip
chromium_src-f1545b589690bee6b281f3913ff04f28955e312e.tar.gz
chromium_src-f1545b589690bee6b281f3913ff04f28955e312e.tar.bz2
app_shell: Move chrome.audio extensions API to //extensions
This allows app_shell to use chrome.audio. Extend the stub PrefHandler to support get/set of volume so the audio API tests still pass. In a later CL the audio code will be refactored to allow app_shell to use the real AudioDevicePrefHandler. BUG=442401 TEST=app_shell_browsertests AudioApiTest Review URL: https://codereview.chromium.org/804173003 Cr-Commit-Position: refs/heads/master@{#308611}
Diffstat (limited to 'extensions/shell/app_shell.gyp')
-rw-r--r--extensions/shell/app_shell.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/extensions/shell/app_shell.gyp b/extensions/shell/app_shell.gyp
index c673175..7818688 100644
--- a/extensions/shell/app_shell.gyp
+++ b/extensions/shell/app_shell.gyp
@@ -219,6 +219,7 @@
# TODO(yoz): Refactor once we have a second test target.
# TODO(yoz): Something is off here; should this .gyp file be
# in the parent directory? Test target extensions_browsertests?
+ '../browser/api/audio/audio_apitest.cc',
'../browser/api/dns/dns_apitest.cc',
'../browser/api/hid/hid_apitest.cc',
'../browser/api/socket/socket_apitest.cc',