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

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

Issue 830193002: Using PolicyServiceWatcher instead of PolicyWatcherLinux/Win/Mac. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed code review feedback from Sergey. Created 5 years, 11 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
« no previous file with comments | « chrome/common/chrome_paths.cc ('k') | components/policy/core/common/policy_loader_mac.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 3b79c7084b224cf2b946e611a6a3e2cef45b7acd..fbbc7e2aa3279408507bbc34efd331e80bf624fb 100644
--- a/components/policy/core/common/BUILD.gn
+++ b/components/policy/core/common/BUILD.gn
@@ -61,8 +61,8 @@ source_set("common") {
"cloud/user_info_fetcher.h",
"cloud/user_policy_request_context.cc",
"cloud/user_policy_request_context.h",
- "async_policy_loader.cc",
"async_policy_loader.h",
+ "async_policy_loader.mm",
Lei Zhang 2015/01/14 00:20:02 I think you changed the wrong file name here?
Łukasz Anforowicz 2015/01/14 00:48:51 Thanks for catching this. Fixed.
"async_policy_provider.cc",
"async_policy_provider.h",
"config_dir_policy_loader.cc",
« no previous file with comments | « chrome/common/chrome_paths.cc ('k') | components/policy/core/common/policy_loader_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698