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

Unified Diff: components/policy/core/common/BUILD.gn

Issue 775613004: Improve documentation for special-purpose policy providers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@policy_provider_dcheck
Patch Set: Address nits. Created 6 years 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/components_tests.gyp ('k') | components/policy/core/common/forwarding_policy_provider.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/policy/core/common/BUILD.gn
diff --git a/components/policy/core/common/BUILD.gn b/components/policy/core/common/BUILD.gn
index da7cb0db5697b09ffca21a6633523e5fa4f23698..3b79c7084b224cf2b946e611a6a3e2cef45b7acd 100644
--- a/components/policy/core/common/BUILD.gn
+++ b/components/policy/core/common/BUILD.gn
@@ -72,21 +72,19 @@ source_set("common") {
"external_data_fetcher.cc",
"external_data_fetcher.h",
"external_data_manager.h",
- "forwarding_policy_provider.cc",
- "forwarding_policy_provider.h",
"mac_util.cc",
"mac_util.h",
"policy_bundle.cc",
"policy_bundle.h",
"policy_details.h",
+ "policy_load_status.cc",
+ "policy_load_status.h",
"policy_loader_ios.h",
"policy_loader_ios.mm",
"policy_loader_mac.cc",
"policy_loader_mac.h",
"policy_loader_win.cc",
"policy_loader_win.h",
- "policy_load_status.cc",
- "policy_load_status.h",
"policy_map.cc",
"policy_map.h",
"policy_namespace.cc",
@@ -118,6 +116,8 @@ source_set("common") {
"schema_map.h",
"schema_registry.cc",
"schema_registry.h",
+ "schema_registry_tracking_policy_provider.cc",
+ "schema_registry_tracking_policy_provider.h",
"../../policy_export.h",
]
« no previous file with comments | « components/components_tests.gyp ('k') | components/policy/core/common/forwarding_policy_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698