OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "-chrome", | 2 "+components/keyed_service", |
3 "-content", | 3 "+components/drive", |
4 "+chrome/browser/drive", | |
5 "+components/invalidation", | |
6 ] | 4 ] |
7 | 5 |
8 # The following dependencies should be removed to componentize this | |
9 # directory. crbug.com/257943 | |
10 specific_include_rules = { | |
11 "drive_notification_manager_factory\.cc": [ | |
12 "!chrome/browser/invalidation/profile_invalidation_provider_factory.h", | |
13 "!chrome/browser/profiles/profile.h", | |
14 "!chrome/browser/sync/profile_sync_service.h", | |
15 "!chrome/browser/sync/profile_sync_service_factory.h", | |
16 ], | |
17 "drive_uploader\.cc": [ | |
18 "!content/public/browser/power_save_blocker.h", | |
19 ], | |
20 } | |
OLD | NEW |