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

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

Issue 2942373002: Extract AD policy scheduler into separate class (Closed)
Patch Set: Simplify public interface (and implementation) Created 3 years, 6 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 17217b1ad8741015d0bc8313ae8ed4612de3b605..d50938404959886c04750749b0d98e20e1d79497 100644
--- a/components/policy/core/common/BUILD.gn
+++ b/components/policy/core/common/BUILD.gn
@@ -157,6 +157,7 @@ source_set("internal") {
"ntdsapi.lib",
]
}
+
# Compile on Linux for fuzzer and since code is reused on Chrome OS.
if (is_win || is_linux) {
sources += [
@@ -188,6 +189,8 @@ source_set("internal") {
}
if (is_chromeos) {
sources += [
+ "policy_scheduler.cc",
+ "policy_scheduler.h",
"proxy_policy_provider.cc",
"proxy_policy_provider.h",
]
@@ -305,7 +308,10 @@ source_set("unit_tests") {
]
}
if (is_chromeos) {
- sources += [ "proxy_policy_provider_unittest.cc" ]
+ sources += [
+ "policy_scheduler_unittest.cc",
+ "proxy_policy_provider_unittest.cc",
+ ]
} else {
sources += [
"cloud/user_cloud_policy_manager_unittest.cc",
« no previous file with comments | « chrome/browser/chromeos/policy/active_directory_policy_manager.cc ('k') | components/policy/core/common/policy_scheduler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698