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

Side by Side Diff: chromeos/chromeos.gyp

Issue 206443009: chromeos/dbus: Add fake D-Bus clients for GATT client-mode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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 | Annotate | Revision Log
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 }, 8 },
9 'includes': [ 9 'includes': [
10 'chromeos_memory.gypi', 10 'chromeos_memory.gypi',
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 'dbus/debug_daemon_client.cc', 109 'dbus/debug_daemon_client.cc',
110 'dbus/debug_daemon_client.h', 110 'dbus/debug_daemon_client.h',
111 'dbus/fake_bluetooth_adapter_client.cc', 111 'dbus/fake_bluetooth_adapter_client.cc',
112 'dbus/fake_bluetooth_adapter_client.h', 112 'dbus/fake_bluetooth_adapter_client.h',
113 'dbus/fake_bluetooth_agent_manager_client.cc', 113 'dbus/fake_bluetooth_agent_manager_client.cc',
114 'dbus/fake_bluetooth_agent_manager_client.h', 114 'dbus/fake_bluetooth_agent_manager_client.h',
115 'dbus/fake_bluetooth_agent_service_provider.cc', 115 'dbus/fake_bluetooth_agent_service_provider.cc',
116 'dbus/fake_bluetooth_agent_service_provider.h', 116 'dbus/fake_bluetooth_agent_service_provider.h',
117 'dbus/fake_bluetooth_device_client.cc', 117 'dbus/fake_bluetooth_device_client.cc',
118 'dbus/fake_bluetooth_device_client.h', 118 'dbus/fake_bluetooth_device_client.h',
119 'dbus/fake_bluetooth_gatt_characteristic_client.cc',
120 'dbus/fake_bluetooth_gatt_characteristic_client.h',
121 'dbus/fake_bluetooth_gatt_descriptor_client.cc',
122 'dbus/fake_bluetooth_gatt_descriptor_client.h',
123 'dbus/fake_bluetooth_gatt_service_client.cc',
124 'dbus/fake_bluetooth_gatt_service_client.h',
stevenjb 2014/03/21 17:26:05 At this point we really need a dbus/bluetooth dire
119 'dbus/fake_bluetooth_input_client.cc', 125 'dbus/fake_bluetooth_input_client.cc',
120 'dbus/fake_bluetooth_input_client.h', 126 'dbus/fake_bluetooth_input_client.h',
121 'dbus/fake_bluetooth_profile_manager_client.cc', 127 'dbus/fake_bluetooth_profile_manager_client.cc',
122 'dbus/fake_bluetooth_profile_manager_client.h', 128 'dbus/fake_bluetooth_profile_manager_client.h',
123 'dbus/fake_bluetooth_profile_service_provider.cc', 129 'dbus/fake_bluetooth_profile_service_provider.cc',
124 'dbus/fake_bluetooth_profile_service_provider.h', 130 'dbus/fake_bluetooth_profile_service_provider.h',
125 'dbus/fake_cryptohome_client.cc', 131 'dbus/fake_cryptohome_client.cc',
126 'dbus/fake_cryptohome_client.h', 132 'dbus/fake_cryptohome_client.h',
127 'dbus/fake_dbus_thread_manager.cc', 133 'dbus/fake_dbus_thread_manager.cc',
128 'dbus/fake_dbus_thread_manager.h', 134 'dbus/fake_dbus_thread_manager.h',
(...skipping 419 matching lines...) Expand 10 before | Expand all | Expand 10 after
548 '../third_party/cros_system_api/dbus/cryptohome/rpc.proto', 554 '../third_party/cros_system_api/dbus/cryptohome/rpc.proto',
549 ], 555 ],
550 'variables': { 556 'variables': {
551 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome', 557 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome',
552 'proto_out_dir': 'chromeos/dbus/cryptohome', 558 'proto_out_dir': 'chromeos/dbus/cryptohome',
553 }, 559 },
554 'includes': ['../build/protoc.gypi'], 560 'includes': ['../build/protoc.gypi'],
555 }, 561 },
556 ], 562 ],
557 } 563 }
OLDNEW
« no previous file with comments | « no previous file | chromeos/dbus/dbus_thread_manager.h » ('j') | chromeos/dbus/fake_bluetooth_device_client.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698