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/chromeos/login/user_manager.h", | 7 "!chrome/browser/chromeos/login/user_manager.h", |
8 "!chrome/browser/profiles/profile.h", | 8 "!chrome/browser/profiles/profile.h", |
9 "!chrome/browser/profiles/profile_dependency_manager.h", | 9 "!chrome/browser/profiles/profile_dependency_manager.h", |
10 "!chrome/browser/profiles/profile_keyed_service.h", | 10 "!chrome/browser/profiles/profile_keyed_service.h", |
11 "!chrome/browser/profiles/profile_keyed_service_factory.h", | 11 "!chrome/browser/profiles/profile_keyed_service_factory.h", |
12 "!chrome/browser/signin/token_service_factory.h", | 12 "!chrome/browser/signin/token_service_factory.h", |
13 "!chrome/browser/signin/token_service.h", | 13 "!chrome/browser/signin/token_service.h", |
| 14 "!chrome/browser/sync/profile_sync_service.h", |
14 "!chrome/browser/sync/profile_sync_service_factory.h", | 15 "!chrome/browser/sync/profile_sync_service_factory.h", |
15 "!chrome/common/chrome_notification_types.h", | 16 "!chrome/common/chrome_notification_types.h", |
16 "!content/public/browser/browser_thread.h", | 17 "!content/public/browser/browser_thread.h", |
17 "!content/public/browser/notification_details.h", | 18 "!content/public/browser/notification_details.h", |
18 "!content/public/browser/notification_observer.h", | 19 "!content/public/browser/notification_observer.h", |
19 "!content/public/browser/notification_registrar.h", | 20 "!content/public/browser/notification_registrar.h", |
20 "!content/public/browser/notification_source.h", | 21 "!content/public/browser/notification_source.h", |
21 "!content/public/browser/notification_types.h", | 22 "!content/public/browser/notification_types.h", |
22 | 23 |
23 ] | 24 ] |
24 | 25 |
25 specific_include_rules = { | 26 specific_include_rules = { |
26 ".*_[a-z]+test\.cc": [ | 27 ".*_[a-z]+test\.cc": [ |
27 # Temporarily needed, see http://crbug.com/146989 | 28 # Temporarily needed, see http://crbug.com/146989 |
28 "!chrome/browser/chromeos/system/timezone_settings.h", | 29 "!chrome/browser/chromeos/system/timezone_settings.h", |
29 "!chrome/test/base/testing_browser_process.h", | 30 "!chrome/test/base/testing_browser_process.h", |
30 "!chrome/test/base/testing_profile.h", | 31 "!chrome/test/base/testing_profile.h", |
31 "!content/public/test/test_browser_thread.h", | 32 "!content/public/test/test_browser_thread.h", |
32 "!content/public/test/test_utils.h", | 33 "!content/public/test/test_utils.h", |
33 ], | 34 ], |
34 "drive_uploader.cc": [ | 35 "drive_uploader.cc": [ |
35 "!content/public/browser/power_save_blocker.h", | 36 "!content/public/browser/power_save_blocker.h", |
36 ], | 37 ], |
37 "http_server.cc": [ | 38 "http_server.cc": [ |
38 "!content/public/test/test_utils.h", | 39 "!content/public/test/test_utils.h", |
39 ], | 40 ], |
40 } | 41 } |
OLD | NEW |