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

Side by Side Diff: chromeos/chromeos.gyp

Issue 24637004: cryptohome: Merge FakeCryptohomeClient and CryptohomeClinentStubImpl (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 2 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 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 'dbus/bluetooth_profile_service_provider.cc', 78 'dbus/bluetooth_profile_service_provider.cc',
79 'dbus/bluetooth_profile_service_provider.h', 79 'dbus/bluetooth_profile_service_provider.h',
80 'dbus/cras_audio_client.cc', 80 'dbus/cras_audio_client.cc',
81 'dbus/cras_audio_client.h', 81 'dbus/cras_audio_client.h',
82 'dbus/cras_audio_client_stub_impl.cc', 82 'dbus/cras_audio_client_stub_impl.cc',
83 'dbus/cras_audio_client_stub_impl.h', 83 'dbus/cras_audio_client_stub_impl.h',
84 'dbus/cros_disks_client.cc', 84 'dbus/cros_disks_client.cc',
85 'dbus/cros_disks_client.h', 85 'dbus/cros_disks_client.h',
86 'dbus/cryptohome_client.cc', 86 'dbus/cryptohome_client.cc',
87 'dbus/cryptohome_client.h', 87 'dbus/cryptohome_client.h',
88 'dbus/cryptohome_client_stub.cc',
89 'dbus/cryptohome_client_stub.h',
90 'dbus/dbus_client_implementation_type.h', 88 'dbus/dbus_client_implementation_type.h',
91 'dbus/dbus_method_call_status.cc', 89 'dbus/dbus_method_call_status.cc',
92 'dbus/dbus_method_call_status.h', 90 'dbus/dbus_method_call_status.h',
93 'dbus/dbus_thread_manager.cc', 91 'dbus/dbus_thread_manager.cc',
94 'dbus/dbus_thread_manager.h', 92 'dbus/dbus_thread_manager.h',
95 'dbus/debug_daemon_client.cc', 93 'dbus/debug_daemon_client.cc',
96 'dbus/debug_daemon_client.h', 94 'dbus/debug_daemon_client.h',
97 'dbus/fake_bluetooth_adapter_client.cc', 95 'dbus/fake_bluetooth_adapter_client.cc',
98 'dbus/fake_bluetooth_adapter_client.h', 96 'dbus/fake_bluetooth_adapter_client.h',
99 'dbus/fake_bluetooth_agent_manager_client.cc', 97 'dbus/fake_bluetooth_agent_manager_client.cc',
100 'dbus/fake_bluetooth_agent_manager_client.h', 98 'dbus/fake_bluetooth_agent_manager_client.h',
101 'dbus/fake_bluetooth_agent_service_provider.cc', 99 'dbus/fake_bluetooth_agent_service_provider.cc',
102 'dbus/fake_bluetooth_agent_service_provider.h', 100 'dbus/fake_bluetooth_agent_service_provider.h',
103 'dbus/fake_bluetooth_device_client.cc', 101 'dbus/fake_bluetooth_device_client.cc',
104 'dbus/fake_bluetooth_device_client.h', 102 'dbus/fake_bluetooth_device_client.h',
105 'dbus/fake_bluetooth_input_client.cc', 103 'dbus/fake_bluetooth_input_client.cc',
106 'dbus/fake_bluetooth_input_client.h', 104 'dbus/fake_bluetooth_input_client.h',
107 'dbus/fake_bluetooth_profile_manager_client.cc', 105 'dbus/fake_bluetooth_profile_manager_client.cc',
108 'dbus/fake_bluetooth_profile_manager_client.h', 106 'dbus/fake_bluetooth_profile_manager_client.h',
109 'dbus/fake_bluetooth_profile_service_provider.cc', 107 'dbus/fake_bluetooth_profile_service_provider.cc',
110 'dbus/fake_bluetooth_profile_service_provider.h', 108 'dbus/fake_bluetooth_profile_service_provider.h',
109 'dbus/fake_cryptohome_client.cc',
110 'dbus/fake_cryptohome_client.h',
111 'dbus/fake_gsm_sms_client.cc', 111 'dbus/fake_gsm_sms_client.cc',
112 'dbus/fake_gsm_sms_client.h', 112 'dbus/fake_gsm_sms_client.h',
113 'dbus/fake_image_burner_client.cc', 113 'dbus/fake_image_burner_client.cc',
114 'dbus/fake_image_burner_client.h', 114 'dbus/fake_image_burner_client.h',
115 'dbus/fake_system_clock_client.cc', 115 'dbus/fake_system_clock_client.cc',
116 'dbus/fake_system_clock_client.h', 116 'dbus/fake_system_clock_client.h',
117 'dbus/gsm_sms_client.cc', 117 'dbus/gsm_sms_client.cc',
118 'dbus/gsm_sms_client.h', 118 'dbus/gsm_sms_client.h',
119 'dbus/shill_client_helper.cc', 119 'dbus/shill_client_helper.cc',
120 'dbus/shill_client_helper.h', 120 'dbus/shill_client_helper.h',
(...skipping 282 matching lines...) Expand 10 before | Expand all | Expand 10 after
403 'dependencies': [ 403 'dependencies': [
404 '../build/linux/system.gyp:dbus', 404 '../build/linux/system.gyp:dbus',
405 '../dbus/dbus.gyp:dbus', 405 '../dbus/dbus.gyp:dbus',
406 'chromeos', 406 'chromeos',
407 'power_manager_proto', 407 'power_manager_proto',
408 ], 408 ],
409 'sources': [ 409 'sources': [
410 'dbus/fake_cros_disks_client.cc', 410 'dbus/fake_cros_disks_client.cc',
411 'dbus/fake_cros_disks_client.h', 411 'dbus/fake_cros_disks_client.h',
412 'dbus/fake_cryptohome_client.cc', 412 'dbus/fake_cryptohome_client.cc',
413 'dbus/fake_cryptohome_client.h', 413 'dbus/fake_cryptohome_client.h',
hashimoto 2013/09/26 08:41:29 Do we need these?
satorux1 2013/09/26 09:58:36 I think so. These are used with MockDBusThreadMana
hashimoto 2013/09/27 04:07:11 You added fake_cryptohome_client.cc/h to the targe
satorux1 2013/09/27 04:12:37 Good point. Removed. Removed some other stuff too.
414 'dbus/fake_gsm_sms_client.cc', 414 'dbus/fake_gsm_sms_client.cc',
415 'dbus/fake_gsm_sms_client.h', 415 'dbus/fake_gsm_sms_client.h',
416 'dbus/fake_image_burner_client.cc', 416 'dbus/fake_image_burner_client.cc',
417 'dbus/fake_image_burner_client.h', 417 'dbus/fake_image_burner_client.h',
418 'dbus/fake_power_manager_client.cc', 418 'dbus/fake_power_manager_client.cc',
419 'dbus/fake_power_manager_client.h', 419 'dbus/fake_power_manager_client.h',
420 'dbus/fake_session_manager_client.cc', 420 'dbus/fake_session_manager_client.cc',
421 'dbus/fake_session_manager_client.h', 421 'dbus/fake_session_manager_client.h',
422 'dbus/fake_shill_device_client.cc', 422 'dbus/fake_shill_device_client.cc',
423 'dbus/fake_shill_device_client.h', 423 'dbus/fake_shill_device_client.h',
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
560 '../third_party/cros_system_api/dbus/power_manager/suspend.proto', 560 '../third_party/cros_system_api/dbus/power_manager/suspend.proto',
561 ], 561 ],
562 'variables': { 562 'variables': {
563 'proto_in_dir': '../third_party/cros_system_api/dbus/power_manager', 563 'proto_in_dir': '../third_party/cros_system_api/dbus/power_manager',
564 'proto_out_dir': 'chromeos/dbus/power_manager', 564 'proto_out_dir': 'chromeos/dbus/power_manager',
565 }, 565 },
566 'includes': ['../build/protoc.gypi'], 566 'includes': ['../build/protoc.gypi'],
567 }, 567 },
568 ], 568 ],
569 } 569 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698