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

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

Issue 2273783002: Move policy generated files to components/policy (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: missed headers Created 4 years, 3 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
« no previous file with comments | « components/policy/BUILD.gn ('k') | components/policy/core/browser/autofill_policy_handler.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 ]
OLDNEW
« no previous file with comments | « components/policy/BUILD.gn ('k') | components/policy/core/browser/autofill_policy_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698