OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
| 2 "+device/usb", |
2 "+net", | 3 "+net", |
3 "+third_party/re2", | 4 "+third_party/re2", |
4 | 5 |
5 # Temporarily allowed includes as part of the app shell/extensions refactor. | 6 # Temporarily allowed includes as part of the app shell/extensions refactor. |
6 # | 7 # |
7 # NOTE: Please do not add includes without talking to the app shell team; | 8 # NOTE: Please do not add includes without talking to the app shell team; |
8 # see OWNERS for this directory. | 9 # see OWNERS for this directory. |
9 # | 10 # |
10 # TODO(benwells): Remove these. http://crbug.com/162530 | 11 # TODO(benwells): Remove these. http://crbug.com/162530 |
11 "+chrome/common/extensions/api/generated_schemas.h", | 12 "+chrome/common/extensions/api/generated_schemas.h", |
12 "+chrome/common/extensions/api/messaging/message.h", | |
13 "+chrome/common/extensions/permissions", | |
14 "+grit/chromium_strings.h", | 13 "+grit/chromium_strings.h", |
15 "+grit/common_resources.h", | 14 "+grit/common_resources.h", |
16 "+grit/extensions_api_resources.h", | 15 "+grit/extensions_api_resources.h", |
17 "+grit/theme_resources.h", | 16 "+grit/theme_resources.h", |
18 # TODO(jamescook): Extract extensions-related strings from this file. | 17 # TODO(jamescook): Extract extensions-related strings from this file. |
19 "+grit/generated_resources.h", | 18 "+grit/generated_resources.h", |
20 ] | 19 ] |
21 | 20 |
22 specific_include_rules = { | 21 specific_include_rules = { |
23 ".*test\.cc": [ | 22 ".*test\.cc": [ |
24 # Temporarily allowed testing includes. See above. | 23 # Temporarily allowed testing includes. See above. |
25 # TODO(benwells): Remove these. http://crbug.com/162530 | 24 # TODO(benwells): Remove these. http://crbug.com/162530 |
26 "+chrome/common/extensions/manifest_tests/extension_manifest_test.h", | 25 "+chrome/common/extensions/manifest_tests/extension_manifest_test.h", |
27 ], | 26 ], |
28 "^permissions_data_unittest\.cc$": [ | 27 "^permissions_data_unittest\.cc$": [ |
29 "+chrome/common/chrome_version_info.h", | 28 "+chrome/common/chrome_version_info.h", |
30 "+chrome/common/extensions/extension_test_util.h", | 29 "+chrome/common/extensions/extension_test_util.h", |
31 "+chrome/common/extensions/features/feature_channel.h", | 30 "+chrome/common/extensions/features/feature_channel.h", |
32 "+chrome/common/extensions/permissions/socket_permission.h", | 31 "+chrome/common/extensions/permissions/socket_permission.h", |
33 ], | 32 ], |
34 } | 33 } |
OLD | NEW |