diff options
author | jamescook <jamescook@chromium.org> | 2014-12-16 10:16:33 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-12-16 18:16:51 +0000 |
commit | f1545b589690bee6b281f3913ff04f28955e312e (patch) | |
tree | 75900a95b0d99394ae02362c34df38653d0a4167 /extensions/browser/DEPS | |
parent | 5f800e1c0a25cbe873fdefe03165cbba8998cc42 (diff) | |
download | chromium_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/browser/DEPS')
-rw-r--r-- | extensions/browser/DEPS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extensions/browser/DEPS b/extensions/browser/DEPS index eb71651..64083c6 100644 --- a/extensions/browser/DEPS +++ b/extensions/browser/DEPS @@ -1,4 +1,5 @@ include_rules = [ + "+chromeos", "+components/keyed_service", "+components/omaha_client", "+components/pref_registry", |