| 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 866 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 877 'proto_in_dir': 'browser/chromeos/drive', | 877 'proto_in_dir': 'browser/chromeos/drive', |
| 878 'proto_out_dir': 'chrome/browser/chromeos/drive', | 878 'proto_out_dir': 'chrome/browser/chromeos/drive', |
| 879 }, | 879 }, |
| 880 'includes': [ '../build/protoc.gypi' ] | 880 'includes': [ '../build/protoc.gypi' ] |
| 881 }, | 881 }, |
| 882 { | 882 { |
| 883 # Protobuf compiler / generator for device settings protocol buffers. | 883 # Protobuf compiler / generator for device settings protocol buffers. |
| 884 'target_name': 'device_policy_proto', | 884 'target_name': 'device_policy_proto', |
| 885 'type': 'static_library', | 885 'type': 'static_library', |
| 886 'sources': [ | 886 'sources': [ |
| 887 'browser/chromeos/policy/proto/chrome_device_policy.proto', | 887 'browser/policy/proto/chromeos/chrome_device_policy.proto', |
| 888 'browser/chromeos/policy/proto/install_attributes.proto', | 888 'browser/policy/proto/chromeos/install_attributes.proto', |
| 889 ], | 889 ], |
| 890 'variables': { | 890 'variables': { |
| 891 'proto_in_dir': 'browser/chromeos/policy/proto', | 891 'proto_in_dir': 'browser/policy/proto/chromeos', |
| 892 'proto_out_dir': 'chrome/browser/chromeos/policy/proto', | 892 'proto_out_dir': 'chrome/browser/policy/proto/chromeos', |
| 893 }, | 893 }, |
| 894 'includes': [ '../build/protoc.gypi' ] | 894 'includes': [ '../build/protoc.gypi' ] |
| 895 }, | 895 }, |
| 896 ], | 896 ], |
| 897 } | 897 } |
| OLD | NEW |