summaryrefslogtreecommitdiff
path: root/chromium/components/policy/core/DEPS
blob: 7b46c501532773302c706267961bf9e85ebb0d5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
include_rules = [
  "+components/json_schema",
  "+crypto",
  "+google_apis",
  "+net",

  # 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/cloud_policy.pb.h",
  "+policy/proto/device_management_backend.pb.h",
]