summaryrefslogtreecommitdiffstats
path: root/.gn
diff options
context:
space:
mode:
authorreillyg <reillyg@chromium.org>2015-06-23 23:20:29 -0700
committerCommit bot <commit-bot@chromium.org>2015-06-24 06:20:53 +0000
commit279c98b1100c96e3cb18bd395633d7cb1efcfe9b (patch)
tree6e80372a86f6c4d9a1df21a7ea9b3d842c579c0e /.gn
parentf092394668e4f917a87b04973ae3e79f221b1fd3 (diff)
downloadchromium_src-279c98b1100c96e3cb18bd395633d7cb1efcfe9b.zip
chromium_src-279c98b1100c96e3cb18bd395633d7cb1efcfe9b.tar.gz
chromium_src-279c98b1100c96e3cb18bd395633d7cb1efcfe9b.tar.bz2
Open USB devices through the permission broker's OpenPath method.
The permission broker now supports opening devices on behalf of Chrome. This change starts doing so for USB devices. This will allow the permission broker to apply restrictions to the file descriptor before it is passed to Chrome. FakePermissionBrokerClient is given a simple implementation of OpenPath for testing purposes. BUG=496469 Review URL: https://codereview.chromium.org/1172533002 Cr-Commit-Position: refs/heads/master@{#335876}
Diffstat (limited to '.gn')
-rw-r--r--.gn3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gn b/.gn
index c186410..9af1760 100644
--- a/.gn
+++ b/.gn
@@ -44,7 +44,8 @@ check_targets = [
"//crypto/*",
"//data/*",
"//dbus/*",
- "//device/*",
+
+ #"//device/*", # Ran into http://crbug.com/500761 adding dbus dependency
#"//extensions/*", # Lots of errors.
#"//gin/*", # Easy.