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