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