diff options
author | kmadhusu@chromium.org <kmadhusu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-04 18:06:06 +0000 |
---|---|---|
committer | kmadhusu@chromium.org <kmadhusu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-04 18:06:06 +0000 |
commit | 4b6de89b8a0fedf9e6a379f317f19a04c84967ce (patch) | |
tree | a42dbddf09b25b7bf4da5000496bd7875590c0f4 /chrome/common/DEPS | |
parent | d0274482cbfce3d738f34efbf7a3a9a4c3d0cad4 (diff) | |
download | chromium_src-4b6de89b8a0fedf9e6a379f317f19a04c84967ce.zip chromium_src-4b6de89b8a0fedf9e6a379f317f19a04c84967ce.tar.gz chromium_src-4b6de89b8a0fedf9e6a379f317f19a04c84967ce.tar.bz2 |
Try 2 [Media Gallery] Move chrome/browser/media_transfer_protocol code to src/device.
BUG=156929
TEST=none
Original CL: https://chromiumcodereview.appspot.com/11744014
Review URL: https://chromiumcodereview.appspot.com/11744030
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175150 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/DEPS')
-rw-r--r-- | chrome/common/DEPS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/common/DEPS b/chrome/common/DEPS index c85a982..a1d6202 100644 --- a/chrome/common/DEPS +++ b/chrome/common/DEPS @@ -1,6 +1,7 @@ include_rules = [ "+chrome/plugin", # For checking whether we're a plugin process. "+device/bluetooth", # For BluetoothDevicePermission + "+device/media_transfer_protocol", # For MediaTransferProtocolManager "+device/usb", # For UsbDevicePermission "+extensions/common", "+grit", # For generated headers |