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

Unified Diff: components/components_tests.gyp

Issue 140823002: Enable building with configuration_policy==1 on ios. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | « components/components.gyp ('k') | components/policy.gypi » ('j') | no next file with comments »
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 291b5489f2fe687529043930dfffe06a3825cea7..8c19433bf5ac1c5a8da65747f21bae756e5c18e2 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -255,7 +255,7 @@
'policy/core/common/schema_unittest.cc',
],
'conditions': [
- ['OS=="android"', {
+ ['OS=="android" or OS=="ios"', {
'sources!': [
'policy/core/common/async_policy_provider_unittest.cc',
'policy/core/common/cloud/component_cloud_policy_service_unittest.cc',
« no previous file with comments | « components/components.gyp ('k') | components/policy.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698