[email protected] | af4ac5de8 | 2012-04-05 00:50:27 | [diff] [blame] | 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 |
| 3 | # found in the LICENSE file. |
| 4 | |
| 5 | { |
| 6 | 'variables': { |
| 7 | 'chromium_code': 1, |
| 8 | }, |
| 9 | 'targets': [ |
| 10 | { |
| 11 | 'target_name': 'chromeos', |
| 12 | 'type': '<(component)', |
| 13 | 'dependencies': [ |
| 14 | '../base/base.gyp:base', |
[email protected] | 64e19925 | 2012-04-06 01:54:36 | [diff] [blame] | 15 | '../build/linux/system.gyp:dbus', |
| 16 | '../dbus/dbus.gyp:dbus', |
| 17 | '../net/net.gyp:net', |
[email protected] | b6ebf07 | 2012-05-30 10:44:34 | [diff] [blame] | 18 | '../third_party/libxml/libxml.gyp:libxml', |
[email protected] | 23bf56f | 2012-11-21 19:33:42 | [diff] [blame] | 19 | 'power_manager_proto', |
[email protected] | 64e19925 | 2012-04-06 01:54:36 | [diff] [blame] | 20 | 'power_state_control_proto', |
| 21 | 'power_supply_properties_proto', |
[email protected] | 960058f | 2012-09-11 13:23:31 | [diff] [blame] | 22 | 'video_activity_update_proto', |
[email protected] | af4ac5de8 | 2012-04-05 00:50:27 | [diff] [blame] | 23 | ], |
[email protected] | b387864 | 2012-05-15 15:04:32 | [diff] [blame] | 24 | 'defines': [ |
| 25 | 'CHROMEOS_IMPLEMENTATION', |
| 26 | ], |
[email protected] | af4ac5de8 | 2012-04-05 00:50:27 | [diff] [blame] | 27 | 'sources': [ |
| 28 | 'chromeos_export.h', |
[email protected] | 66149a5c | 2012-05-11 19:14:27 | [diff] [blame] | 29 | 'chromeos_switches.cc', |
| 30 | 'chromeos_switches.h', |
[email protected] | 6666e5bf | 2012-08-26 12:11:37 | [diff] [blame] | 31 | 'cryptohome/async_method_caller.cc', |
| 32 | 'cryptohome/async_method_caller.h', |
[email protected] | 64e19925 | 2012-04-06 01:54:36 | [diff] [blame] | 33 | 'dbus/blocking_method_caller.cc', |
| 34 | 'dbus/blocking_method_caller.h', |
| 35 | 'dbus/bluetooth_adapter_client.cc', |
| 36 | 'dbus/bluetooth_adapter_client.h', |
| 37 | 'dbus/bluetooth_agent_service_provider.cc', |
| 38 | 'dbus/bluetooth_agent_service_provider.h', |
| 39 | 'dbus/bluetooth_device_client.cc', |
| 40 | 'dbus/bluetooth_device_client.h', |
| 41 | 'dbus/bluetooth_input_client.cc', |
| 42 | 'dbus/bluetooth_input_client.h', |
| 43 | 'dbus/bluetooth_manager_client.cc', |
| 44 | 'dbus/bluetooth_manager_client.h', |
| 45 | 'dbus/bluetooth_node_client.cc', |
| 46 | 'dbus/bluetooth_node_client.h', |
[email protected] | 2b7c40d | 2012-06-15 03:50:45 | [diff] [blame] | 47 | 'dbus/bluetooth_out_of_band_client.cc', |
| 48 | 'dbus/bluetooth_out_of_band_client.h', |
[email protected] | 64e19925 | 2012-04-06 01:54:36 | [diff] [blame] | 49 | 'dbus/bluetooth_property.cc', |
| 50 | 'dbus/bluetooth_property.h', |
[email protected] | 64e19925 | 2012-04-06 01:54:36 | [diff] [blame] | 51 | 'dbus/cros_disks_client.cc', |
| 52 | 'dbus/cros_disks_client.h', |
| 53 | 'dbus/cryptohome_client.cc', |
| 54 | 'dbus/cryptohome_client.h', |
| 55 | 'dbus/dbus_client_implementation_type.h', |
| 56 | 'dbus/dbus_method_call_status.h', |
| 57 | 'dbus/dbus_thread_manager.cc', |
| 58 | 'dbus/dbus_thread_manager.h', |
| 59 | 'dbus/debug_daemon_client.cc', |
| 60 | 'dbus/debug_daemon_client.h', |
[email protected] | 3e87a6c | 2012-04-19 08:18:48 | [diff] [blame] | 61 | 'dbus/gsm_sms_client.cc', |
| 62 | 'dbus/gsm_sms_client.h', |
[email protected] | 07c674cd | 2012-09-07 20:53:56 | [diff] [blame] | 63 | 'dbus/shill_ipconfig_client.cc', |
| 64 | 'dbus/shill_ipconfig_client.h', |
| 65 | 'dbus/shill_client_helper.cc', |
| 66 | 'dbus/shill_client_helper.h', |
| 67 | 'dbus/shill_device_client.cc', |
| 68 | 'dbus/shill_device_client.h', |
| 69 | 'dbus/shill_manager_client.cc', |
| 70 | 'dbus/shill_manager_client.h', |
| 71 | 'dbus/shill_network_client.cc', |
| 72 | 'dbus/shill_network_client.h', |
| 73 | 'dbus/shill_profile_client.cc', |
| 74 | 'dbus/shill_profile_client.h', |
| 75 | 'dbus/shill_service_client.cc', |
| 76 | 'dbus/shill_service_client.h', |
[email protected] | ce4f353 | 2012-05-11 20:41:53 | [diff] [blame] | 77 | 'dbus/ibus/ibus_client.cc', |
| 78 | 'dbus/ibus/ibus_client.h', |
[email protected] | f98713f | 2012-07-09 09:57:40 | [diff] [blame] | 79 | 'dbus/ibus/ibus_component.cc', |
| 80 | 'dbus/ibus/ibus_component.h', |
[email protected] | 25fe204 | 2012-11-05 09:43:31 | [diff] [blame] | 81 | 'dbus/ibus/ibus_config_client.cc', |
| 82 | 'dbus/ibus/ibus_config_client.h', |
[email protected] | ce4f353 | 2012-05-11 20:41:53 | [diff] [blame] | 83 | 'dbus/ibus/ibus_constants.h', |
[email protected] | 7f9876b | 2012-07-17 06:33:15 | [diff] [blame] | 84 | 'dbus/ibus/ibus_engine_service.cc', |
| 85 | 'dbus/ibus/ibus_engine_service.h', |
[email protected] | f2dca75a | 2012-07-18 04:11:48 | [diff] [blame] | 86 | 'dbus/ibus/ibus_engine_factory_service.cc', |
| 87 | 'dbus/ibus/ibus_engine_factory_service.h', |
[email protected] | e615bff | 2012-05-23 17:14:49 | [diff] [blame] | 88 | 'dbus/ibus/ibus_lookup_table.cc', |
| 89 | 'dbus/ibus/ibus_lookup_table.h', |
[email protected] | cd301f3c | 2012-05-12 00:47:44 | [diff] [blame] | 90 | 'dbus/ibus/ibus_object.cc', |
| 91 | 'dbus/ibus/ibus_object.h', |
[email protected] | b0b6ffa | 2012-06-22 06:16:37 | [diff] [blame] | 92 | 'dbus/ibus/ibus_property.cc', |
| 93 | 'dbus/ibus/ibus_property.h', |
[email protected] | 797510b | 2012-05-12 02:19:31 | [diff] [blame] | 94 | 'dbus/ibus/ibus_text.cc', |
| 95 | 'dbus/ibus/ibus_text.h', |
[email protected] | 2110271e | 2012-05-23 15:55:48 | [diff] [blame] | 96 | 'dbus/ibus/ibus_input_context_client.cc', |
| 97 | 'dbus/ibus/ibus_input_context_client.h', |
[email protected] | a2f40779 | 2012-11-05 09:47:33 | [diff] [blame] | 98 | 'dbus/ibus/ibus_panel_service.cc', |
| 99 | 'dbus/ibus/ibus_panel_service.h', |
[email protected] | 64e19925 | 2012-04-06 01:54:36 | [diff] [blame] | 100 | 'dbus/image_burner_client.cc', |
| 101 | 'dbus/image_burner_client.h', |
| 102 | 'dbus/introspectable_client.cc', |
| 103 | 'dbus/introspectable_client.h', |
[email protected] | 88d6fc25 | 2012-06-12 08:57:52 | [diff] [blame] | 104 | 'dbus/modem_messaging_client.cc', |
| 105 | 'dbus/modem_messaging_client.h', |
[email protected] | 3392da3 | 2012-09-07 04:26:53 | [diff] [blame] | 106 | 'dbus/permission_broker_client.cc', |
| 107 | 'dbus/permission_broker_client.h', |
[email protected] | 64e19925 | 2012-04-06 01:54:36 | [diff] [blame] | 108 | 'dbus/power_manager_client.cc', |
| 109 | 'dbus/power_manager_client.h', |
[email protected] | af4ac5de8 | 2012-04-05 00:50:27 | [diff] [blame] | 110 | 'dbus/power_supply_status.cc', |
| 111 | 'dbus/power_supply_status.h', |
[email protected] | 23bf56f | 2012-11-21 19:33:42 | [diff] [blame] | 112 | 'dbus/root_power_manager_client.cc', |
| 113 | 'dbus/root_power_manager_client.h', |
| 114 | 'dbus/root_power_manager_observer.h', |
[email protected] | 64e19925 | 2012-04-06 01:54:36 | [diff] [blame] | 115 | 'dbus/session_manager_client.cc', |
| 116 | 'dbus/session_manager_client.h', |
| 117 | 'dbus/speech_synthesizer_client.cc', |
| 118 | 'dbus/speech_synthesizer_client.h', |
[email protected] | 88d6fc25 | 2012-06-12 08:57:52 | [diff] [blame] | 119 | 'dbus/sms_client.cc', |
| 120 | 'dbus/sms_client.h', |
[email protected] | 64e19925 | 2012-04-06 01:54:36 | [diff] [blame] | 121 | 'dbus/update_engine_client.cc', |
| 122 | 'dbus/update_engine_client.h', |
[email protected] | 4cbead4 | 2012-08-26 12:02:39 | [diff] [blame] | 123 | 'disks/disk_mount_manager.cc', |
| 124 | 'disks/disk_mount_manager.h', |
[email protected] | 2e236a5 | 2012-06-27 22:21:47 | [diff] [blame] | 125 | 'display/output_configurator.cc', |
| 126 | 'display/output_configurator.h', |
[email protected] | 3c8bd11 | 2012-11-07 10:14:59 | [diff] [blame] | 127 | 'network/device_state.cc', |
| 128 | 'network/device_state.h', |
| 129 | 'network/managed_state.cc', |
| 130 | 'network/managed_state.h', |
[email protected] | 24e4732f | 2012-11-17 00:08:34 | [diff] [blame] | 131 | 'network/network_configuration_handler.cc', |
| 132 | 'network/network_configuration_handler.h', |
[email protected] | 669b0010 | 2012-11-21 01:38:01 | [diff] [blame] | 133 | 'network/network_event_log.cc', |
| 134 | 'network/network_event_log.h', |
[email protected] | eb052c9 | 2012-11-26 20:12:21 | [diff] [blame] | 135 | 'network/network_handler_callbacks.cc', |
| 136 | 'network/network_handler_callbacks.h', |
[email protected] | 9c0991fb | 2012-05-15 01:45:36 | [diff] [blame] | 137 | 'network/network_sms_handler.cc', |
| 138 | 'network/network_sms_handler.h', |
[email protected] | 3c8bd11 | 2012-11-07 10:14:59 | [diff] [blame] | 139 | 'network/network_state.cc', |
| 140 | 'network/network_state.h', |
| 141 | 'network/network_state_handler.cc', |
| 142 | 'network/network_state_handler.h', |
| 143 | 'network/network_state_handler_observer.cc', |
| 144 | 'network/network_state_handler_observer.h', |
| 145 | 'network/shill_property_handler.cc', |
| 146 | 'network/shill_property_handler.h', |
| 147 | 'network/shill_service_observer.cc', |
| 148 | 'network/shill_service_observer.h', |
[email protected] | 64085892 | 2012-09-23 19:28:48 | [diff] [blame] | 149 | 'power/power_state_override.cc', |
| 150 | 'power/power_state_override.h', |
[email protected] | af4ac5de8 | 2012-04-05 00:50:27 | [diff] [blame] | 151 | ], |
[email protected] | 70b3e7d5 | 2012-06-02 22:12:25 | [diff] [blame] | 152 | 'link_settings': { |
| 153 | 'libraries': [ |
| 154 | '-lXext', |
[email protected] | c235233da | 2012-09-10 20:13:42 | [diff] [blame] | 155 | '-lXrandr', |
[email protected] | 70b3e7d5 | 2012-06-02 22:12:25 | [diff] [blame] | 156 | ], |
| 157 | }, |
[email protected] | af4ac5de8 | 2012-04-05 00:50:27 | [diff] [blame] | 158 | }, |
[email protected] | 64e19925 | 2012-04-06 01:54:36 | [diff] [blame] | 159 | { |
| 160 | # This target contains mocks that can be used to write unit tests. |
| 161 | 'target_name': 'chromeos_test_support', |
| 162 | 'type': 'static_library', |
| 163 | 'dependencies': [ |
| 164 | '../build/linux/system.gyp:dbus', |
| 165 | '../testing/gmock.gyp:gmock', |
| 166 | 'chromeos', |
| 167 | ], |
| 168 | 'sources': [ |
[email protected] | 6666e5bf | 2012-08-26 12:11:37 | [diff] [blame] | 169 | 'cryptohome/mock_async_method_caller.cc', |
| 170 | 'cryptohome/mock_async_method_caller.h', |
[email protected] | 64e19925 | 2012-04-06 01:54:36 | [diff] [blame] | 171 | 'dbus/mock_bluetooth_adapter_client.cc', |
| 172 | 'dbus/mock_bluetooth_adapter_client.h', |
| 173 | 'dbus/mock_bluetooth_device_client.cc', |
| 174 | 'dbus/mock_bluetooth_device_client.h', |
| 175 | 'dbus/mock_bluetooth_input_client.cc', |
| 176 | 'dbus/mock_bluetooth_input_client.h', |
| 177 | 'dbus/mock_bluetooth_manager_client.cc', |
| 178 | 'dbus/mock_bluetooth_manager_client.h', |
| 179 | 'dbus/mock_bluetooth_node_client.cc', |
| 180 | 'dbus/mock_bluetooth_node_client.h', |
[email protected] | 2b7c40d | 2012-06-15 03:50:45 | [diff] [blame] | 181 | 'dbus/mock_bluetooth_out_of_band_client.cc', |
| 182 | 'dbus/mock_bluetooth_out_of_band_client.h', |
[email protected] | 85b95a201 | 2012-08-07 18:57:27 | [diff] [blame] | 183 | 'dbus/mock_cros_disks_client.cc', |
| 184 | 'dbus/mock_cros_disks_client.h', |
[email protected] | 64e19925 | 2012-04-06 01:54:36 | [diff] [blame] | 185 | 'dbus/mock_cryptohome_client.cc', |
| 186 | 'dbus/mock_cryptohome_client.h', |
| 187 | 'dbus/mock_dbus_thread_manager.cc', |
| 188 | 'dbus/mock_dbus_thread_manager.h', |
| 189 | 'dbus/mock_debug_daemon_client.cc', |
| 190 | 'dbus/mock_debug_daemon_client.h', |
[email protected] | 07c674cd | 2012-09-07 20:53:56 | [diff] [blame] | 191 | 'dbus/mock_shill_device_client.cc', |
| 192 | 'dbus/mock_shill_device_client.h', |
| 193 | 'dbus/mock_shill_ipconfig_client.cc', |
| 194 | 'dbus/mock_shill_ipconfig_client.h', |
| 195 | 'dbus/mock_shill_manager_client.cc', |
| 196 | 'dbus/mock_shill_manager_client.h', |
| 197 | 'dbus/mock_shill_network_client.cc', |
| 198 | 'dbus/mock_shill_network_client.h', |
| 199 | 'dbus/mock_shill_profile_client.cc', |
| 200 | 'dbus/mock_shill_profile_client.h', |
| 201 | 'dbus/mock_shill_service_client.cc', |
| 202 | 'dbus/mock_shill_service_client.h', |
[email protected] | 3e87a6c | 2012-04-19 08:18:48 | [diff] [blame] | 203 | 'dbus/mock_gsm_sms_client.cc', |
| 204 | 'dbus/mock_gsm_sms_client.h', |
[email protected] | 64e19925 | 2012-04-06 01:54:36 | [diff] [blame] | 205 | 'dbus/mock_image_burner_client.cc', |
| 206 | 'dbus/mock_image_burner_client.h', |
| 207 | 'dbus/mock_introspectable_client.cc', |
| 208 | 'dbus/mock_introspectable_client.h', |
[email protected] | 88d6fc25 | 2012-06-12 08:57:52 | [diff] [blame] | 209 | 'dbus/mock_modem_messaging_client.cc', |
| 210 | 'dbus/mock_modem_messaging_client.h', |
[email protected] | 3392da3 | 2012-09-07 04:26:53 | [diff] [blame] | 211 | 'dbus/mock_permission_broker_client.h', |
| 212 | 'dbus/mock_permission_broker_client.cc', |
[email protected] | 64e19925 | 2012-04-06 01:54:36 | [diff] [blame] | 213 | 'dbus/mock_power_manager_client.cc', |
| 214 | 'dbus/mock_power_manager_client.h', |
[email protected] | 23bf56f | 2012-11-21 19:33:42 | [diff] [blame] | 215 | 'dbus/mock_root_power_manager_client.cc', |
| 216 | 'dbus/mock_root_power_manager_client.h', |
[email protected] | 64e19925 | 2012-04-06 01:54:36 | [diff] [blame] | 217 | 'dbus/mock_session_manager_client.cc', |
| 218 | 'dbus/mock_session_manager_client.h', |
[email protected] | 88d6fc25 | 2012-06-12 08:57:52 | [diff] [blame] | 219 | 'dbus/mock_sms_client.cc', |
| 220 | 'dbus/mock_sms_client.h', |
[email protected] | 64e19925 | 2012-04-06 01:54:36 | [diff] [blame] | 221 | 'dbus/mock_speech_synthesizer_client.cc', |
| 222 | 'dbus/mock_speech_synthesizer_client.h', |
| 223 | 'dbus/mock_update_engine_client.cc', |
| 224 | 'dbus/mock_update_engine_client.h', |
[email protected] | 4cbead4 | 2012-08-26 12:02:39 | [diff] [blame] | 225 | 'disks/mock_disk_mount_manager.cc', |
| 226 | 'disks/mock_disk_mount_manager.h', |
[email protected] | 64e19925 | 2012-04-06 01:54:36 | [diff] [blame] | 227 | ], |
| 228 | 'include_dirs': [ |
| 229 | '..', |
| 230 | ], |
| 231 | }, |
| 232 | { |
[email protected] | 64085892 | 2012-09-23 19:28:48 | [diff] [blame] | 233 | 'target_name': 'chromeos_test_support_without_gmock', |
| 234 | 'type': 'static_library', |
| 235 | 'dependencies': [ |
| 236 | '../build/linux/system.gyp:dbus', |
| 237 | 'chromeos', |
| 238 | ], |
| 239 | 'sources': [ |
| 240 | 'dbus/mock_dbus_thread_manager_without_gmock.cc', |
| 241 | 'dbus/mock_dbus_thread_manager_without_gmock.h', |
| 242 | 'dbus/ibus/mock_ibus_client.cc', |
| 243 | 'dbus/ibus/mock_ibus_client.h', |
[email protected] | 25fe204 | 2012-11-05 09:43:31 | [diff] [blame] | 244 | 'dbus/ibus/mock_ibus_config_client.cc', |
| 245 | 'dbus/ibus/mock_ibus_config_client.h', |
[email protected] | 64085892 | 2012-09-23 19:28:48 | [diff] [blame] | 246 | 'dbus/ibus/mock_ibus_input_context_client.cc', |
| 247 | 'dbus/ibus/mock_ibus_input_context_client.h', |
| 248 | 'dbus/ibus/mock_ibus_engine_factory_service.cc', |
| 249 | 'dbus/ibus/mock_ibus_engine_factory_service.h', |
| 250 | 'dbus/ibus/mock_ibus_engine_service.cc', |
| 251 | 'dbus/ibus/mock_ibus_engine_service.h', |
[email protected] | a2f40779 | 2012-11-05 09:47:33 | [diff] [blame] | 252 | 'dbus/ibus/mock_ibus_panel_service.cc', |
| 253 | 'dbus/ibus/mock_ibus_panel_service.h', |
[email protected] | 64085892 | 2012-09-23 19:28:48 | [diff] [blame] | 254 | ], |
| 255 | 'include_dirs': [ |
| 256 | '..', |
| 257 | ], |
[email protected] | 400d3153 | 2012-06-15 07:41:38 | [diff] [blame] | 258 | }, |
| 259 | { |
[email protected] | 64e19925 | 2012-04-06 01:54:36 | [diff] [blame] | 260 | 'target_name': 'chromeos_unittests', |
| 261 | 'type': 'executable', |
| 262 | 'dependencies': [ |
| 263 | '../base/base.gyp:run_all_unittests', |
| 264 | '../base/base.gyp:test_support_base', |
| 265 | '../build/linux/system.gyp:dbus', |
| 266 | '../dbus/dbus.gyp:dbus_test_support', |
| 267 | '../testing/gmock.gyp:gmock', |
| 268 | '../testing/gtest.gyp:gtest', |
| 269 | 'chromeos_test_support', |
| 270 | ], |
| 271 | 'sources': [ |
[email protected] | 6d980bc | 2012-09-10 19:28:45 | [diff] [blame] | 272 | 'display/output_configurator_unittest.cc', |
[email protected] | 64e19925 | 2012-04-06 01:54:36 | [diff] [blame] | 273 | 'dbus/blocking_method_caller_unittest.cc', |
[email protected] | 07c674cd | 2012-09-07 20:53:56 | [diff] [blame] | 274 | 'dbus/shill_client_unittest_base.cc', |
| 275 | 'dbus/shill_client_unittest_base.h', |
| 276 | 'dbus/shill_device_client_unittest.cc', |
| 277 | 'dbus/shill_ipconfig_client_unittest.cc', |
| 278 | 'dbus/shill_manager_client_unittest.cc', |
| 279 | 'dbus/shill_network_client_unittest.cc', |
| 280 | 'dbus/shill_profile_client_unittest.cc', |
| 281 | 'dbus/shill_service_client_unittest.cc', |
[email protected] | 3e87a6c | 2012-04-19 08:18:48 | [diff] [blame] | 282 | 'dbus/gsm_sms_client_unittest.cc', |
[email protected] | ce4f353 | 2012-05-11 20:41:53 | [diff] [blame] | 283 | 'dbus/ibus/ibus_client_unittest.cc', |
[email protected] | 58d5435 | 2012-11-06 08:43:05 | [diff] [blame] | 284 | 'dbus/ibus/ibus_config_client_unittest.cc', |
[email protected] | f98713f | 2012-07-09 09:57:40 | [diff] [blame] | 285 | 'dbus/ibus/ibus_component_unittest.cc', |
[email protected] | f2dca75a | 2012-07-18 04:11:48 | [diff] [blame] | 286 | 'dbus/ibus/ibus_engine_factory_service_unittest.cc', |
[email protected] | 2f2f005f | 2012-07-24 09:00:28 | [diff] [blame] | 287 | 'dbus/ibus/ibus_engine_service_unittest.cc', |
| 288 | 'dbus/ibus/ibus_input_context_client_unittest.cc', |
[email protected] | e615bff | 2012-05-23 17:14:49 | [diff] [blame] | 289 | 'dbus/ibus/ibus_lookup_table_unittest.cc', |
[email protected] | cd301f3c | 2012-05-12 00:47:44 | [diff] [blame] | 290 | 'dbus/ibus/ibus_object_unittest.cc', |
[email protected] | 843d58c | 2012-11-06 03:29:24 | [diff] [blame] | 291 | 'dbus/ibus/ibus_panel_service_unittest.cc', |
[email protected] | b0b6ffa | 2012-06-22 06:16:37 | [diff] [blame] | 292 | 'dbus/ibus/ibus_property_unittest.cc', |
[email protected] | 797510b | 2012-05-12 02:19:31 | [diff] [blame] | 293 | 'dbus/ibus/ibus_text_unittest.cc', |
[email protected] | b6ebf07 | 2012-05-30 10:44:34 | [diff] [blame] | 294 | 'dbus/introspectable_client_unittest.cc', |
[email protected] | 88d6fc25 | 2012-06-12 08:57:52 | [diff] [blame] | 295 | 'dbus/modem_messaging_client_unittest.cc', |
[email protected] | e3c1fc9 | 2012-11-15 00:56:46 | [diff] [blame] | 296 | 'disks/disk_mount_manager_unittest.cc', |
[email protected] | 24e4732f | 2012-11-17 00:08:34 | [diff] [blame] | 297 | 'network/network_configuration_handler_unittest.cc', |
[email protected] | 669b0010 | 2012-11-21 01:38:01 | [diff] [blame] | 298 | 'network/network_event_log_unittest.cc', |
[email protected] | 9c0991fb | 2012-05-15 01:45:36 | [diff] [blame] | 299 | 'network/network_sms_handler_unittest.cc', |
[email protected] | 3c8bd11 | 2012-11-07 10:14:59 | [diff] [blame] | 300 | 'network/network_state_handler_unittest.cc', |
| 301 | 'network/shill_property_handler_unittest.cc', |
[email protected] | 64085892 | 2012-09-23 19:28:48 | [diff] [blame] | 302 | 'power/power_state_override_unittest.cc', |
[email protected] | 64e19925 | 2012-04-06 01:54:36 | [diff] [blame] | 303 | ], |
| 304 | 'include_dirs': [ |
| 305 | '..', |
| 306 | ], |
[email protected] | ba1c6ca0 | 2012-09-11 21:52:00 | [diff] [blame] | 307 | 'conditions': [ |
| 308 | [ 'linux_use_tcmalloc==1', { |
| 309 | 'dependencies': [ |
| 310 | '../base/allocator/allocator.gyp:allocator', |
| 311 | ], |
| 312 | }, |
| 313 | ], |
| 314 | ], |
[email protected] | 64e19925 | 2012-04-06 01:54:36 | [diff] [blame] | 315 | }, |
| 316 | { |
[email protected] | 23bf56f | 2012-11-21 19:33:42 | [diff] [blame] | 317 | # Protobuf compiler/generator for power-manager related protocol buffers. |
| 318 | # TODO(derat): Remove other protocol buffers in favor of these. |
| 319 | 'target_name': 'power_manager_proto', |
| 320 | 'type': 'static_library', |
| 321 | 'sources': [ |
| 322 | '../third_party/cros_system_api/dbus/power_manager/input_event.proto', |
[email protected] | bf29c08 | 2012-11-26 04:29:11 | [diff] [blame] | 323 | '../third_party/cros_system_api/dbus/power_manager/suspend.proto', |
[email protected] | 23bf56f | 2012-11-21 19:33:42 | [diff] [blame] | 324 | ], |
| 325 | 'variables': { |
| 326 | 'proto_in_dir': '../third_party/cros_system_api/dbus/power_manager', |
| 327 | 'proto_out_dir': 'chromeos/dbus/power_manager', |
| 328 | }, |
| 329 | 'includes': ['../build/protoc.gypi'], |
| 330 | }, |
| 331 | { |
[email protected] | 64e19925 | 2012-04-06 01:54:36 | [diff] [blame] | 332 | # Protobuf compiler / generator for the PowerSupplyProperties protocol |
| 333 | # buffer. |
| 334 | 'target_name': 'power_state_control_proto', |
| 335 | 'type': 'static_library', |
| 336 | 'sources': [ |
| 337 | '../third_party/cros_system_api/dbus/power_state_control.proto', |
| 338 | ], |
| 339 | 'variables': { |
[email protected] | c6ccf42 | 2012-09-13 02:27:52 | [diff] [blame] | 340 | 'proto_in_dir': '../third_party/cros_system_api/dbus', |
[email protected] | 64e19925 | 2012-04-06 01:54:36 | [diff] [blame] | 341 | 'proto_out_dir': 'chromeos/dbus', |
| 342 | }, |
| 343 | 'includes': ['../build/protoc.gypi'], |
| 344 | }, |
| 345 | { |
| 346 | # Protobuf compiler / generator for the PowerSupplyProperties protocol |
| 347 | # buffer. |
| 348 | 'target_name': 'power_supply_properties_proto', |
| 349 | 'type': 'static_library', |
| 350 | 'sources': [ |
| 351 | '../third_party/cros_system_api/dbus/power_supply_properties.proto', |
| 352 | ], |
| 353 | 'variables': { |
[email protected] | c6ccf42 | 2012-09-13 02:27:52 | [diff] [blame] | 354 | 'proto_in_dir': '../third_party/cros_system_api/dbus', |
[email protected] | 64e19925 | 2012-04-06 01:54:36 | [diff] [blame] | 355 | 'proto_out_dir': 'chromeos/dbus', |
| 356 | }, |
| 357 | 'includes': ['../build/protoc.gypi'], |
| 358 | }, |
[email protected] | 960058f | 2012-09-11 13:23:31 | [diff] [blame] | 359 | { |
| 360 | # Protobuf compiler / generator for the VideoActivityUpdate protocol |
| 361 | # buffer. |
| 362 | 'target_name': 'video_activity_update_proto', |
| 363 | 'type': 'static_library', |
| 364 | 'sources': [ |
| 365 | '../third_party/cros_system_api/dbus/video_activity_update.proto', |
| 366 | ], |
| 367 | 'variables': { |
| 368 | 'proto_in_dir': '../third_party/cros_system_api/dbus/', |
| 369 | 'proto_out_dir': 'chromeos/dbus', |
| 370 | }, |
| 371 | 'includes': ['../build/protoc.gypi'], |
| 372 | }, |
[email protected] | 64e19925 | 2012-04-06 01:54:36 | [diff] [blame] | 373 | ], |
[email protected] | af4ac5de8 | 2012-04-05 00:50:27 | [diff] [blame] | 374 | } |