OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
64 'dbus/flimflam_profile_client.h', | 64 'dbus/flimflam_profile_client.h', |
65 'dbus/flimflam_service_client.cc', | 65 'dbus/flimflam_service_client.cc', |
66 'dbus/flimflam_service_client.h', | 66 'dbus/flimflam_service_client.h', |
67 'dbus/ibus/ibus_client.cc', | 67 'dbus/ibus/ibus_client.cc', |
68 'dbus/ibus/ibus_client.h', | 68 'dbus/ibus/ibus_client.h', |
69 'dbus/ibus/ibus_constants.h', | 69 'dbus/ibus/ibus_constants.h', |
70 'dbus/ibus/ibus_object.cc', | 70 'dbus/ibus/ibus_object.cc', |
71 'dbus/ibus/ibus_object.h', | 71 'dbus/ibus/ibus_object.h', |
72 'dbus/ibus/ibus_text.cc', | 72 'dbus/ibus/ibus_text.cc', |
73 'dbus/ibus/ibus_text.h', | 73 'dbus/ibus/ibus_text.h', |
| 74 'dbus/ibus/ibus_input_context_client.cc', |
| 75 'dbus/ibus/ibus_input_context_client.h', |
74 'dbus/image_burner_client.cc', | 76 'dbus/image_burner_client.cc', |
75 'dbus/image_burner_client.h', | 77 'dbus/image_burner_client.h', |
76 'dbus/introspectable_client.cc', | 78 'dbus/introspectable_client.cc', |
77 'dbus/introspectable_client.h', | 79 'dbus/introspectable_client.h', |
78 'dbus/power_manager_client.cc', | 80 'dbus/power_manager_client.cc', |
79 'dbus/power_manager_client.h', | 81 'dbus/power_manager_client.h', |
80 'dbus/power_supply_status.cc', | 82 'dbus/power_supply_status.cc', |
81 'dbus/power_supply_status.h', | 83 'dbus/power_supply_status.h', |
82 'dbus/session_manager_client.cc', | 84 'dbus/session_manager_client.cc', |
83 'dbus/session_manager_client.h', | 85 'dbus/session_manager_client.h', |
84 'dbus/speech_synthesizer_client.cc', | 86 'dbus/speech_synthesizer_client.cc', |
85 'dbus/speech_synthesizer_client.h', | 87 'dbus/speech_synthesizer_client.h', |
86 'dbus/update_engine_client.cc', | 88 'dbus/update_engine_client.cc', |
87 'dbus/update_engine_client.h', | 89 'dbus/update_engine_client.h', |
88 ], | 90 ], |
89 }, | 91 }, |
90 { | 92 { |
91 # This target contains mocks that can be used to write unit tests. | 93 # This target contains mocks that can be used to write unit tests. |
92 'target_name': 'chromeos_test_support', | 94 'target_name': 'chromeos_test_support', |
93 'type': 'static_library', | 95 'type': 'static_library', |
94 'dependencies': [ | 96 'dependencies': [ |
95 '../build/linux/system.gyp:dbus', | 97 '../build/linux/system.gyp:dbus', |
96 '../testing/gmock.gyp:gmock', | 98 '../testing/gmock.gyp:gmock', |
97 'chromeos', | 99 'chromeos', |
98 ], | 100 ], |
99 'sources': [ | 101 'sources': [ |
100 'dbus/ibus/mock_ibus_client.cc', | 102 'dbus/ibus/mock_ibus_client.cc', |
101 'dbus/ibus/mock_ibus_client.h', | 103 'dbus/ibus/mock_ibus_client.h', |
| 104 'dbus/ibus/mock_ibus_input_context_client.cc', |
| 105 'dbus/ibus/mock_ibus_input_context_client.h', |
102 'dbus/mock_bluetooth_adapter_client.cc', | 106 'dbus/mock_bluetooth_adapter_client.cc', |
103 'dbus/mock_bluetooth_adapter_client.h', | 107 'dbus/mock_bluetooth_adapter_client.h', |
104 'dbus/mock_bluetooth_device_client.cc', | 108 'dbus/mock_bluetooth_device_client.cc', |
105 'dbus/mock_bluetooth_device_client.h', | 109 'dbus/mock_bluetooth_device_client.h', |
106 'dbus/mock_bluetooth_input_client.cc', | 110 'dbus/mock_bluetooth_input_client.cc', |
107 'dbus/mock_bluetooth_input_client.h', | 111 'dbus/mock_bluetooth_input_client.h', |
108 'dbus/mock_bluetooth_manager_client.cc', | 112 'dbus/mock_bluetooth_manager_client.cc', |
109 'dbus/mock_bluetooth_manager_client.h', | 113 'dbus/mock_bluetooth_manager_client.h', |
110 'dbus/mock_bluetooth_node_client.cc', | 114 'dbus/mock_bluetooth_node_client.cc', |
111 'dbus/mock_bluetooth_node_client.h', | 115 'dbus/mock_bluetooth_node_client.h', |
(...skipping 26 matching lines...) Expand all Loading... |
138 'dbus/mock_introspectable_client.cc', | 142 'dbus/mock_introspectable_client.cc', |
139 'dbus/mock_introspectable_client.h', | 143 'dbus/mock_introspectable_client.h', |
140 'dbus/mock_power_manager_client.cc', | 144 'dbus/mock_power_manager_client.cc', |
141 'dbus/mock_power_manager_client.h', | 145 'dbus/mock_power_manager_client.h', |
142 'dbus/mock_session_manager_client.cc', | 146 'dbus/mock_session_manager_client.cc', |
143 'dbus/mock_session_manager_client.h', | 147 'dbus/mock_session_manager_client.h', |
144 'dbus/mock_speech_synthesizer_client.cc', | 148 'dbus/mock_speech_synthesizer_client.cc', |
145 'dbus/mock_speech_synthesizer_client.h', | 149 'dbus/mock_speech_synthesizer_client.h', |
146 'dbus/mock_update_engine_client.cc', | 150 'dbus/mock_update_engine_client.cc', |
147 'dbus/mock_update_engine_client.h', | 151 'dbus/mock_update_engine_client.h', |
| 152 'dbus/ibus/mock_ibus_input_context_client.cc', |
| 153 'dbus/ibus/mock_ibus_input_context_client.h', |
148 ], | 154 ], |
149 'include_dirs': [ | 155 'include_dirs': [ |
150 '..', | 156 '..', |
151 ], | 157 ], |
152 }, | 158 }, |
153 { | 159 { |
154 'target_name': 'chromeos_unittests', | 160 'target_name': 'chromeos_unittests', |
155 'type': 'executable', | 161 'type': 'executable', |
156 'dependencies': [ | 162 'dependencies': [ |
157 '../base/base.gyp:run_all_unittests', | 163 '../base/base.gyp:run_all_unittests', |
(...skipping 11 matching lines...) Expand all Loading... |
169 'dbus/flimflam_device_client_unittest.cc', | 175 'dbus/flimflam_device_client_unittest.cc', |
170 'dbus/flimflam_ipconfig_client_unittest.cc', | 176 'dbus/flimflam_ipconfig_client_unittest.cc', |
171 'dbus/flimflam_manager_client_unittest.cc', | 177 'dbus/flimflam_manager_client_unittest.cc', |
172 'dbus/flimflam_network_client_unittest.cc', | 178 'dbus/flimflam_network_client_unittest.cc', |
173 'dbus/flimflam_profile_client_unittest.cc', | 179 'dbus/flimflam_profile_client_unittest.cc', |
174 'dbus/flimflam_service_client_unittest.cc', | 180 'dbus/flimflam_service_client_unittest.cc', |
175 'dbus/gsm_sms_client_unittest.cc', | 181 'dbus/gsm_sms_client_unittest.cc', |
176 'dbus/ibus/ibus_client_unittest.cc', | 182 'dbus/ibus/ibus_client_unittest.cc', |
177 'dbus/ibus/ibus_object_unittest.cc', | 183 'dbus/ibus/ibus_object_unittest.cc', |
178 'dbus/ibus/ibus_text_unittest.cc', | 184 'dbus/ibus/ibus_text_unittest.cc', |
| 185 'dbus/ibus/ibus_input_context_client_unittest.cc' |
179 ], | 186 ], |
180 'include_dirs': [ | 187 'include_dirs': [ |
181 '..', | 188 '..', |
182 ], | 189 ], |
183 }, | 190 }, |
184 { | 191 { |
185 # Protobuf compiler / generator for the PowerSupplyProperties protocol | 192 # Protobuf compiler / generator for the PowerSupplyProperties protocol |
186 # buffer. | 193 # buffer. |
187 'target_name': 'power_state_control_proto', | 194 'target_name': 'power_state_control_proto', |
188 'type': 'static_library', | 195 'type': 'static_library', |
(...skipping 15 matching lines...) Expand all Loading... |
204 '../third_party/cros_system_api/dbus/power_supply_properties.proto', | 211 '../third_party/cros_system_api/dbus/power_supply_properties.proto', |
205 ], | 212 ], |
206 'variables': { | 213 'variables': { |
207 'proto_in_dir': '../third_party/cros_system_api/dbus/', | 214 'proto_in_dir': '../third_party/cros_system_api/dbus/', |
208 'proto_out_dir': 'chromeos/dbus', | 215 'proto_out_dir': 'chromeos/dbus', |
209 }, | 216 }, |
210 'includes': ['../build/protoc.gypi'], | 217 'includes': ['../build/protoc.gypi'], |
211 }, | 218 }, |
212 ], | 219 ], |
213 } | 220 } |
OLD | NEW |