[email protected] | 885c0e9 | 2012-11-13 20:27:42 | [diff] [blame] | 1 | include_rules = [ |
2 | "+base", | ||||
[email protected] | 993da5e | 2013-03-23 21:25:16 | [diff] [blame^] | 3 | "+content/public/common", |
4 | "+crypto", | ||||
[email protected] | e9f541a | 2012-11-19 21:52:31 | [diff] [blame] | 5 | "+googleurl", |
[email protected] | 993da5e | 2013-03-23 21:25:16 | [diff] [blame^] | 6 | "+testing", |
7 | "+ui" | ||||
[email protected] | 885c0e9 | 2012-11-13 20:27:42 | [diff] [blame] | 8 | ] |
[email protected] | 993da5e | 2013-03-23 21:25:16 | [diff] [blame^] | 9 | |
10 | # More specific rules for what we are allowed to include. | ||||
11 | specific_include_rules = { | ||||
12 | ".*test\.cc": [ | ||||
13 | # For chrome::TEST_DATA_DIR; test data should be migrated to src/extensions. | ||||
14 | "+chrome/common/chrome_paths.h", | ||||
15 | "+content/public/test", | ||||
16 | ] | ||||
17 | } |