summaryrefslogtreecommitdiff
path: root/chromium/components/services/app_service/DEPS
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/components/services/app_service/DEPS')
-rw-r--r--chromium/components/services/app_service/DEPS43
1 files changed, 43 insertions, 0 deletions
diff --git a/chromium/components/services/app_service/DEPS b/chromium/components/services/app_service/DEPS
new file mode 100644
index 00000000000..895523f0e50
--- /dev/null
+++ b/chromium/components/services/app_service/DEPS
@@ -0,0 +1,43 @@
+include_rules = [
+ "+components/prefs",
+ "+components/services/app_service/public/cpp",
+ "+content/public",
+]
+
+specific_include_rules = {
+ "app_registry_cache_wrapper\.cc": [
+ "+components/account_id/account_id.h",
+ ],
+ "app_registry_cache\.h": [
+ "+components/account_id/account_id.h",
+ ],
+ "app_update\.h": [
+ "+components/account_id/account_id.h",
+ ],
+ "instance_registry\.h": [
+ "+ash/public/cpp/shelf_types.h",
+ ],
+ "icon_cache\.h": [
+ "+ui/gfx/image/image_skia.h",
+ ],
+ "instance\.h": [
+ "+ui/aura/window.h",
+ "+ui/gfx/image/image_skia_rep.h",
+ ],
+ "icon_cache_unittest\.cc": [
+ "+chrome/test/base/testing_profile.h",
+ "+ui/gfx/geometry/size.h",
+ "+ui/gfx/image/image_skia_rep.h",
+ ],
+ "instance_registry_unittest\.cc": [
+ "+ui/aura/window.h",
+ "+chrome/test/base/testing_profile.h",
+ ],
+ "instance_update_unittest\.cc": [
+ "+chrome/test/base/testing_profile.h",
+ ],
+ "stub_icon_loader\.cc": [
+ "+ui/gfx/image/image_skia.h",
+ "+ui/gfx/image/image_skia_rep.h",
+ ],
+}