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