summaryrefslogtreecommitdiffstats
path: root/extensions/browser/DEPS
diff options
context:
space:
mode:
authorjamescook@chromium.org <jamescook@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-26 04:27:28 +0000
committerjamescook@chromium.org <jamescook@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-26 04:27:28 +0000
commit62c2eebfa7e5159c06d5e8ad58eb85c30b246db4 (patch)
treeece6e6b23d8cff0e613bef5dbdbaacbde15465c7 /extensions/browser/DEPS
parent2c184cf74486866ec48ee21c5fa2d858af84549f (diff)
downloadchromium_src-62c2eebfa7e5159c06d5e8ad58eb85c30b246db4.zip
chromium_src-62c2eebfa7e5159c06d5e8ad58eb85c30b246db4.tar.gz
chromium_src-62c2eebfa7e5159c06d5e8ad58eb85c30b246db4.tar.bz2
Extract RuntimeEventRouter from extensions Runtime API
Another step toward moving the runtime API to src/extensions so it can be used by app_shell. BUG=354552 TEST=browser_tests ExtensionApi*:*Runtime* TBR=xiyuan@chromium.org for header file move touching chrome/browser/chromeos/app_mode Review URL: https://codereview.chromium.org/206613005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@259477 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'extensions/browser/DEPS')
-rw-r--r--extensions/browser/DEPS2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/browser/DEPS b/extensions/browser/DEPS
index 3ff0288..22cf083 100644
--- a/extensions/browser/DEPS
+++ b/extensions/browser/DEPS
@@ -15,8 +15,8 @@ include_rules = [
"+chrome/browser/chrome_notification_types.h",
"+chrome/browser/extensions/api/content_settings/content_settings_store.h",
"+chrome/browser/extensions/api/preference/preference_api.h",
- "+chrome/browser/extensions/api/runtime/runtime_api.h",
"+chrome/browser/renderer_host/chrome_render_message_filter.h",
+ "+chrome/common/extensions/api/runtime.h",
"+chrome/common/extensions/api/sockets/sockets_manifest_data.h",
"+chrome/common/extensions/features/feature_channel.h",
"+grit/generated_resources.h",