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 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
75 'dbus/debug_daemon_client.cc', | 75 'dbus/debug_daemon_client.cc', |
76 'dbus/debug_daemon_client.h', | 76 'dbus/debug_daemon_client.h', |
77 'dbus/experimental_bluetooth_adapter_client.cc', | 77 'dbus/experimental_bluetooth_adapter_client.cc', |
78 'dbus/experimental_bluetooth_adapter_client.h', | 78 'dbus/experimental_bluetooth_adapter_client.h', |
79 'dbus/experimental_bluetooth_agent_manager_client.cc', | 79 'dbus/experimental_bluetooth_agent_manager_client.cc', |
80 'dbus/experimental_bluetooth_agent_manager_client.h', | 80 'dbus/experimental_bluetooth_agent_manager_client.h', |
81 'dbus/experimental_bluetooth_agent_service_provider.cc', | 81 'dbus/experimental_bluetooth_agent_service_provider.cc', |
82 'dbus/experimental_bluetooth_agent_service_provider.h', | 82 'dbus/experimental_bluetooth_agent_service_provider.h', |
83 'dbus/experimental_bluetooth_device_client.cc', | 83 'dbus/experimental_bluetooth_device_client.cc', |
84 'dbus/experimental_bluetooth_device_client.h', | 84 'dbus/experimental_bluetooth_device_client.h', |
| 85 'dbus/experimental_bluetooth_input_client.cc', |
| 86 'dbus/experimental_bluetooth_input_client.h', |
85 'dbus/experimental_bluetooth_profile_manager_client.cc', | 87 'dbus/experimental_bluetooth_profile_manager_client.cc', |
86 'dbus/experimental_bluetooth_profile_manager_client.h', | 88 'dbus/experimental_bluetooth_profile_manager_client.h', |
87 'dbus/experimental_bluetooth_profile_service_provider.cc', | 89 'dbus/experimental_bluetooth_profile_service_provider.cc', |
88 'dbus/experimental_bluetooth_profile_service_provider.h', | 90 'dbus/experimental_bluetooth_profile_service_provider.h', |
89 'dbus/fake_bluetooth_adapter_client.cc', | 91 'dbus/fake_bluetooth_adapter_client.cc', |
90 'dbus/fake_bluetooth_adapter_client.h', | 92 'dbus/fake_bluetooth_adapter_client.h', |
91 'dbus/fake_bluetooth_agent_manager_client.cc', | 93 'dbus/fake_bluetooth_agent_manager_client.cc', |
92 'dbus/fake_bluetooth_agent_manager_client.h', | 94 'dbus/fake_bluetooth_agent_manager_client.h', |
93 'dbus/fake_bluetooth_agent_service_provider.cc', | 95 'dbus/fake_bluetooth_agent_service_provider.cc', |
94 'dbus/fake_bluetooth_agent_service_provider.h', | 96 'dbus/fake_bluetooth_agent_service_provider.h', |
95 'dbus/fake_bluetooth_device_client.cc', | 97 'dbus/fake_bluetooth_device_client.cc', |
96 'dbus/fake_bluetooth_device_client.h', | 98 'dbus/fake_bluetooth_device_client.h', |
| 99 'dbus/fake_bluetooth_input_client.cc', |
| 100 'dbus/fake_bluetooth_input_client.h', |
97 'dbus/fake_bluetooth_profile_manager_client.cc', | 101 'dbus/fake_bluetooth_profile_manager_client.cc', |
98 'dbus/fake_bluetooth_profile_manager_client.h', | 102 'dbus/fake_bluetooth_profile_manager_client.h', |
99 'dbus/fake_bluetooth_profile_service_provider.cc', | 103 'dbus/fake_bluetooth_profile_service_provider.cc', |
100 'dbus/fake_bluetooth_profile_service_provider.h', | 104 'dbus/fake_bluetooth_profile_service_provider.h', |
101 'dbus/gsm_sms_client.cc', | 105 'dbus/gsm_sms_client.cc', |
102 'dbus/gsm_sms_client.h', | 106 'dbus/gsm_sms_client.h', |
103 'dbus/shill_client_helper.cc', | 107 'dbus/shill_client_helper.cc', |
104 'dbus/shill_client_helper.h', | 108 'dbus/shill_client_helper.h', |
105 'dbus/shill_device_client.cc', | 109 'dbus/shill_device_client.cc', |
106 'dbus/shill_device_client.h', | 110 'dbus/shill_device_client.h', |
(...skipping 423 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
530 '../third_party/cros_system_api/dbus/video_activity_update.proto', | 534 '../third_party/cros_system_api/dbus/video_activity_update.proto', |
531 ], | 535 ], |
532 'variables': { | 536 'variables': { |
533 'proto_in_dir': '../third_party/cros_system_api/dbus/', | 537 'proto_in_dir': '../third_party/cros_system_api/dbus/', |
534 'proto_out_dir': 'chromeos/dbus', | 538 'proto_out_dir': 'chromeos/dbus', |
535 }, | 539 }, |
536 'includes': ['../build/protoc.gypi'], | 540 'includes': ['../build/protoc.gypi'], |
537 }, | 541 }, |
538 ], | 542 ], |
539 } | 543 } |
OLD | NEW |