Chromium Code Reviews| 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 # These files lists are shared with the GN build. | 8 # These files lists are shared with the GN build. |
| 9 'chromeos_sources': [ | 9 'chromeos_sources': [ |
| 10 'accelerometer/accelerometer_reader.cc', | 10 'accelerometer/accelerometer_reader.cc', |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 68 'dbus/bluetooth_gatt_service_client.cc', | 68 'dbus/bluetooth_gatt_service_client.cc', |
| 69 'dbus/bluetooth_gatt_service_client.h', | 69 'dbus/bluetooth_gatt_service_client.h', |
| 70 'dbus/bluetooth_gatt_service_service_provider.cc', | 70 'dbus/bluetooth_gatt_service_service_provider.cc', |
| 71 'dbus/bluetooth_gatt_service_service_provider.h', | 71 'dbus/bluetooth_gatt_service_service_provider.h', |
| 72 'dbus/bluetooth_input_client.cc', | 72 'dbus/bluetooth_input_client.cc', |
| 73 'dbus/bluetooth_input_client.h', | 73 'dbus/bluetooth_input_client.h', |
| 74 'dbus/bluetooth_profile_manager_client.cc', | 74 'dbus/bluetooth_profile_manager_client.cc', |
| 75 'dbus/bluetooth_profile_manager_client.h', | 75 'dbus/bluetooth_profile_manager_client.h', |
| 76 'dbus/bluetooth_profile_service_provider.cc', | 76 'dbus/bluetooth_profile_service_provider.cc', |
| 77 'dbus/bluetooth_profile_service_provider.h', | 77 'dbus/bluetooth_profile_service_provider.h', |
| 78 'dbus/console_service_client.cc', | |
| 79 'dbus/console_service.h', | |
|
stevenjb
2014/10/31 17:00:46
console_service_client.h
| |
| 78 'dbus/cras_audio_client.cc', | 80 'dbus/cras_audio_client.cc', |
| 79 'dbus/cras_audio_client.h', | 81 'dbus/cras_audio_client.h', |
| 80 'dbus/cros_disks_client.cc', | 82 'dbus/cros_disks_client.cc', |
| 81 'dbus/cros_disks_client.h', | 83 'dbus/cros_disks_client.h', |
| 82 'dbus/cryptohome_client.cc', | 84 'dbus/cryptohome_client.cc', |
| 83 'dbus/cryptohome_client.h', | 85 'dbus/cryptohome_client.h', |
| 84 'dbus/dbus_client_bundle.h', | 86 'dbus/dbus_client_bundle.h', |
| 85 'dbus/dbus_client_bundle.cc', | 87 'dbus/dbus_client_bundle.cc', |
| 86 'dbus/dbus_client_implementation_type.h', | 88 'dbus/dbus_client_implementation_type.h', |
| 87 'dbus/dbus_method_call_status.cc', | 89 'dbus/dbus_method_call_status.cc', |
| (...skipping 586 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 674 '../third_party/cros_system_api/dbus/cryptohome/signed_secret.proto', | 676 '../third_party/cros_system_api/dbus/cryptohome/signed_secret.proto', |
| 675 ], | 677 ], |
| 676 'variables': { | 678 'variables': { |
| 677 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome', | 679 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome', |
| 678 'proto_out_dir': 'chromeos/cryptohome', | 680 'proto_out_dir': 'chromeos/cryptohome', |
| 679 }, | 681 }, |
| 680 'includes': ['../build/protoc.gypi'], | 682 'includes': ['../build/protoc.gypi'], |
| 681 }, | 683 }, |
| 682 ], | 684 ], |
| 683 } | 685 } |
| OLD | NEW |