| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 2 # | 2 # |
| 3 # Use of this source code is governed by a BSD-style license that can be | 3 # Use of this source code is governed by a BSD-style license that can be |
| 4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
| 5 | 5 |
| 6 { | 6 { |
| 7 'targets': [ | 7 'targets': [ |
| 8 { | 8 { |
| 9 'target_name': 'browser_chromeos', | 9 'target_name': 'browser_chromeos', |
| 10 'type': 'static_library', | 10 'type': 'static_library', |
| (...skipping 979 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 990 'proto_in_dir': 'browser/chromeos/drive', | 990 'proto_in_dir': 'browser/chromeos/drive', |
| 991 'proto_out_dir': 'chrome/browser/chromeos/drive', | 991 'proto_out_dir': 'chrome/browser/chromeos/drive', |
| 992 }, | 992 }, |
| 993 'includes': [ '../build/protoc.gypi' ] | 993 'includes': [ '../build/protoc.gypi' ] |
| 994 }, | 994 }, |
| 995 { | 995 { |
| 996 # Protobuf compiler / generator for device settings protocol buffers. | 996 # Protobuf compiler / generator for device settings protocol buffers. |
| 997 'target_name': 'device_policy_proto', | 997 'target_name': 'device_policy_proto', |
| 998 'type': 'static_library', | 998 'type': 'static_library', |
| 999 'sources': [ | 999 'sources': [ |
| 1000 'browser/policy/proto/chromeos/chrome_device_policy.proto', | 1000 'browser/chromeos/policy/proto/chrome_device_policy.proto', |
| 1001 'browser/policy/proto/chromeos/install_attributes.proto', | 1001 'browser/chromeos/policy/proto/install_attributes.proto', |
| 1002 ], | 1002 ], |
| 1003 'variables': { | 1003 'variables': { |
| 1004 'proto_in_dir': 'browser/policy/proto/chromeos', | 1004 'proto_in_dir': 'browser/chromeos/policy/proto', |
| 1005 'proto_out_dir': 'chrome/browser/policy/proto/chromeos', | 1005 'proto_out_dir': 'chrome/browser/chromeos/policy/proto', |
| 1006 }, | 1006 }, |
| 1007 'includes': [ '../build/protoc.gypi' ] | 1007 'includes': [ '../build/protoc.gypi' ] |
| 1008 }, | 1008 }, |
| 1009 { | 1009 { |
| 1010 # Protobuf compiler / generator for attestation protocol buffers. | 1010 # Protobuf compiler / generator for attestation protocol buffers. |
| 1011 'target_name': 'attestation_proto', | 1011 'target_name': 'attestation_proto', |
| 1012 'type': 'static_library', | 1012 'type': 'static_library', |
| 1013 'sources': [ | 1013 'sources': [ |
| 1014 'browser/chromeos/attestation/attestation_key_payload.proto', | 1014 'browser/chromeos/attestation/attestation_key_payload.proto', |
| 1015 'browser/chromeos/attestation/attestation_signed_data.proto', | 1015 'browser/chromeos/attestation/attestation_signed_data.proto', |
| 1016 ], | 1016 ], |
| 1017 'variables': { | 1017 'variables': { |
| 1018 'proto_in_dir': 'browser/chromeos/attestation', | 1018 'proto_in_dir': 'browser/chromeos/attestation', |
| 1019 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1019 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
| 1020 }, | 1020 }, |
| 1021 'includes': [ '../build/protoc.gypi' ] | 1021 'includes': [ '../build/protoc.gypi' ] |
| 1022 }, | 1022 }, |
| 1023 ], | 1023 ], |
| 1024 } | 1024 } |
| OLD | NEW |