summaryrefslogtreecommitdiffstats
path: root/apps/DEPS
diff options
context:
space:
mode:
authorjamescook@chromium.org <jamescook@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-24 12:44:09 +0000
committerjamescook@chromium.org <jamescook@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-24 12:44:09 +0000
commit2d9f2a797d43c8f91673c0501b175b62cd354402 (patch)
tree52c9caf220ff7b80776387706d91d152151fbc59 /apps/DEPS
parent35662cf6a174f1924f20d6b78241e6095fa9fb3e (diff)
downloadchromium_src-2d9f2a797d43c8f91673c0501b175b62cd354402.zip
chromium_src-2d9f2a797d43c8f91673c0501b175b62cd354402.tar.gz
chromium_src-2d9f2a797d43c8f91673c0501b175b62cd354402.tar.bz2
Remove ExtensionService dependencies from src/apps
ExtensionService lives in src/chrome, so src/apps shouldn't depend on it. This CL removes all-but-one references to it and tightens the DEPS file. BUG=none TEST=browser_tests, unit_tests, interactive_ui_tests Review URL: https://codereview.chromium.org/145133012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@246851 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'apps/DEPS')
-rw-r--r--apps/DEPS5
1 files changed, 4 insertions, 1 deletions
diff --git a/apps/DEPS b/apps/DEPS
index 5f666f9..947c471 100644
--- a/apps/DEPS
+++ b/apps/DEPS
@@ -35,7 +35,6 @@ include_rules = [
"+chrome/browser/extensions/extension_keybinding_registry.h",
"+chrome/browser/extensions/extension_prefs.h",
"+chrome/browser/extensions/extension_prefs_factory.h",
- "+chrome/browser/extensions/extension_service.h",
"+chrome/browser/extensions/extension_system.h",
"+chrome/browser/extensions/extension_system_factory.h",
"+chrome/browser/extensions/extension_web_contents_observer.h",
@@ -48,6 +47,10 @@ include_rules = [
]
specific_include_rules = {
+ # Needs to be able to reload extensions. http://crbug.com/162530
+ "app_load_service\.cc": [
+ "+chrome/browser/extensions/extension_service.h",
+ ],
"(.*test\.cc|.*test_mac\.mm)": [
"+chrome/browser/browser_shutdown.h",
"+chrome/browser/extensions/extension_browsertest.h",