Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(123)

Side by Side Diff: components/policy/core/DEPS

Issue 1651203002: Update components for new prefs location. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+components/json_schema", 2 "+components/json_schema",
3 "+components/prefs",
3 "+crypto", 4 "+crypto",
4 "+google_apis", 5 "+google_apis",
5 "+net", 6 "+net",
6 "+third_party/re2", 7 "+third_party/re2",
7 8
8 # These are generated from components/policy/proto and 9 # These are generated from components/policy/proto and
9 # components/policy/resources/policy_templates.json. 10 # components/policy/resources/policy_templates.json.
10 "+policy/policy_constants.h", 11 "+policy/policy_constants.h",
11 "+policy/proto/chrome_extension_policy.pb.h", 12 "+policy/proto/chrome_extension_policy.pb.h",
12 "+policy/proto/policy_signing_key.pb.h", 13 "+policy/proto/policy_signing_key.pb.h",
13 "+policy/proto/cloud_policy.pb.h", 14 "+policy/proto/cloud_policy.pb.h",
14 "+policy/proto/device_management_backend.pb.h", 15 "+policy/proto/device_management_backend.pb.h",
15 "+policy/risk_tag.h", 16 "+policy/risk_tag.h",
16 ] 17 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698