blob: c4c96133ee2719bb05544c6bb2daecd6b47ed633 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
include_rules = [
"+components/json_schema",
"+crypto",
"+google_apis",
"+net",
"+third_party/re2",
# These are generated from components/policy/proto and
# components/policy/resources/policy_templates.json.
"+policy/policy_constants.h",
"+policy/proto/chrome_extension_policy.pb.h",
"+policy/proto/policy_signing_key.pb.h",
"+policy/proto/cloud_policy.pb.h",
"+policy/proto/device_management_backend.pb.h",
]
|