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

Unified Diff: components/components_tests.gyp

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
« no previous file with comments | « no previous file | components/policy/core/common/mac_util.h » ('j') | components/policy/core/common/mac_util.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/components_tests.gyp
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index 73c55b8a3701b381caaf65d9647a1c6b8c42ddd3..1fe98ccf84b0b2f4dae7b6349981476ff9417f03 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -371,6 +371,11 @@
'policy/core/common/cloud/user_cloud_policy_store_unittest.cc',
],
}],
+ ['OS=="ios" or OS=="mac"', {
+ 'sources': [
+ 'policy/core/common/mac_util_unittest.cc',
+ ],
+ }],
],
}],
],
« no previous file with comments | « no previous file | components/policy/core/common/mac_util.h » ('j') | components/policy/core/common/mac_util.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698