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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'includes': [ 6 'includes': [
7 # Included to get 'mac_bundle_id' and other variables. 7 # Included to get 'mac_bundle_id' and other variables.
8 '../build/chrome_settings.gypi', 8 '../build/chrome_settings.gypi',
9 ], 9 ],
10 'variables': { 10 'variables': {
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
201 'policy/proto/device_management_local.proto', 201 'policy/proto/device_management_local.proto',
202 ], 202 ],
203 'variables': { 203 'variables': {
204 'proto_in_dir': 'policy/proto', 204 'proto_in_dir': 'policy/proto',
205 'proto_out_dir': 'policy/proto', 205 'proto_out_dir': 'policy/proto',
206 }, 206 },
207 'includes': [ 207 'includes': [
208 '../build/protoc.gypi', 208 '../build/protoc.gypi',
209 ], 209 ],
210 'conditions': [ 210 'conditions': [
211 ['OS=="android"', { 211 ['OS=="android" or OS=="ios"', {
212 'sources!': [ 212 'sources!': [
213 'policy/proto/chrome_extension_policy.proto', 213 'policy/proto/chrome_extension_policy.proto',
214 ], 214 ],
215 }], 215 }],
216 ['chromeos==0', { 216 ['chromeos==0', {
217 'sources!': [ 217 'sources!': [
218 'policy/proto/device_management_local.proto', 218 'policy/proto/device_management_local.proto',
219 ], 219 ],
220 }], 220 }],
221 ], 221 ],
(...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after
419 'Copy the Localizable.strings files to the manifest bundle', 419 'Copy the Localizable.strings files to the manifest bundle',
420 'process_outputs_as_mac_bundle_resources': 1, 420 'process_outputs_as_mac_bundle_resources': 1,
421 'msvs_cygwin_shell': 1, 421 'msvs_cygwin_shell': 1,
422 }, 422 },
423 ], 423 ],
424 }, 424 },
425 ], 425 ],
426 }], 426 }],
427 ], 427 ],
428 } 428 }
OLDNEW
« 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