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

Side by Side Diff: chromeos/chromeos.gyp

Issue 12605008: D-Bus Clients for BlueZ 5 API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: mock dbus thread manager without gmock? I didn't even know that was a thing! Created 7 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
« no previous file with comments | « no previous file | chromeos/dbus/dbus_thread_manager.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_tools.gypi' 10 'chromeos_tools.gypi'
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 'dbus/cros_disks_client.cc', 58 'dbus/cros_disks_client.cc',
59 'dbus/cros_disks_client.h', 59 'dbus/cros_disks_client.h',
60 'dbus/cryptohome_client.cc', 60 'dbus/cryptohome_client.cc',
61 'dbus/cryptohome_client.h', 61 'dbus/cryptohome_client.h',
62 'dbus/dbus_client_implementation_type.h', 62 'dbus/dbus_client_implementation_type.h',
63 'dbus/dbus_method_call_status.h', 63 'dbus/dbus_method_call_status.h',
64 'dbus/dbus_thread_manager.cc', 64 'dbus/dbus_thread_manager.cc',
65 'dbus/dbus_thread_manager.h', 65 'dbus/dbus_thread_manager.h',
66 'dbus/debug_daemon_client.cc', 66 'dbus/debug_daemon_client.cc',
67 'dbus/debug_daemon_client.h', 67 'dbus/debug_daemon_client.h',
68 'dbus/experimental_bluetooth_adapter_client.cc',
69 'dbus/experimental_bluetooth_adapter_client.h',
70 'dbus/experimental_bluetooth_agent_manager_client.cc',
71 'dbus/experimental_bluetooth_agent_manager_client.h',
72 'dbus/experimental_bluetooth_agent_service_provider.cc',
73 'dbus/experimental_bluetooth_agent_service_provider.h',
74 'dbus/experimental_bluetooth_device_client.cc',
75 'dbus/experimental_bluetooth_device_client.h',
76 'dbus/experimental_bluetooth_profile_manager_client.cc',
77 'dbus/experimental_bluetooth_profile_manager_client.h',
78 'dbus/experimental_bluetooth_profile_service_provider.cc',
79 'dbus/experimental_bluetooth_profile_service_provider.h',
68 'dbus/gsm_sms_client.cc', 80 'dbus/gsm_sms_client.cc',
69 'dbus/gsm_sms_client.h', 81 'dbus/gsm_sms_client.h',
70 'dbus/shill_client_helper.cc', 82 'dbus/shill_client_helper.cc',
71 'dbus/shill_client_helper.h', 83 'dbus/shill_client_helper.h',
72 'dbus/shill_device_client.cc', 84 'dbus/shill_device_client.cc',
73 'dbus/shill_device_client.h', 85 'dbus/shill_device_client.h',
74 'dbus/shill_device_client_stub.cc', 86 'dbus/shill_device_client_stub.cc',
75 'dbus/shill_device_client_stub.h', 87 'dbus/shill_device_client_stub.h',
76 'dbus/shill_ipconfig_client.cc', 88 'dbus/shill_ipconfig_client.cc',
77 'dbus/shill_ipconfig_client.h', 89 'dbus/shill_ipconfig_client.h',
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
264 'dbus/mock_bluetooth_out_of_band_client.cc', 276 'dbus/mock_bluetooth_out_of_band_client.cc',
265 'dbus/mock_bluetooth_out_of_band_client.h', 277 'dbus/mock_bluetooth_out_of_band_client.h',
266 'dbus/mock_cros_disks_client.cc', 278 'dbus/mock_cros_disks_client.cc',
267 'dbus/mock_cros_disks_client.h', 279 'dbus/mock_cros_disks_client.h',
268 'dbus/mock_cryptohome_client.cc', 280 'dbus/mock_cryptohome_client.cc',
269 'dbus/mock_cryptohome_client.h', 281 'dbus/mock_cryptohome_client.h',
270 'dbus/mock_dbus_thread_manager.cc', 282 'dbus/mock_dbus_thread_manager.cc',
271 'dbus/mock_dbus_thread_manager.h', 283 'dbus/mock_dbus_thread_manager.h',
272 'dbus/mock_debug_daemon_client.cc', 284 'dbus/mock_debug_daemon_client.cc',
273 'dbus/mock_debug_daemon_client.h', 285 'dbus/mock_debug_daemon_client.h',
286 'dbus/mock_experimental_bluetooth_adapter_client.cc',
287 'dbus/mock_experimental_bluetooth_adapter_client.h',
288 'dbus/mock_experimental_bluetooth_agent_manager_client.cc',
289 'dbus/mock_experimental_bluetooth_agent_manager_client.h',
290 'dbus/mock_experimental_bluetooth_device_client.cc',
291 'dbus/mock_experimental_bluetooth_device_client.h',
292 'dbus/mock_experimental_bluetooth_profile_manager_client.cc',
293 'dbus/mock_experimental_bluetooth_profile_manager_client.h',
274 'dbus/mock_shill_device_client.cc', 294 'dbus/mock_shill_device_client.cc',
275 'dbus/mock_shill_device_client.h', 295 'dbus/mock_shill_device_client.h',
276 'dbus/mock_shill_ipconfig_client.cc', 296 'dbus/mock_shill_ipconfig_client.cc',
277 'dbus/mock_shill_ipconfig_client.h', 297 'dbus/mock_shill_ipconfig_client.h',
278 'dbus/mock_shill_manager_client.cc', 298 'dbus/mock_shill_manager_client.cc',
279 'dbus/mock_shill_manager_client.h', 299 'dbus/mock_shill_manager_client.h',
280 'dbus/mock_shill_profile_client.cc', 300 'dbus/mock_shill_profile_client.cc',
281 'dbus/mock_shill_profile_client.h', 301 'dbus/mock_shill_profile_client.h',
282 'dbus/mock_shill_service_client.cc', 302 'dbus/mock_shill_service_client.cc',
283 'dbus/mock_shill_service_client.h', 303 'dbus/mock_shill_service_client.h',
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
455 '../third_party/cros_system_api/dbus/video_activity_update.proto', 475 '../third_party/cros_system_api/dbus/video_activity_update.proto',
456 ], 476 ],
457 'variables': { 477 'variables': {
458 'proto_in_dir': '../third_party/cros_system_api/dbus/', 478 'proto_in_dir': '../third_party/cros_system_api/dbus/',
459 'proto_out_dir': 'chromeos/dbus', 479 'proto_out_dir': 'chromeos/dbus',
460 }, 480 },
461 'includes': ['../build/protoc.gypi'], 481 'includes': ['../build/protoc.gypi'],
462 }, 482 },
463 ], 483 ],
464 } 484 }
OLDNEW
« no previous file with comments | « no previous file | chromeos/dbus/dbus_thread_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698