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

Unified Diff: components/policy.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
Index: components/policy.gypi
diff --git a/components/policy.gypi b/components/policy.gypi
index c1afa6d4422a9158dada7d748f4f4f6a1c396882..91d4c4e20831e67f80eba686bebb74d8adc1edd7 100644
--- a/components/policy.gypi
+++ b/components/policy.gypi
@@ -208,7 +208,7 @@
'../build/protoc.gypi',
],
'conditions': [
- ['OS=="android"', {
+ ['OS=="android" or OS=="ios"', {
'sources!': [
'policy/proto/chrome_extension_policy.proto',
],
« no previous file with comments | « components/components_tests.gyp ('k') | components/policy/core/common/cloud/cloud_policy_refresh_scheduler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698