| 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 1063 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1074 ['use_ozone == 1', { | 1074 ['use_ozone == 1', { |
| 1075 'dependencies': [ | 1075 'dependencies': [ |
| 1076 '../ui/ozone/ozone.gyp:ozone', | 1076 '../ui/ozone/ozone.gyp:ozone', |
| 1077 ], | 1077 ], |
| 1078 'sources!': [ | 1078 'sources!': [ |
| 1079 'browser/chromeos/input_method/input_method_engine.cc', | 1079 'browser/chromeos/input_method/input_method_engine.cc', |
| 1080 'browser/chromeos/input_method/input_method_engine.h', | 1080 'browser/chromeos/input_method/input_method_engine.h', |
| 1081 ], | 1081 ], |
| 1082 'sources/': [ | 1082 'sources/': [ |
| 1083 ['exclude', '^browser/chromeos/events/'], | 1083 ['exclude', '^browser/chromeos/events/'], |
| 1084 ['include', '^browser/chromeos/events/event_rewriter_controller.cc']
, | |
| 1085 ['include', '^browser/chromeos/events/event_rewriter_controller.h'], | |
| 1086 ['include', '^browser/chromeos/events/keyboard_driven_event_rewriter
.cc'], | |
| 1087 ['include', '^browser/chromeos/events/keyboard_driven_event_rewriter
.h'], | |
| 1088 ], | 1084 ], |
| 1089 }], | 1085 }], |
| 1090 ], | 1086 ], |
| 1091 }, | 1087 }, |
| 1092 { | 1088 { |
| 1093 # Protobuf compiler / generator for the Drive protocol buffer. | 1089 # Protobuf compiler / generator for the Drive protocol buffer. |
| 1094 'target_name': 'drive_proto', | 1090 'target_name': 'drive_proto', |
| 1095 'type': 'static_library', | 1091 'type': 'static_library', |
| 1096 'sources': [ 'browser/chromeos/drive/drive.proto' ], | 1092 'sources': [ 'browser/chromeos/drive/drive.proto' ], |
| 1097 'variables': { | 1093 'variables': { |
| (...skipping 25 matching lines...) Expand all Loading... |
| 1123 'browser/chromeos/attestation/attestation_signed_data.proto', | 1119 'browser/chromeos/attestation/attestation_signed_data.proto', |
| 1124 ], | 1120 ], |
| 1125 'variables': { | 1121 'variables': { |
| 1126 'proto_in_dir': 'browser/chromeos/attestation', | 1122 'proto_in_dir': 'browser/chromeos/attestation', |
| 1127 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1123 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
| 1128 }, | 1124 }, |
| 1129 'includes': [ '../build/protoc.gypi' ] | 1125 'includes': [ '../build/protoc.gypi' ] |
| 1130 }, | 1126 }, |
| 1131 ], | 1127 ], |
| 1132 } | 1128 } |
| OLD | NEW |