| OLD | NEW |
| (Empty) | |
| 1 include_rules = [ |
| 2 "-chrome", |
| 3 "-content", |
| 4 "+chrome/browser/google_apis", |
| 5 |
| 6 # Temporarily needed, see http://crbug.com/146989 |
| 7 "!chrome/browser/chromeos/gdata/drive_service_interface.h", |
| 8 "!chrome/browser/chromeos/gdata/gdata_operations.h", |
| 9 "!chrome/browser/chromeos/gdata/gdata_wapi_parser.h", |
| 10 "!chrome/browser/chromeos/gdata/operation_runner.h", |
| 11 "!chrome/browser/chromeos/gdata/operations_base.h", |
| 12 "!chrome/browser/chromeos/gdata/task_util.h", |
| 13 "!chrome/browser/chromeos/login/user_manager.h", |
| 14 "!chrome/browser/prefs/pref_service.h", |
| 15 "!chrome/browser/profiles/profile.h", |
| 16 "!chrome/browser/signin/token_service_factory.h", |
| 17 "!chrome/browser/signin/token_service.h", |
| 18 "!chrome/common/chrome_notification_types.h", |
| 19 "!chrome/common/chrome_switches.h", |
| 20 "!chrome/common/net/url_util.h", |
| 21 "!chrome/common/pref_names.h", |
| 22 "!content/public/browser/browser_thread.h", |
| 23 "!content/public/browser/notification_details.h", |
| 24 "!content/public/browser/notification_observer.h", |
| 25 "!content/public/browser/notification_registrar.h", |
| 26 "!content/public/browser/notification_source.h", |
| 27 "!content/public/browser/notification_types.h", |
| 28 ] |
| 29 |
| 30 specific_include_rules = { |
| 31 ".*_[a-z]+test\.cc": [ |
| 32 # Temporarily needed, see http://crbug.com/146989 |
| 33 "!chrome/browser/chromeos/system/timezone_settings.h", |
| 34 "!chrome/common/chrome_paths.h", |
| 35 ], |
| 36 } |
| OLD | NEW |