| 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 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 69 'dbus/flimflam_profile_client.h', | 69 'dbus/flimflam_profile_client.h', |
| 70 'dbus/flimflam_service_client.cc', | 70 'dbus/flimflam_service_client.cc', |
| 71 'dbus/flimflam_service_client.h', | 71 'dbus/flimflam_service_client.h', |
| 72 'dbus/ibus/ibus_client.cc', | 72 'dbus/ibus/ibus_client.cc', |
| 73 'dbus/ibus/ibus_client.h', | 73 'dbus/ibus/ibus_client.h', |
| 74 'dbus/ibus/ibus_constants.h', | 74 'dbus/ibus/ibus_constants.h', |
| 75 'dbus/ibus/ibus_object.cc', | 75 'dbus/ibus/ibus_object.cc', |
| 76 'dbus/ibus/ibus_object.h', | 76 'dbus/ibus/ibus_object.h', |
| 77 'dbus/ibus/ibus_text.cc', | 77 'dbus/ibus/ibus_text.cc', |
| 78 'dbus/ibus/ibus_text.h', | 78 'dbus/ibus/ibus_text.h', |
| 79 'dbus/ibus/ibus_input_context_client.cc', |
| 80 'dbus/ibus/ibus_input_context_client.h', |
| 79 'dbus/image_burner_client.cc', | 81 'dbus/image_burner_client.cc', |
| 80 'dbus/image_burner_client.h', | 82 'dbus/image_burner_client.h', |
| 81 'dbus/introspectable_client.cc', | 83 'dbus/introspectable_client.cc', |
| 82 'dbus/introspectable_client.h', | 84 'dbus/introspectable_client.h', |
| 83 'dbus/power_manager_client.cc', | 85 'dbus/power_manager_client.cc', |
| 84 'dbus/power_manager_client.h', | 86 'dbus/power_manager_client.h', |
| 85 'dbus/power_supply_status.cc', | 87 'dbus/power_supply_status.cc', |
| 86 'dbus/power_supply_status.h', | 88 'dbus/power_supply_status.h', |
| 87 'dbus/session_manager_client.cc', | 89 'dbus/session_manager_client.cc', |
| 88 'dbus/session_manager_client.h', | 90 'dbus/session_manager_client.h', |
| (...skipping 10 matching lines...) Expand all Loading... |
| 99 'target_name': 'chromeos_test_support', | 101 'target_name': 'chromeos_test_support', |
| 100 'type': 'static_library', | 102 'type': 'static_library', |
| 101 'dependencies': [ | 103 'dependencies': [ |
| 102 '../build/linux/system.gyp:dbus', | 104 '../build/linux/system.gyp:dbus', |
| 103 '../testing/gmock.gyp:gmock', | 105 '../testing/gmock.gyp:gmock', |
| 104 'chromeos', | 106 'chromeos', |
| 105 ], | 107 ], |
| 106 'sources': [ | 108 'sources': [ |
| 107 'dbus/ibus/mock_ibus_client.cc', | 109 'dbus/ibus/mock_ibus_client.cc', |
| 108 'dbus/ibus/mock_ibus_client.h', | 110 'dbus/ibus/mock_ibus_client.h', |
| 111 'dbus/ibus/mock_ibus_input_context_client.cc', |
| 112 'dbus/ibus/mock_ibus_input_context_client.h', |
| 109 'dbus/mock_bluetooth_adapter_client.cc', | 113 'dbus/mock_bluetooth_adapter_client.cc', |
| 110 'dbus/mock_bluetooth_adapter_client.h', | 114 'dbus/mock_bluetooth_adapter_client.h', |
| 111 'dbus/mock_bluetooth_device_client.cc', | 115 'dbus/mock_bluetooth_device_client.cc', |
| 112 'dbus/mock_bluetooth_device_client.h', | 116 'dbus/mock_bluetooth_device_client.h', |
| 113 'dbus/mock_bluetooth_input_client.cc', | 117 'dbus/mock_bluetooth_input_client.cc', |
| 114 'dbus/mock_bluetooth_input_client.h', | 118 'dbus/mock_bluetooth_input_client.h', |
| 115 'dbus/mock_bluetooth_manager_client.cc', | 119 'dbus/mock_bluetooth_manager_client.cc', |
| 116 'dbus/mock_bluetooth_manager_client.h', | 120 'dbus/mock_bluetooth_manager_client.h', |
| 117 'dbus/mock_bluetooth_node_client.cc', | 121 'dbus/mock_bluetooth_node_client.cc', |
| 118 'dbus/mock_bluetooth_node_client.h', | 122 'dbus/mock_bluetooth_node_client.h', |
| (...skipping 26 matching lines...) Expand all Loading... |
| 145 'dbus/mock_introspectable_client.cc', | 149 'dbus/mock_introspectable_client.cc', |
| 146 'dbus/mock_introspectable_client.h', | 150 'dbus/mock_introspectable_client.h', |
| 147 'dbus/mock_power_manager_client.cc', | 151 'dbus/mock_power_manager_client.cc', |
| 148 'dbus/mock_power_manager_client.h', | 152 'dbus/mock_power_manager_client.h', |
| 149 'dbus/mock_session_manager_client.cc', | 153 'dbus/mock_session_manager_client.cc', |
| 150 'dbus/mock_session_manager_client.h', | 154 'dbus/mock_session_manager_client.h', |
| 151 'dbus/mock_speech_synthesizer_client.cc', | 155 'dbus/mock_speech_synthesizer_client.cc', |
| 152 'dbus/mock_speech_synthesizer_client.h', | 156 'dbus/mock_speech_synthesizer_client.h', |
| 153 'dbus/mock_update_engine_client.cc', | 157 'dbus/mock_update_engine_client.cc', |
| 154 'dbus/mock_update_engine_client.h', | 158 'dbus/mock_update_engine_client.h', |
| 159 'dbus/ibus/mock_ibus_input_context_client.cc', |
| 160 'dbus/ibus/mock_ibus_input_context_client.h', |
| 155 ], | 161 ], |
| 156 'include_dirs': [ | 162 'include_dirs': [ |
| 157 '..', | 163 '..', |
| 158 ], | 164 ], |
| 159 }, | 165 }, |
| 160 { | 166 { |
| 161 'target_name': 'chromeos_unittests', | 167 'target_name': 'chromeos_unittests', |
| 162 'type': 'executable', | 168 'type': 'executable', |
| 163 'dependencies': [ | 169 'dependencies': [ |
| 164 '../base/base.gyp:run_all_unittests', | 170 '../base/base.gyp:run_all_unittests', |
| (...skipping 11 matching lines...) Expand all Loading... |
| 176 'dbus/flimflam_device_client_unittest.cc', | 182 'dbus/flimflam_device_client_unittest.cc', |
| 177 'dbus/flimflam_ipconfig_client_unittest.cc', | 183 'dbus/flimflam_ipconfig_client_unittest.cc', |
| 178 'dbus/flimflam_manager_client_unittest.cc', | 184 'dbus/flimflam_manager_client_unittest.cc', |
| 179 'dbus/flimflam_network_client_unittest.cc', | 185 'dbus/flimflam_network_client_unittest.cc', |
| 180 'dbus/flimflam_profile_client_unittest.cc', | 186 'dbus/flimflam_profile_client_unittest.cc', |
| 181 'dbus/flimflam_service_client_unittest.cc', | 187 'dbus/flimflam_service_client_unittest.cc', |
| 182 'dbus/gsm_sms_client_unittest.cc', | 188 'dbus/gsm_sms_client_unittest.cc', |
| 183 'dbus/ibus/ibus_client_unittest.cc', | 189 'dbus/ibus/ibus_client_unittest.cc', |
| 184 'dbus/ibus/ibus_object_unittest.cc', | 190 'dbus/ibus/ibus_object_unittest.cc', |
| 185 'dbus/ibus/ibus_text_unittest.cc', | 191 'dbus/ibus/ibus_text_unittest.cc', |
| 192 'dbus/ibus/ibus_input_context_client_unittest.cc', |
| 186 'network/network_sms_handler_unittest.cc', | 193 'network/network_sms_handler_unittest.cc', |
| 187 ], | 194 ], |
| 188 'include_dirs': [ | 195 'include_dirs': [ |
| 189 '..', | 196 '..', |
| 190 ], | 197 ], |
| 191 }, | 198 }, |
| 192 { | 199 { |
| 193 # Protobuf compiler / generator for the PowerSupplyProperties protocol | 200 # Protobuf compiler / generator for the PowerSupplyProperties protocol |
| 194 # buffer. | 201 # buffer. |
| 195 'target_name': 'power_state_control_proto', | 202 'target_name': 'power_state_control_proto', |
| (...skipping 16 matching lines...) Expand all Loading... |
| 212 '../third_party/cros_system_api/dbus/power_supply_properties.proto', | 219 '../third_party/cros_system_api/dbus/power_supply_properties.proto', |
| 213 ], | 220 ], |
| 214 'variables': { | 221 'variables': { |
| 215 'proto_in_dir': '../third_party/cros_system_api/dbus/', | 222 'proto_in_dir': '../third_party/cros_system_api/dbus/', |
| 216 'proto_out_dir': 'chromeos/dbus', | 223 'proto_out_dir': 'chromeos/dbus', |
| 217 }, | 224 }, |
| 218 'includes': ['../build/protoc.gypi'], | 225 'includes': ['../build/protoc.gypi'], |
| 219 }, | 226 }, |
| 220 ], | 227 ], |
| 221 } | 228 } |
| OLD | NEW |