| 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 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 71 'dbus/debug_daemon_client.cc', | 71 'dbus/debug_daemon_client.cc', |
| 72 'dbus/debug_daemon_client.h', | 72 'dbus/debug_daemon_client.h', |
| 73 'dbus/experimental_bluetooth_adapter_client.cc', | 73 'dbus/experimental_bluetooth_adapter_client.cc', |
| 74 'dbus/experimental_bluetooth_adapter_client.h', | 74 'dbus/experimental_bluetooth_adapter_client.h', |
| 75 'dbus/experimental_bluetooth_agent_manager_client.cc', | 75 'dbus/experimental_bluetooth_agent_manager_client.cc', |
| 76 'dbus/experimental_bluetooth_agent_manager_client.h', | 76 'dbus/experimental_bluetooth_agent_manager_client.h', |
| 77 'dbus/experimental_bluetooth_agent_service_provider.cc', | 77 'dbus/experimental_bluetooth_agent_service_provider.cc', |
| 78 'dbus/experimental_bluetooth_agent_service_provider.h', | 78 'dbus/experimental_bluetooth_agent_service_provider.h', |
| 79 'dbus/experimental_bluetooth_device_client.cc', | 79 'dbus/experimental_bluetooth_device_client.cc', |
| 80 'dbus/experimental_bluetooth_device_client.h', | 80 'dbus/experimental_bluetooth_device_client.h', |
| 81 'dbus/experimental_bluetooth_input_client.cc', |
| 82 'dbus/experimental_bluetooth_input_client.h', |
| 81 'dbus/experimental_bluetooth_profile_manager_client.cc', | 83 'dbus/experimental_bluetooth_profile_manager_client.cc', |
| 82 'dbus/experimental_bluetooth_profile_manager_client.h', | 84 'dbus/experimental_bluetooth_profile_manager_client.h', |
| 83 'dbus/experimental_bluetooth_profile_service_provider.cc', | 85 'dbus/experimental_bluetooth_profile_service_provider.cc', |
| 84 'dbus/experimental_bluetooth_profile_service_provider.h', | 86 'dbus/experimental_bluetooth_profile_service_provider.h', |
| 85 'dbus/gsm_sms_client.cc', | 87 'dbus/gsm_sms_client.cc', |
| 86 'dbus/gsm_sms_client.h', | 88 'dbus/gsm_sms_client.h', |
| 87 'dbus/shill_client_helper.cc', | 89 'dbus/shill_client_helper.cc', |
| 88 'dbus/shill_client_helper.h', | 90 'dbus/shill_client_helper.h', |
| 89 'dbus/shill_device_client.cc', | 91 'dbus/shill_device_client.cc', |
| 90 'dbus/shill_device_client.h', | 92 'dbus/shill_device_client.h', |
| (...skipping 422 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 513 '../third_party/cros_system_api/dbus/video_activity_update.proto', | 515 '../third_party/cros_system_api/dbus/video_activity_update.proto', |
| 514 ], | 516 ], |
| 515 'variables': { | 517 'variables': { |
| 516 'proto_in_dir': '../third_party/cros_system_api/dbus/', | 518 'proto_in_dir': '../third_party/cros_system_api/dbus/', |
| 517 'proto_out_dir': 'chromeos/dbus', | 519 'proto_out_dir': 'chromeos/dbus', |
| 518 }, | 520 }, |
| 519 'includes': ['../build/protoc.gypi'], | 521 'includes': ['../build/protoc.gypi'], |
| 520 }, | 522 }, |
| 521 ], | 523 ], |
| 522 } | 524 } |
| OLD | NEW |