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

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

Issue 2276593004: Device registration using an enrollment certificate from the PCA. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed constant. Created 4 years, 4 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 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 0ec600530d97714d27d4a343ba0a0ce95850c9f0..d288700513fc30932e58c9d696569806b77d62e5 100644
--- a/components/policy/core/common/BUILD.gn
+++ b/components/policy/core/common/BUILD.gn
@@ -68,6 +68,7 @@ source_set("internal") {
"cloud/policy_header_service.h",
"cloud/resource_cache.cc",
"cloud/resource_cache.h",
+ "cloud/signing_service.h",
"cloud/user_cloud_policy_manager.cc",
"cloud/user_cloud_policy_manager.h",
"cloud/user_cloud_policy_store.cc",
@@ -239,6 +240,8 @@ if (enable_configuration_policy) {
"cloud/mock_cloud_policy_store.h",
"cloud/mock_device_management_service.cc",
"cloud/mock_device_management_service.h",
+ "cloud/mock_signing_service.cc",
+ "cloud/mock_signing_service.h",
"cloud/mock_user_cloud_policy_store.cc",
"cloud/mock_user_cloud_policy_store.h",
"cloud/policy_builder.cc",

Powered by Google App Engine
This is Rietveld 408576698