diff options
author | rockot@chromium.org <rockot@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-21 11:48:22 +0000 |
---|---|---|
committer | rockot@chromium.org <rockot@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-21 11:48:22 +0000 |
commit | 91add6a698f0ae8edc06b4a2317355ed20e03ff1 (patch) | |
tree | 03974c7aeb90a54f3bfc22d9696676242754fdc1 /extensions/common/DEPS | |
parent | d51ac46315b27dec43d52cbaf8fe5257c9c499ce (diff) | |
download | chromium_src-91add6a698f0ae8edc06b4a2317355ed20e03ff1.zip chromium_src-91add6a698f0ae8edc06b4a2317355ed20e03ff1.tar.gz chromium_src-91add6a698f0ae8edc06b4a2317355ed20e03ff1.tar.bz2 |
Move basic API permissions code out of //chrome
This stuff can live in //extensions, and moving it there allows us
to kill a few more //chrome entries from extensions deps.
Also //chrome/common/extensions/api/messaging/message.h moves to
//extensions/common/api/messaging/message.h because it's cheap and easy.
BUG=354602
TBR=kalman@chromium.org
TBR=bryueng@chromium.org for device/usb dep
Review URL: https://codereview.chromium.org/201203006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@258534 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'extensions/common/DEPS')
-rw-r--r-- | extensions/common/DEPS | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/extensions/common/DEPS b/extensions/common/DEPS index c75b833..12baab5 100644 --- a/extensions/common/DEPS +++ b/extensions/common/DEPS @@ -1,4 +1,5 @@ include_rules = [ + "+device/usb", "+net", "+third_party/re2", @@ -9,8 +10,6 @@ include_rules = [ # # TODO(benwells): Remove these. http://crbug.com/162530 "+chrome/common/extensions/api/generated_schemas.h", - "+chrome/common/extensions/api/messaging/message.h", - "+chrome/common/extensions/permissions", "+grit/chromium_strings.h", "+grit/common_resources.h", "+grit/extensions_api_resources.h", |