diff options
author | derat@chromium.org <derat@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-13 15:07:08 +0000 |
---|---|---|
committer | derat@chromium.org <derat@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-13 15:07:08 +0000 |
commit | fb820c07559f3873ac0a2cbfe0d78677ca42551a (patch) | |
tree | 2a5000ae02ffa7f770eb213d3773eb5e8f8bab66 /extensions/common/DEPS | |
parent | 41d04938902da920ce6cac3079376ca67bdab349 (diff) | |
download | chromium_src-fb820c07559f3873ac0a2cbfe0d78677ca42551a.zip chromium_src-fb820c07559f3873ac0a2cbfe0d78677ca42551a.tar.gz chromium_src-fb820c07559f3873ac0a2cbfe0d78677ca42551a.tar.bz2 |
Move extension_messages.h to extensions/common.
Move most of chrome/common/extensions/extension_messages.h
into a new extensions/common/extension_messages.h file.
WebApplicationInfo-related IPC definitions are now in
chrome/common/extensions/chrome_extension_messages.h.
BUG=335159
TBR=sky@chromium.org,cdn@chromium.org
Review URL: https://codereview.chromium.org/194333002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@256831 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'extensions/common/DEPS')
-rw-r--r-- | extensions/common/DEPS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/extensions/common/DEPS b/extensions/common/DEPS index 01823a9..b739e1d 100644 --- a/extensions/common/DEPS +++ b/extensions/common/DEPS @@ -9,6 +9,8 @@ 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", |