Chromium Code Reviews| 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', |
| + ], |
| + }], |
| ], |
| }], |
| ], |