| 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 'includes': [ | 9 'includes': [ |
| 10 'chromeos_tools.gypi' | 10 'chromeos_tools.gypi' |
| (...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 102 'dbus/image_burner_client.cc', | 102 'dbus/image_burner_client.cc', |
| 103 'dbus/image_burner_client.h', | 103 'dbus/image_burner_client.h', |
| 104 'dbus/introspectable_client.cc', | 104 'dbus/introspectable_client.cc', |
| 105 'dbus/introspectable_client.h', | 105 'dbus/introspectable_client.h', |
| 106 'dbus/modem_messaging_client.cc', | 106 'dbus/modem_messaging_client.cc', |
| 107 'dbus/modem_messaging_client.h', | 107 'dbus/modem_messaging_client.h', |
| 108 'dbus/permission_broker_client.cc', | 108 'dbus/permission_broker_client.cc', |
| 109 'dbus/permission_broker_client.h', | 109 'dbus/permission_broker_client.h', |
| 110 'dbus/power_manager_client.cc', | 110 'dbus/power_manager_client.cc', |
| 111 'dbus/power_manager_client.h', | 111 'dbus/power_manager_client.h', |
| 112 'dbus/power_policy_controller.cc', |
| 113 'dbus/power_policy_controller.h', |
| 112 'dbus/power_supply_status.cc', | 114 'dbus/power_supply_status.cc', |
| 113 'dbus/power_supply_status.h', | 115 'dbus/power_supply_status.h', |
| 114 'dbus/session_manager_client.cc', | 116 'dbus/session_manager_client.cc', |
| 115 'dbus/session_manager_client.h', | 117 'dbus/session_manager_client.h', |
| 116 'dbus/speech_synthesizer_client.cc', | 118 'dbus/speech_synthesizer_client.cc', |
| 117 'dbus/speech_synthesizer_client.h', | 119 'dbus/speech_synthesizer_client.h', |
| 118 'dbus/sms_client.cc', | 120 'dbus/sms_client.cc', |
| 119 'dbus/sms_client.h', | 121 'dbus/sms_client.h', |
| 120 'dbus/update_engine_client.cc', | 122 'dbus/update_engine_client.cc', |
| 121 'dbus/update_engine_client.h', | 123 'dbus/update_engine_client.h', |
| (...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 193 }, | 195 }, |
| 194 }, | 196 }, |
| 195 { | 197 { |
| 196 # This target contains mocks that can be used to write unit tests. | 198 # This target contains mocks that can be used to write unit tests. |
| 197 'target_name': 'chromeos_test_support', | 199 'target_name': 'chromeos_test_support', |
| 198 'type': 'static_library', | 200 'type': 'static_library', |
| 199 'dependencies': [ | 201 'dependencies': [ |
| 200 '../build/linux/system.gyp:dbus', | 202 '../build/linux/system.gyp:dbus', |
| 201 '../testing/gmock.gyp:gmock', | 203 '../testing/gmock.gyp:gmock', |
| 202 'chromeos', | 204 'chromeos', |
| 205 'power_manager_proto', |
| 203 ], | 206 ], |
| 204 'sources': [ | 207 'sources': [ |
| 205 'chromeos_test_utils.cc', | 208 'chromeos_test_utils.cc', |
| 206 'chromeos_test_utils.h', | 209 'chromeos_test_utils.h', |
| 207 'cryptohome/mock_async_method_caller.cc', | 210 'cryptohome/mock_async_method_caller.cc', |
| 208 'cryptohome/mock_async_method_caller.h', | 211 'cryptohome/mock_async_method_caller.h', |
| 209 'dbus/mock_bluetooth_adapter_client.cc', | 212 'dbus/mock_bluetooth_adapter_client.cc', |
| 210 'dbus/mock_bluetooth_adapter_client.h', | 213 'dbus/mock_bluetooth_adapter_client.h', |
| 211 'dbus/mock_bluetooth_device_client.cc', | 214 'dbus/mock_bluetooth_device_client.cc', |
| 212 'dbus/mock_bluetooth_device_client.h', | 215 'dbus/mock_bluetooth_device_client.h', |
| (...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 361 ], | 364 ], |
| 362 ], | 365 ], |
| 363 }, | 366 }, |
| 364 { | 367 { |
| 365 # Protobuf compiler/generator for power-manager related protocol buffers. | 368 # Protobuf compiler/generator for power-manager related protocol buffers. |
| 366 # TODO(derat): Remove other protocol buffers in favor of these. | 369 # TODO(derat): Remove other protocol buffers in favor of these. |
| 367 'target_name': 'power_manager_proto', | 370 'target_name': 'power_manager_proto', |
| 368 'type': 'static_library', | 371 'type': 'static_library', |
| 369 'sources': [ | 372 'sources': [ |
| 370 '../third_party/cros_system_api/dbus/power_manager/input_event.proto', | 373 '../third_party/cros_system_api/dbus/power_manager/input_event.proto', |
| 374 '../third_party/cros_system_api/dbus/power_manager/policy.proto', |
| 371 '../third_party/cros_system_api/dbus/power_manager/suspend.proto', | 375 '../third_party/cros_system_api/dbus/power_manager/suspend.proto', |
| 372 ], | 376 ], |
| 373 'variables': { | 377 'variables': { |
| 374 'proto_in_dir': '../third_party/cros_system_api/dbus/power_manager', | 378 'proto_in_dir': '../third_party/cros_system_api/dbus/power_manager', |
| 375 'proto_out_dir': 'chromeos/dbus/power_manager', | 379 'proto_out_dir': 'chromeos/dbus/power_manager', |
| 376 }, | 380 }, |
| 377 'includes': ['../build/protoc.gypi'], | 381 'includes': ['../build/protoc.gypi'], |
| 378 }, | 382 }, |
| 379 { | 383 { |
| 380 # Protobuf compiler / generator for the PowerSupplyProperties protocol | 384 # Protobuf compiler / generator for the PowerSupplyProperties protocol |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 413 '../third_party/cros_system_api/dbus/video_activity_update.proto', | 417 '../third_party/cros_system_api/dbus/video_activity_update.proto', |
| 414 ], | 418 ], |
| 415 'variables': { | 419 'variables': { |
| 416 'proto_in_dir': '../third_party/cros_system_api/dbus/', | 420 'proto_in_dir': '../third_party/cros_system_api/dbus/', |
| 417 'proto_out_dir': 'chromeos/dbus', | 421 'proto_out_dir': 'chromeos/dbus', |
| 418 }, | 422 }, |
| 419 'includes': ['../build/protoc.gypi'], | 423 'includes': ['../build/protoc.gypi'], |
| 420 }, | 424 }, |
| 421 ], | 425 ], |
| 422 } | 426 } |
| OLD | NEW |