| 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_memory.gypi', | 10 'chromeos_memory.gypi', |
| (...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 85 'dbus/bluetooth_profile_service_provider.h', | 85 'dbus/bluetooth_profile_service_provider.h', |
| 86 'dbus/cras_audio_client.cc', | 86 'dbus/cras_audio_client.cc', |
| 87 'dbus/cras_audio_client.h', | 87 'dbus/cras_audio_client.h', |
| 88 'dbus/cras_audio_client_stub_impl.cc', | 88 'dbus/cras_audio_client_stub_impl.cc', |
| 89 'dbus/cras_audio_client_stub_impl.h', | 89 'dbus/cras_audio_client_stub_impl.h', |
| 90 'dbus/cros_disks_client.cc', | 90 'dbus/cros_disks_client.cc', |
| 91 'dbus/cros_disks_client.h', | 91 'dbus/cros_disks_client.h', |
| 92 'dbus/cryptohome_client.cc', | 92 'dbus/cryptohome_client.cc', |
| 93 'dbus/cryptohome_client.h', | 93 'dbus/cryptohome_client.h', |
| 94 'dbus/dbus_client_implementation_type.h', | 94 'dbus/dbus_client_implementation_type.h', |
| 95 'dbus/dbus_command_line_helper.cc', |
| 96 'dbus/dbus_command_line_helper.h', |
| 95 'dbus/dbus_method_call_status.cc', | 97 'dbus/dbus_method_call_status.cc', |
| 96 'dbus/dbus_method_call_status.h', | 98 'dbus/dbus_method_call_status.h', |
| 97 'dbus/dbus_thread_manager.cc', | 99 'dbus/dbus_thread_manager.cc', |
| 98 'dbus/dbus_thread_manager.h', | 100 'dbus/dbus_thread_manager.h', |
| 99 'dbus/debug_daemon_client.cc', | 101 'dbus/debug_daemon_client.cc', |
| 100 'dbus/debug_daemon_client.h', | 102 'dbus/debug_daemon_client.h', |
| 101 'dbus/fake_bluetooth_adapter_client.cc', | 103 'dbus/fake_bluetooth_adapter_client.cc', |
| 102 'dbus/fake_bluetooth_adapter_client.h', | 104 'dbus/fake_bluetooth_adapter_client.h', |
| 103 'dbus/fake_bluetooth_agent_manager_client.cc', | 105 'dbus/fake_bluetooth_agent_manager_client.cc', |
| 104 'dbus/fake_bluetooth_agent_manager_client.h', | 106 'dbus/fake_bluetooth_agent_manager_client.h', |
| (...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 173 'dbus/shill_device_client.cc', | 175 'dbus/shill_device_client.cc', |
| 174 'dbus/shill_device_client.h', | 176 'dbus/shill_device_client.h', |
| 175 'dbus/shill_ipconfig_client.cc', | 177 'dbus/shill_ipconfig_client.cc', |
| 176 'dbus/shill_ipconfig_client.h', | 178 'dbus/shill_ipconfig_client.h', |
| 177 'dbus/shill_manager_client.cc', | 179 'dbus/shill_manager_client.cc', |
| 178 'dbus/shill_manager_client.h', | 180 'dbus/shill_manager_client.h', |
| 179 'dbus/shill_profile_client.cc', | 181 'dbus/shill_profile_client.cc', |
| 180 'dbus/shill_profile_client.h', | 182 'dbus/shill_profile_client.h', |
| 181 'dbus/shill_service_client.cc', | 183 'dbus/shill_service_client.cc', |
| 182 'dbus/shill_service_client.h', | 184 'dbus/shill_service_client.h', |
| 183 'dbus/shill_stub_helper.cc', | |
| 184 'dbus/shill_stub_helper.h', | |
| 185 'dbus/image_burner_client.cc', | 185 'dbus/image_burner_client.cc', |
| 186 'dbus/image_burner_client.h', | 186 'dbus/image_burner_client.h', |
| 187 'dbus/introspectable_client.cc', | 187 'dbus/introspectable_client.cc', |
| 188 'dbus/introspectable_client.h', | 188 'dbus/introspectable_client.h', |
| 189 'dbus/modem_messaging_client.cc', | 189 'dbus/modem_messaging_client.cc', |
| 190 'dbus/modem_messaging_client.h', | 190 'dbus/modem_messaging_client.h', |
| 191 'dbus/permission_broker_client.cc', | 191 'dbus/permission_broker_client.cc', |
| 192 'dbus/permission_broker_client.h', | 192 'dbus/permission_broker_client.h', |
| 193 'dbus/power_manager_client.cc', | 193 'dbus/power_manager_client.cc', |
| 194 'dbus/power_manager_client.h', | 194 'dbus/power_manager_client.h', |
| (...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 466 'power_manager_proto', | 466 'power_manager_proto', |
| 467 ], | 467 ], |
| 468 'sources': [ | 468 'sources': [ |
| 469 'app_mode/kiosk_oem_manifest_parser_unittest.cc', | 469 'app_mode/kiosk_oem_manifest_parser_unittest.cc', |
| 470 'attestation/attestation_flow_unittest.cc', | 470 'attestation/attestation_flow_unittest.cc', |
| 471 'audio/cras_audio_handler_unittest.cc', | 471 'audio/cras_audio_handler_unittest.cc', |
| 472 'cert_loader_unittest.cc', | 472 'cert_loader_unittest.cc', |
| 473 'cryptohome/system_salt_getter_unittest.cc', | 473 'cryptohome/system_salt_getter_unittest.cc', |
| 474 'dbus/blocking_method_caller_unittest.cc', | 474 'dbus/blocking_method_caller_unittest.cc', |
| 475 'dbus/cros_disks_client_unittest.cc', | 475 'dbus/cros_disks_client_unittest.cc', |
| 476 'dbus/dbus_command_line_helper_unittest.cc', |
| 476 'dbus/gsm_sms_client_unittest.cc', | 477 'dbus/gsm_sms_client_unittest.cc', |
| 477 'dbus/introspectable_client_unittest.cc', | 478 'dbus/introspectable_client_unittest.cc', |
| 478 'dbus/modem_messaging_client_unittest.cc', | 479 'dbus/modem_messaging_client_unittest.cc', |
| 479 'dbus/nfc_client_unittest.cc', | 480 'dbus/nfc_client_unittest.cc', |
| 480 'dbus/power_policy_controller_unittest.cc', | 481 'dbus/power_policy_controller_unittest.cc', |
| 481 'dbus/shill_client_unittest_base.cc', | 482 'dbus/shill_client_unittest_base.cc', |
| 482 'dbus/shill_client_unittest_base.h', | 483 'dbus/shill_client_unittest_base.h', |
| 483 'dbus/shill_device_client_unittest.cc', | 484 'dbus/shill_device_client_unittest.cc', |
| 484 'dbus/shill_ipconfig_client_unittest.cc', | 485 'dbus/shill_ipconfig_client_unittest.cc', |
| 485 'dbus/shill_manager_client_unittest.cc', | 486 'dbus/shill_manager_client_unittest.cc', |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 547 '../third_party/cros_system_api/dbus/power_manager/suspend.proto', | 548 '../third_party/cros_system_api/dbus/power_manager/suspend.proto', |
| 548 ], | 549 ], |
| 549 'variables': { | 550 'variables': { |
| 550 'proto_in_dir': '../third_party/cros_system_api/dbus/power_manager', | 551 'proto_in_dir': '../third_party/cros_system_api/dbus/power_manager', |
| 551 'proto_out_dir': 'chromeos/dbus/power_manager', | 552 'proto_out_dir': 'chromeos/dbus/power_manager', |
| 552 }, | 553 }, |
| 553 'includes': ['../build/protoc.gypi'], | 554 'includes': ['../build/protoc.gypi'], |
| 554 }, | 555 }, |
| 555 ], | 556 ], |
| 556 } | 557 } |
| OLD | NEW |