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

Unified Diff: components/policy/policy_common.gypi

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/policy/core/common/cloud/policy_builder.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/policy/policy_common.gypi
diff --git a/components/policy/policy_common.gypi b/components/policy/policy_common.gypi
index 2adb75d11a93aff535582b633b5b199599bbfbf9..fc265a2df4e23ee8c2ddec85cb9b1fb6fcedf4e0 100644
--- a/components/policy/policy_common.gypi
+++ b/components/policy/policy_common.gypi
@@ -132,7 +132,7 @@
'policy_export.h',
],
'conditions': [
- ['OS=="android"', {
+ ['OS=="android" or OS=="ios"', {
'sources': [
'core/common/cloud/component_cloud_policy_service_stub.cc',
],
« no previous file with comments | « components/policy/core/common/cloud/policy_builder.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698