summaryrefslogtreecommitdiffstats
path: root/apps/DEPS
diff options
context:
space:
mode:
authorderat@chromium.org <derat@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-13 15:07:08 +0000
committerderat@chromium.org <derat@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-13 15:07:08 +0000
commitfb820c07559f3873ac0a2cbfe0d78677ca42551a (patch)
tree2a5000ae02ffa7f770eb213d3773eb5e8f8bab66 /apps/DEPS
parent41d04938902da920ce6cac3079376ca67bdab349 (diff)
downloadchromium_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 'apps/DEPS')
-rw-r--r--apps/DEPS1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/DEPS b/apps/DEPS
index 4f3f455..d1ca9f4 100644
--- a/apps/DEPS
+++ b/apps/DEPS
@@ -37,7 +37,6 @@ include_rules = [
"+chrome/browser/extensions/unpacked_installer.h",
"+chrome/common/extensions/api/app_runtime.h",
"+chrome/common/extensions/api/app_window.h",
- "+chrome/common/extensions/extension_messages.h",
"+chrome/common/extensions/manifest_handlers/icons_handler.h",
]