| 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 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 27 matching lines...) Expand all Loading... |
| 38 'dbus/bluetooth_device_client.cc', | 38 'dbus/bluetooth_device_client.cc', |
| 39 'dbus/bluetooth_device_client.h', | 39 'dbus/bluetooth_device_client.h', |
| 40 'dbus/bluetooth_input_client.cc', | 40 'dbus/bluetooth_input_client.cc', |
| 41 'dbus/bluetooth_input_client.h', | 41 'dbus/bluetooth_input_client.h', |
| 42 'dbus/bluetooth_manager_client.cc', | 42 'dbus/bluetooth_manager_client.cc', |
| 43 'dbus/bluetooth_manager_client.h', | 43 'dbus/bluetooth_manager_client.h', |
| 44 'dbus/bluetooth_node_client.cc', | 44 'dbus/bluetooth_node_client.cc', |
| 45 'dbus/bluetooth_node_client.h', | 45 'dbus/bluetooth_node_client.h', |
| 46 'dbus/bluetooth_out_of_band_client.cc', | 46 'dbus/bluetooth_out_of_band_client.cc', |
| 47 'dbus/bluetooth_out_of_band_client.h', | 47 'dbus/bluetooth_out_of_band_client.h', |
| 48 'dbus/bluetooth_out_of_band_pairing_data.h', | |
| 49 'dbus/bluetooth_property.cc', | 48 'dbus/bluetooth_property.cc', |
| 50 'dbus/bluetooth_property.h', | 49 'dbus/bluetooth_property.h', |
| 51 'dbus/cashew_client.cc', | 50 'dbus/cashew_client.cc', |
| 52 'dbus/cashew_client.h', | 51 'dbus/cashew_client.h', |
| 53 'dbus/cros_disks_client.cc', | 52 'dbus/cros_disks_client.cc', |
| 54 'dbus/cros_disks_client.h', | 53 'dbus/cros_disks_client.h', |
| 55 'dbus/cryptohome_client.cc', | 54 'dbus/cryptohome_client.cc', |
| 56 'dbus/cryptohome_client.h', | 55 'dbus/cryptohome_client.h', |
| 57 'dbus/dbus_client_implementation_type.h', | 56 'dbus/dbus_client_implementation_type.h', |
| 58 'dbus/dbus_method_call_status.h', | 57 'dbus/dbus_method_call_status.h', |
| (...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 314 '../third_party/cros_system_api/dbus/video_activity_update.proto', | 313 '../third_party/cros_system_api/dbus/video_activity_update.proto', |
| 315 ], | 314 ], |
| 316 'variables': { | 315 'variables': { |
| 317 'proto_in_dir': '../third_party/cros_system_api/dbus/', | 316 'proto_in_dir': '../third_party/cros_system_api/dbus/', |
| 318 'proto_out_dir': 'chromeos/dbus', | 317 'proto_out_dir': 'chromeos/dbus', |
| 319 }, | 318 }, |
| 320 'includes': ['../build/protoc.gypi'], | 319 'includes': ['../build/protoc.gypi'], |
| 321 }, | 320 }, |
| 322 ], | 321 ], |
| 323 } | 322 } |
| OLD | NEW |