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

Unified Diff: components/policy/policy_common.gypi

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/policy/core/common/schema_registry_tracking_policy_provider_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/policy/policy_common.gypi
diff --git a/components/policy/policy_common.gypi b/components/policy/policy_common.gypi
index 721e1ca986f9cccf05a06f405ec87d4a0954eba2..ef2464378e02e34d3ba64fa5a774bd1944880c1a 100644
--- a/components/policy/policy_common.gypi
+++ b/components/policy/policy_common.gypi
@@ -90,21 +90,19 @@
'core/common/external_data_fetcher.cc',
'core/common/external_data_fetcher.h',
'core/common/external_data_manager.h',
- 'core/common/forwarding_policy_provider.cc',
- 'core/common/forwarding_policy_provider.h',
'core/common/mac_util.cc',
'core/common/mac_util.h',
'core/common/policy_bundle.cc',
'core/common/policy_bundle.h',
'core/common/policy_details.h',
+ 'core/common/policy_load_status.cc',
+ 'core/common/policy_load_status.h',
'core/common/policy_loader_ios.h',
'core/common/policy_loader_ios.mm',
'core/common/policy_loader_mac.cc',
'core/common/policy_loader_mac.h',
'core/common/policy_loader_win.cc',
'core/common/policy_loader_win.h',
- 'core/common/policy_load_status.cc',
- 'core/common/policy_load_status.h',
'core/common/policy_map.cc',
'core/common/policy_map.h',
'core/common/policy_namespace.cc',
@@ -136,6 +134,8 @@
'core/common/schema_map.h',
'core/common/schema_registry.cc',
'core/common/schema_registry.h',
+ 'core/common/schema_registry_tracking_policy_provider.cc',
+ 'core/common/schema_registry_tracking_policy_provider.h',
'policy_export.h',
],
'conditions': [
« no previous file with comments | « components/policy/core/common/schema_registry_tracking_policy_provider_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698