| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "-chrome", | 2 "-chrome", |
| 3 "-content", | 3 "-content", |
| 4 "+chrome/browser/google_apis", | 4 "+chrome/browser/google_apis", |
| 5 | 5 |
| 6 # Temporarily needed, see http://crbug.com/146989 | 6 # Temporarily needed, see http://crbug.com/146989 |
| 7 "!chrome/browser/invalidation/invalidation_service_factory.h", |
| 8 "!chrome/browser/invalidation/invalidation_service.h", |
| 7 "!chrome/browser/profiles/profile.h", | 9 "!chrome/browser/profiles/profile.h", |
| 8 "!chrome/browser/signin/token_service_factory.h", | 10 "!chrome/browser/signin/token_service_factory.h", |
| 9 "!chrome/browser/signin/token_service.h", | 11 "!chrome/browser/signin/token_service.h", |
| 10 "!chrome/browser/sync/profile_sync_service_factory.h", | 12 "!chrome/browser/sync/profile_sync_service_factory.h", |
| 11 "!chrome/browser/sync/profile_sync_service.h", | 13 "!chrome/browser/sync/profile_sync_service.h", |
| 12 "!chrome/common/chrome_notification_types.h", | 14 "!chrome/common/chrome_notification_types.h", |
| 13 "!content/public/browser/browser_thread.h", | 15 "!content/public/browser/browser_thread.h", |
| 14 "!content/public/browser/notification_details.h", | 16 "!content/public/browser/notification_details.h", |
| 15 "!content/public/browser/notification_observer.h", | 17 "!content/public/browser/notification_observer.h", |
| 16 "!content/public/browser/notification_registrar.h", | 18 "!content/public/browser/notification_registrar.h", |
| (...skipping 10 matching lines...) Expand all Loading... |
| 27 "!content/public/test/test_browser_thread.h", | 29 "!content/public/test/test_browser_thread.h", |
| 28 "!content/public/test/test_utils.h", | 30 "!content/public/test/test_utils.h", |
| 29 ], | 31 ], |
| 30 "drive_uploader.cc": [ | 32 "drive_uploader.cc": [ |
| 31 "!content/public/browser/power_save_blocker.h", | 33 "!content/public/browser/power_save_blocker.h", |
| 32 ], | 34 ], |
| 33 "http_server.cc": [ | 35 "http_server.cc": [ |
| 34 "!content/public/test/test_utils.h", | 36 "!content/public/test/test_utils.h", |
| 35 ], | 37 ], |
| 36 } | 38 } |
| OLD | NEW |