Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "-chrome", | 2 "-chrome", |
| 3 "-content", | 3 "-content", |
| 4 "+chrome/browser/drive", | 4 "+chrome/browser/drive", |
| 5 "+content/public/browser", | 5 "+content/public/browser", |
| 6 "+content/public/test", | 6 "+content/public/test", |
| 7 "+components/invalidation", | |
| 7 ] | 8 ] |
| 8 | 9 |
| 9 # The following dependencies should be removed to componentize this | 10 # The following dependencies should be removed to componentize this |
| 10 # directory. crbug.com/257943 | 11 # directory. crbug.com/257943 |
| 11 specific_include_rules = { | 12 specific_include_rules = { |
| 12 "drive_notification_manager_factory\.cc": [ | 13 "drive_notification_manager_factory\.cc": [ |
| 13 "!chrome/browser/invalidation/invalidation_service_factory.h", | 14 "!chrome/browser/invalidation/invalidation_service_factory.h", |
| 14 "!chrome/browser/profiles/profile.h", | 15 "!chrome/browser/profiles/profile.h", |
| 15 "!chrome/browser/sync/profile_sync_service.h", | 16 "!chrome/browser/sync/profile_sync_service.h", |
| 16 "!chrome/browser/sync/profile_sync_service_factory.h", | 17 "!chrome/browser/sync/profile_sync_service_factory.h", |
| 17 ], | 18 ], |
| 18 "drive_notification_manager\.cc": [ | 19 "drive_notification_manager\.cc": [ |
| 19 "!chrome/browser/invalidation/invalidation_service.h", | 20 "!chrome/browser/invalidation/invalidation_service.h", |
|
satorux1
2014/05/01 22:24:16
maybe we can remove this line?
rlarocque
2014/05/01 22:56:29
Done.
| |
| 20 "!chrome/browser/invalidation/invalidation_service_factory.h", | 21 "!chrome/browser/invalidation/invalidation_service_factory.h", |
| 21 "!chrome/browser/profiles/profile.h", | 22 "!chrome/browser/profiles/profile.h", |
| 22 ], | 23 ], |
| 23 } | 24 } |
| OLD | NEW |