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

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: 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
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..ba49b1132dd800077a5db4a94d43e365cda3a8ac 100644
--- a/components/policy/core/common/BUILD.gn
+++ b/components/policy/core/common/BUILD.gn
@@ -70,23 +70,22 @@ source_set("common") {
"configuration_policy_provider.cc",
"configuration_policy_provider.h",
"external_data_fetcher.cc",
+ "../../policy_export.h",
Andrew T Wilson (Slow) 2014/12/05 15:21:04 Why is this moved here?
Mattias Nissler (ping if slow) 2014/12/05 15:24:49 Automated sort didn't sort. Reverted.
"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,7 +117,8 @@ source_set("common") {
"schema_map.h",
"schema_registry.cc",
"schema_registry.h",
- "../../policy_export.h",
+ "schema_registry_tracking_policy_provider.cc",
+ "schema_registry_tracking_policy_provider.h",
]
deps = [

Powered by Google App Engine
This is Rietveld 408576698