OLD | NEW |
(Empty) | |
| 1 include_rules = [ |
| 2 # Will move to base/ |
| 3 "+chrome/common/important_file_writer.h", |
| 4 ] |
| 5 |
| 6 specific_include_rules = { |
| 7 '.*_[a-z]+test\.cc': [ |
| 8 "!chrome/common/chrome_notification_types.h", |
| 9 "!chrome/common/chrome_paths.h", |
| 10 "!chrome/common/important_file_writer.h", |
| 11 "!chrome/common/pref_names.h", |
| 12 "!chrome/test/base/testing_pref_service.h", |
| 13 "!content/public/browser/notification_details.h", |
| 14 "!content/public/browser/notification_source.h", |
| 15 "!content/public/browser/notification_types.h", |
| 16 "!content/public/test/mock_notification_observer.h", |
| 17 ], |
| 18 } |
OLD | NEW |