| 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 180 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 191 'cloud_policy_code_generate', | 191 'cloud_policy_code_generate', |
| 192 'cloud_policy_proto_generated_compile', | 192 'cloud_policy_proto_generated_compile', |
| 193 '<(DEPTH)/base/base.gyp:base', | 193 '<(DEPTH)/base/base.gyp:base', |
| 194 '<(DEPTH)/third_party/protobuf/protobuf.gyp:protobuf_lite', | 194 '<(DEPTH)/third_party/protobuf/protobuf.gyp:protobuf_lite', |
| 195 ], | 195 ], |
| 196 'defines': [ | 196 'defines': [ |
| 197 'POLICY_COMPONENT_IMPLEMENTATION', | 197 'POLICY_COMPONENT_IMPLEMENTATION', |
| 198 ], | 198 ], |
| 199 }, | 199 }, |
| 200 { | 200 { |
| 201 # GN version: //components/policy/proto |
| 201 'target_name': 'cloud_policy_proto', | 202 'target_name': 'cloud_policy_proto', |
| 202 'type': '<(component)', | 203 'type': '<(component)', |
| 203 'sources': [ | 204 'sources': [ |
| 204 'policy/proto/chrome_extension_policy.proto', | 205 'policy/proto/chrome_extension_policy.proto', |
| 205 'policy/proto/device_management_backend.proto', | 206 'policy/proto/device_management_backend.proto', |
| 206 'policy/proto/device_management_local.proto', | 207 'policy/proto/device_management_local.proto', |
| 207 'policy/proto/policy_signing_key.proto', | 208 'policy/proto/policy_signing_key.proto', |
| 208 ], | 209 ], |
| 209 'variables': { | 210 'variables': { |
| 210 'proto_in_dir': 'policy/proto', | 211 'proto_in_dir': 'policy/proto', |
| (...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 431 'message': | 432 'message': |
| 432 'Copy the Localizable.strings files to the manifest bundle', | 433 'Copy the Localizable.strings files to the manifest bundle', |
| 433 'process_outputs_as_mac_bundle_resources': 1, | 434 'process_outputs_as_mac_bundle_resources': 1, |
| 434 }, | 435 }, |
| 435 ], | 436 ], |
| 436 }, | 437 }, |
| 437 ], | 438 ], |
| 438 }], | 439 }], |
| 439 ], | 440 ], |
| 440 } | 441 } |
| OLD | NEW |