Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(143)

Side by Side Diff: chromeos/chromeos.gyp

Issue 876153002: device/bluetooth:Implement Register() for BluetoothAudioSinkChromeOS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 'dbus/fake_bluetooth_gatt_descriptor_service_provider.h', 120 'dbus/fake_bluetooth_gatt_descriptor_service_provider.h',
121 'dbus/fake_bluetooth_gatt_manager_client.cc', 121 'dbus/fake_bluetooth_gatt_manager_client.cc',
122 'dbus/fake_bluetooth_gatt_manager_client.h', 122 'dbus/fake_bluetooth_gatt_manager_client.h',
123 'dbus/fake_bluetooth_gatt_service_client.cc', 123 'dbus/fake_bluetooth_gatt_service_client.cc',
124 'dbus/fake_bluetooth_gatt_service_client.h', 124 'dbus/fake_bluetooth_gatt_service_client.h',
125 'dbus/fake_bluetooth_gatt_service_service_provider.cc', 125 'dbus/fake_bluetooth_gatt_service_service_provider.cc',
126 'dbus/fake_bluetooth_gatt_service_service_provider.h', 126 'dbus/fake_bluetooth_gatt_service_service_provider.h',
127 'dbus/fake_bluetooth_input_client.cc', 127 'dbus/fake_bluetooth_input_client.cc',
128 'dbus/fake_bluetooth_input_client.h', 128 'dbus/fake_bluetooth_input_client.h',
129 'dbus/fake_bluetooth_media_client.cc', 129 'dbus/fake_bluetooth_media_client.cc',
130 'dbus/face_bluetooth_media_client.h', 130 'dbus/fake_bluetooth_media_client.h',
armansito 2015/01/27 04:38:05 lol
131 'dbus/fake_bluetooth_media_transport_client.cc', 131 'dbus/fake_bluetooth_media_transport_client.cc',
132 'dbus/fake_bluetooth_media_transport_client.h', 132 'dbus/fake_bluetooth_media_transport_client.h',
133 'dbus/fake_bluetooth_media_endpoint_service_provider.cc', 133 'dbus/fake_bluetooth_media_endpoint_service_provider.cc',
134 'dbus/fake_bluetooth_media_endpoint_service_provider.h', 134 'dbus/fake_bluetooth_media_endpoint_service_provider.h',
135 'dbus/fake_bluetooth_profile_manager_client.cc', 135 'dbus/fake_bluetooth_profile_manager_client.cc',
136 'dbus/fake_bluetooth_profile_manager_client.h', 136 'dbus/fake_bluetooth_profile_manager_client.h',
137 'dbus/fake_bluetooth_profile_service_provider.cc', 137 'dbus/fake_bluetooth_profile_service_provider.cc',
138 'dbus/fake_bluetooth_profile_service_provider.h', 138 'dbus/fake_bluetooth_profile_service_provider.h',
139 'dbus/fake_cras_audio_client.cc', 139 'dbus/fake_cras_audio_client.cc',
140 'dbus/fake_cras_audio_client.h', 140 'dbus/fake_cras_audio_client.h',
(...skipping 559 matching lines...) Expand 10 before | Expand all | Expand 10 after
700 '../third_party/cros_system_api/dbus/cryptohome/signed_secret.proto', 700 '../third_party/cros_system_api/dbus/cryptohome/signed_secret.proto',
701 ], 701 ],
702 'variables': { 702 'variables': {
703 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome', 703 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome',
704 'proto_out_dir': 'chromeos/cryptohome', 704 'proto_out_dir': 'chromeos/cryptohome',
705 }, 705 },
706 'includes': ['../build/protoc.gypi'], 706 'includes': ['../build/protoc.gypi'],
707 }, 707 },
708 ], 708 ],
709 } 709 }
OLDNEW
« no previous file with comments | « no previous file | chromeos/dbus/fake_bluetooth_media_client.h » ('j') | chromeos/dbus/fake_bluetooth_media_client.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698