summaryrefslogtreecommitdiffstats
path: root/chrome/browser/drive/DEPS
blob: 5d3d822abce2ef12cd6d5b9383e8dcc80e1f51a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
include_rules = [
  "-chrome",
  "-content",
  "+chrome/browser/drive",
  "+content/public/browser",
  "+content/public/test",
  "+components/invalidation",
]

# The following dependencies should be removed to componentize this
# directory. crbug.com/257943
specific_include_rules = {
  "drive_notification_manager_factory\.cc": [
    "!chrome/browser/invalidation/profile_invalidation_provider_factory.h",
    "!chrome/browser/profiles/profile.h",
    "!chrome/browser/sync/profile_sync_service.h",
    "!chrome/browser/sync/profile_sync_service_factory.h",
  ],
}