| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |