diff options
author | bryeung@chromium.org <bryeung@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-11 07:18:15 +0000 |
---|---|---|
committer | bryeung@chromium.org <bryeung@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-11 07:18:15 +0000 |
commit | ad46f2227ee9686a321797db425dd24fa8a44780 (patch) | |
tree | bdc07bacfedd4c0b8ed256cecda017f5e8072f29 /chrome/common/DEPS | |
parent | 6e3586fe3839b991ed0622f4b5b00f006b2029cc (diff) | |
download | chromium_src-ad46f2227ee9686a321797db425dd24fa8a44780.zip chromium_src-ad46f2227ee9686a321797db425dd24fa8a44780.tar.gz chromium_src-ad46f2227ee9686a321797db425dd24fa8a44780.tar.bz2 |
Implement chrome.usb API Permissions.
This change introduces the concept of a permission that MUST be
optional. The usbDevice permission is the first example of this type of
permission.
The permission is specified as a vendorId:productId pair, encoded as a
string.
BUG=123801
Review URL: https://chromiumcodereview.appspot.com/11280311
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@172271 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 f709bc3..c85a982 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/usb", # For UsbDevicePermission "+extensions/common", "+grit", # For generated headers "+libxml", |