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_media_client.cc', | 74 'dbus/bluetooth_media_client.cc', |
75 'dbus/bluetooth_media_client.h', | 75 'dbus/bluetooth_media_client.h', |
76 'dbus/bluetooth_media_transport_client.cc', | 76 'dbus/bluetooth_media_transport_client.cc', |
77 'dbus/bluetooth_media_transport_client.h', | 77 'dbus/bluetooth_media_transport_client.h', |
| 78 'dbus/bluetooth_media_endpoint_service_provider.cc', |
| 79 'dbus/bluetooth_media_endpoint_service_provider.h', |
78 'dbus/bluetooth_profile_manager_client.cc', | 80 'dbus/bluetooth_profile_manager_client.cc', |
79 'dbus/bluetooth_profile_manager_client.h', | 81 'dbus/bluetooth_profile_manager_client.h', |
80 'dbus/bluetooth_profile_service_provider.cc', | 82 'dbus/bluetooth_profile_service_provider.cc', |
81 'dbus/bluetooth_profile_service_provider.h', | 83 'dbus/bluetooth_profile_service_provider.h', |
82 'dbus/cras_audio_client.cc', | 84 'dbus/cras_audio_client.cc', |
83 'dbus/cras_audio_client.h', | 85 'dbus/cras_audio_client.h', |
84 'dbus/cros_disks_client.cc', | 86 'dbus/cros_disks_client.cc', |
85 'dbus/cros_disks_client.h', | 87 'dbus/cros_disks_client.h', |
86 'dbus/cryptohome_client.cc', | 88 'dbus/cryptohome_client.cc', |
87 'dbus/cryptohome_client.h', | 89 'dbus/cryptohome_client.h', |
(...skipping 29 matching lines...) Expand all Loading... |
117 'dbus/fake_bluetooth_gatt_service_client.cc', | 119 'dbus/fake_bluetooth_gatt_service_client.cc', |
118 'dbus/fake_bluetooth_gatt_service_client.h', | 120 'dbus/fake_bluetooth_gatt_service_client.h', |
119 'dbus/fake_bluetooth_gatt_service_service_provider.cc', | 121 'dbus/fake_bluetooth_gatt_service_service_provider.cc', |
120 'dbus/fake_bluetooth_gatt_service_service_provider.h', | 122 'dbus/fake_bluetooth_gatt_service_service_provider.h', |
121 'dbus/fake_bluetooth_input_client.cc', | 123 'dbus/fake_bluetooth_input_client.cc', |
122 'dbus/fake_bluetooth_input_client.h', | 124 'dbus/fake_bluetooth_input_client.h', |
123 'dbus/fake_bluetooth_media_client.cc', | 125 'dbus/fake_bluetooth_media_client.cc', |
124 'dbus/face_bluetooth_media_client.h', | 126 'dbus/face_bluetooth_media_client.h', |
125 'dbus/fake_bluetooth_media_transport_client.cc', | 127 'dbus/fake_bluetooth_media_transport_client.cc', |
126 'dbus/fake_bluetooth_media_transport_client.h', | 128 'dbus/fake_bluetooth_media_transport_client.h', |
| 129 'dbus/fake_bluetooth_media_endpoint_service_provider.cc', |
| 130 'dbus/fake_bluetooth_media_endpoint_service_provider.h', |
127 'dbus/fake_bluetooth_profile_manager_client.cc', | 131 'dbus/fake_bluetooth_profile_manager_client.cc', |
128 'dbus/fake_bluetooth_profile_manager_client.h', | 132 'dbus/fake_bluetooth_profile_manager_client.h', |
129 'dbus/fake_bluetooth_profile_service_provider.cc', | 133 'dbus/fake_bluetooth_profile_service_provider.cc', |
130 'dbus/fake_bluetooth_profile_service_provider.h', | 134 'dbus/fake_bluetooth_profile_service_provider.h', |
131 'dbus/fake_cras_audio_client.cc', | 135 'dbus/fake_cras_audio_client.cc', |
132 'dbus/fake_cras_audio_client.h', | 136 'dbus/fake_cras_audio_client.h', |
133 'dbus/fake_cros_disks_client.cc', | 137 'dbus/fake_cros_disks_client.cc', |
134 'dbus/fake_cros_disks_client.h', | 138 'dbus/fake_cros_disks_client.h', |
135 'dbus/fake_cryptohome_client.cc', | 139 'dbus/fake_cryptohome_client.cc', |
136 'dbus/fake_cryptohome_client.h', | 140 'dbus/fake_cryptohome_client.h', |
(...skipping 564 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
701 '../third_party/cros_system_api/dbus/cryptohome/signed_secret.proto', | 705 '../third_party/cros_system_api/dbus/cryptohome/signed_secret.proto', |
702 ], | 706 ], |
703 'variables': { | 707 'variables': { |
704 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome', | 708 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome', |
705 'proto_out_dir': 'chromeos/cryptohome', | 709 'proto_out_dir': 'chromeos/cryptohome', |
706 }, | 710 }, |
707 'includes': ['../build/protoc.gypi'], | 711 'includes': ['../build/protoc.gypi'], |
708 }, | 712 }, |
709 ], | 713 ], |
710 } | 714 } |
OLD | NEW |