Torne (Richard Coles) | 2a99a7e | 2013-03-28 15:31:22 +0000 | [diff] [blame] | 1 | include_rules = [ |
Torne (Richard Coles) | 2a99a7e | 2013-03-28 15:31:22 +0000 | [diff] [blame] | 2 | "+content/public/common", |
| 3 | "+crypto", |
Torne (Richard Coles) | 2a99a7e | 2013-03-28 15:31:22 +0000 | [diff] [blame] | 4 | "+testing", |
| 5 | "+ui" |
| 6 | ] |
| 7 | |
| 8 | # More specific rules for what we are allowed to include. |
| 9 | specific_include_rules = { |
Torne (Richard Coles) | f2477e0 | 2013-11-28 11:55:43 +0000 | [diff] [blame] | 10 | ".*test\.cc$": [ |
Torne (Richard Coles) | 2a99a7e | 2013-03-28 15:31:22 +0000 | [diff] [blame] | 11 | "+content/public/test", |
Torne (Richard Coles) | 4e180b6 | 2013-10-18 15:46:22 +0100 | [diff] [blame] | 12 | ], |
Torne (Richard Coles) | f2477e0 | 2013-11-28 11:55:43 +0000 | [diff] [blame] | 13 | # Temporary includes for tests. |
| 14 | "^api_permission_set_unittest\.cc$": [ |
Torne (Richard Coles) | 4e180b6 | 2013-10-18 15:46:22 +0100 | [diff] [blame] | 15 | "+chrome/common/extensions/extension_messages.h", |
| 16 | ], |
Torne (Richard Coles) | f2477e0 | 2013-11-28 11:55:43 +0000 | [diff] [blame] | 17 | "^manifest_permission_set_unittest\.cc$": [ |
| 18 | "+chrome/common/extensions/extension_messages.h", |
| 19 | ], |
| 20 | "^permissions_data_unittest\.cc$": [ |
| 21 | "+chrome/common/chrome_version_info.h", |
| 22 | "+chrome/common/extensions/extension_test_util.h", |
| 23 | "+chrome/common/extensions/features/feature_channel.h", |
| 24 | "+chrome/common/extensions/permissions/socket_permission.h", |
| 25 | ], |
Torne (Richard Coles) | 2a99a7e | 2013-03-28 15:31:22 +0000 | [diff] [blame] | 26 | } |