OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+third_party/re2" | 2 "+third_party/re2", |
| 3 |
| 4 # Temporarily allowed includes as part of the app shell/extensions refactor. |
| 5 # |
| 6 # NOTE: Please do not add includes without talking to the app shell team; |
| 7 # see OWNERS for this directory. |
| 8 # |
| 9 # TODO(benwells): Remove these. http://crbug.com/162530 |
| 10 "+chrome/common/extensions/api/generated_schemas.h", |
| 11 "+chrome/common/extensions/extension.h", |
| 12 "+chrome/common/extensions/permissions/permissions_data.h", |
| 13 "+grit/common_resources.h", |
| 14 "+grit/extensions_api_resources.h" |
3 ] | 15 ] |
OLD | NEW |