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

Unified Diff: components/policy/policy_common.gypi

Issue 179813008: Move PolicyLoaderMac::CreateValueFromProperty to a generic file. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: POLICY_EXPORT Created 6 years, 10 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 0b75ebeb48d195f535d1d9c246d2caf46a911219..c222ce8b507da91542c80d0a52af1ad8a667206e 100644
--- a/components/policy/policy_common.gypi
+++ b/components/policy/policy_common.gypi
@@ -92,6 +92,8 @@
'core/common/external_data_manager.h',
'core/common/forwarding_policy_provider.cc',
'core/common/forwarding_policy_provider.h',
+ 'core/common/mac_util.cc',
+ 'core/common/mac_util.h',
'core/common/policy_bundle.cc',
'core/common/policy_bundle.h',
'core/common/policy_details.h',
@@ -175,6 +177,12 @@
'core/common/cloud/user_cloud_policy_store.h',
],
}],
+ ['OS!="ios" and OS!="mac"', {
+ 'sources!': [
+ 'core/common/mac_util.cc',
+ 'core/common/mac_util.h',
+ ],
+ }],
],
}, { # configuration_policy==0
# Some of the policy code is always enabled, so that other parts of

Powered by Google App Engine
This is Rietveld 408576698