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

Unified Diff: components/policy/policy_common.gypi

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
Index: components/policy/policy_common.gypi
diff --git a/components/policy/policy_common.gypi b/components/policy/policy_common.gypi
index ef2464378e02e34d3ba64fa5a774bd1944880c1a..6e8fd9178adb894ba7acf225e78d1719fcfc7a9b 100644
--- a/components/policy/policy_common.gypi
+++ b/components/policy/policy_common.gypi
@@ -99,8 +99,8 @@
'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_mac.mm',
Sergey Ulanov 2015/01/13 22:30:01 You also need to update the corresponding BUILD.gn
Łukasz Anforowicz 2015/01/13 23:21:24 Thanks for catching this. Done.
'core/common/policy_loader_win.cc',
'core/common/policy_loader_win.h',
'core/common/policy_map.cc',

Powered by Google App Engine
This is Rietveld 408576698