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 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
59 'dbus/cros_disks_client.cc', | 59 'dbus/cros_disks_client.cc', |
60 'dbus/cros_disks_client.h', | 60 'dbus/cros_disks_client.h', |
61 'dbus/cryptohome_client.cc', | 61 'dbus/cryptohome_client.cc', |
62 'dbus/cryptohome_client.h', | 62 'dbus/cryptohome_client.h', |
63 'dbus/dbus_client_implementation_type.h', | 63 'dbus/dbus_client_implementation_type.h', |
64 'dbus/dbus_method_call_status.h', | 64 'dbus/dbus_method_call_status.h', |
65 'dbus/dbus_thread_manager.cc', | 65 'dbus/dbus_thread_manager.cc', |
66 'dbus/dbus_thread_manager.h', | 66 'dbus/dbus_thread_manager.h', |
67 'dbus/debug_daemon_client.cc', | 67 'dbus/debug_daemon_client.cc', |
68 'dbus/debug_daemon_client.h', | 68 'dbus/debug_daemon_client.h', |
| 69 'dbus/experimental_bluetooth_adapter_client.cc', |
| 70 'dbus/experimental_bluetooth_adapter_client.h', |
| 71 'dbus/experimental_bluetooth_agent_manager_client.cc', |
| 72 'dbus/experimental_bluetooth_agent_manager_client.h', |
| 73 'dbus/experimental_bluetooth_agent_service_provider.cc', |
| 74 'dbus/experimental_bluetooth_agent_service_provider.h', |
| 75 'dbus/experimental_bluetooth_device_client.cc', |
| 76 'dbus/experimental_bluetooth_device_client.h', |
| 77 'dbus/experimental_bluetooth_profile_manager_client.cc', |
| 78 'dbus/experimental_bluetooth_profile_manager_client.h', |
| 79 'dbus/experimental_bluetooth_profile_service_provider.cc', |
| 80 'dbus/experimental_bluetooth_profile_service_provider.h', |
69 'dbus/gsm_sms_client.cc', | 81 'dbus/gsm_sms_client.cc', |
70 'dbus/gsm_sms_client.h', | 82 'dbus/gsm_sms_client.h', |
71 'dbus/shill_client_helper.cc', | 83 'dbus/shill_client_helper.cc', |
72 'dbus/shill_client_helper.h', | 84 'dbus/shill_client_helper.h', |
73 'dbus/shill_device_client.cc', | 85 'dbus/shill_device_client.cc', |
74 'dbus/shill_device_client.h', | 86 'dbus/shill_device_client.h', |
75 'dbus/shill_device_client_stub.cc', | 87 'dbus/shill_device_client_stub.cc', |
76 'dbus/shill_device_client_stub.h', | 88 'dbus/shill_device_client_stub.h', |
77 'dbus/shill_ipconfig_client.cc', | 89 'dbus/shill_ipconfig_client.cc', |
78 'dbus/shill_ipconfig_client.h', | 90 'dbus/shill_ipconfig_client.h', |
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
257 'dbus/mock_bluetooth_out_of_band_client.cc', | 269 'dbus/mock_bluetooth_out_of_band_client.cc', |
258 'dbus/mock_bluetooth_out_of_band_client.h', | 270 'dbus/mock_bluetooth_out_of_band_client.h', |
259 'dbus/mock_cros_disks_client.cc', | 271 'dbus/mock_cros_disks_client.cc', |
260 'dbus/mock_cros_disks_client.h', | 272 'dbus/mock_cros_disks_client.h', |
261 'dbus/mock_cryptohome_client.cc', | 273 'dbus/mock_cryptohome_client.cc', |
262 'dbus/mock_cryptohome_client.h', | 274 'dbus/mock_cryptohome_client.h', |
263 'dbus/mock_dbus_thread_manager.cc', | 275 'dbus/mock_dbus_thread_manager.cc', |
264 'dbus/mock_dbus_thread_manager.h', | 276 'dbus/mock_dbus_thread_manager.h', |
265 'dbus/mock_debug_daemon_client.cc', | 277 'dbus/mock_debug_daemon_client.cc', |
266 'dbus/mock_debug_daemon_client.h', | 278 'dbus/mock_debug_daemon_client.h', |
| 279 'dbus/mock_experimental_bluetooth_adapter_client.cc', |
| 280 'dbus/mock_experimental_bluetooth_adapter_client.h', |
| 281 'dbus/mock_experimental_bluetooth_agent_manager_client.cc', |
| 282 'dbus/mock_experimental_bluetooth_agent_manager_client.h', |
| 283 'dbus/mock_experimental_bluetooth_device_client.cc', |
| 284 'dbus/mock_experimental_bluetooth_device_client.h', |
| 285 'dbus/mock_experimental_bluetooth_profile_manager_client.cc', |
| 286 'dbus/mock_experimental_bluetooth_profile_manager_client.h', |
267 'dbus/mock_shill_device_client.cc', | 287 'dbus/mock_shill_device_client.cc', |
268 'dbus/mock_shill_device_client.h', | 288 'dbus/mock_shill_device_client.h', |
269 'dbus/mock_shill_ipconfig_client.cc', | 289 'dbus/mock_shill_ipconfig_client.cc', |
270 'dbus/mock_shill_ipconfig_client.h', | 290 'dbus/mock_shill_ipconfig_client.h', |
271 'dbus/mock_shill_manager_client.cc', | 291 'dbus/mock_shill_manager_client.cc', |
272 'dbus/mock_shill_manager_client.h', | 292 'dbus/mock_shill_manager_client.h', |
273 'dbus/mock_shill_profile_client.cc', | 293 'dbus/mock_shill_profile_client.cc', |
274 'dbus/mock_shill_profile_client.h', | 294 'dbus/mock_shill_profile_client.h', |
275 'dbus/mock_shill_service_client.cc', | 295 'dbus/mock_shill_service_client.cc', |
276 'dbus/mock_shill_service_client.h', | 296 'dbus/mock_shill_service_client.h', |
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
457 '../third_party/cros_system_api/dbus/video_activity_update.proto', | 477 '../third_party/cros_system_api/dbus/video_activity_update.proto', |
458 ], | 478 ], |
459 'variables': { | 479 'variables': { |
460 'proto_in_dir': '../third_party/cros_system_api/dbus/', | 480 'proto_in_dir': '../third_party/cros_system_api/dbus/', |
461 'proto_out_dir': 'chromeos/dbus', | 481 'proto_out_dir': 'chromeos/dbus', |
462 }, | 482 }, |
463 'includes': ['../build/protoc.gypi'], | 483 'includes': ['../build/protoc.gypi'], |
464 }, | 484 }, |
465 ], | 485 ], |
466 } | 486 } |
OLD | NEW |