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

Side by Side Diff: chromeos/chromeos.gyp

Issue 675403002: Rename CrasAudioClientStubImpl to FakeCrasAudioClient (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix the app_shell_unittests build Created 6 years, 1 month 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
« no previous file with comments | « chromeos/audio/cras_audio_handler_unittest.cc ('k') | chromeos/dbus/cras_audio_client.cc » ('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 # 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 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
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_profile_manager_client.cc', 74 'dbus/bluetooth_profile_manager_client.cc',
75 'dbus/bluetooth_profile_manager_client.h', 75 'dbus/bluetooth_profile_manager_client.h',
76 'dbus/bluetooth_profile_service_provider.cc', 76 'dbus/bluetooth_profile_service_provider.cc',
77 'dbus/bluetooth_profile_service_provider.h', 77 'dbus/bluetooth_profile_service_provider.h',
78 'dbus/cras_audio_client.cc', 78 'dbus/cras_audio_client.cc',
79 'dbus/cras_audio_client.h', 79 'dbus/cras_audio_client.h',
80 'dbus/cras_audio_client_stub_impl.cc',
81 'dbus/cras_audio_client_stub_impl.h',
82 'dbus/cros_disks_client.cc', 80 'dbus/cros_disks_client.cc',
83 'dbus/cros_disks_client.h', 81 'dbus/cros_disks_client.h',
84 'dbus/cryptohome_client.cc', 82 'dbus/cryptohome_client.cc',
85 'dbus/cryptohome_client.h', 83 'dbus/cryptohome_client.h',
86 'dbus/dbus_client_bundle.h', 84 'dbus/dbus_client_bundle.h',
87 'dbus/dbus_client_bundle.cc', 85 'dbus/dbus_client_bundle.cc',
88 'dbus/dbus_client_implementation_type.h', 86 'dbus/dbus_client_implementation_type.h',
89 'dbus/dbus_method_call_status.cc', 87 'dbus/dbus_method_call_status.cc',
90 'dbus/dbus_method_call_status.h', 88 'dbus/dbus_method_call_status.h',
91 'dbus/dbus_thread_manager.cc', 89 'dbus/dbus_thread_manager.cc',
(...skipping 23 matching lines...) Expand all
115 'dbus/fake_bluetooth_gatt_service_client.cc', 113 'dbus/fake_bluetooth_gatt_service_client.cc',
116 'dbus/fake_bluetooth_gatt_service_client.h', 114 'dbus/fake_bluetooth_gatt_service_client.h',
117 'dbus/fake_bluetooth_gatt_service_service_provider.cc', 115 'dbus/fake_bluetooth_gatt_service_service_provider.cc',
118 'dbus/fake_bluetooth_gatt_service_service_provider.h', 116 'dbus/fake_bluetooth_gatt_service_service_provider.h',
119 'dbus/fake_bluetooth_input_client.cc', 117 'dbus/fake_bluetooth_input_client.cc',
120 'dbus/fake_bluetooth_input_client.h', 118 'dbus/fake_bluetooth_input_client.h',
121 'dbus/fake_bluetooth_profile_manager_client.cc', 119 'dbus/fake_bluetooth_profile_manager_client.cc',
122 'dbus/fake_bluetooth_profile_manager_client.h', 120 'dbus/fake_bluetooth_profile_manager_client.h',
123 'dbus/fake_bluetooth_profile_service_provider.cc', 121 'dbus/fake_bluetooth_profile_service_provider.cc',
124 'dbus/fake_bluetooth_profile_service_provider.h', 122 'dbus/fake_bluetooth_profile_service_provider.h',
123 'dbus/fake_cras_audio_client.cc',
124 'dbus/fake_cras_audio_client.h',
125 'dbus/fake_cryptohome_client.cc', 125 'dbus/fake_cryptohome_client.cc',
126 'dbus/fake_cryptohome_client.h', 126 'dbus/fake_cryptohome_client.h',
127 'dbus/fake_debug_daemon_client.cc', 127 'dbus/fake_debug_daemon_client.cc',
128 'dbus/fake_debug_daemon_client.h', 128 'dbus/fake_debug_daemon_client.h',
129 'dbus/fake_easy_unlock_client.cc', 129 'dbus/fake_easy_unlock_client.cc',
130 'dbus/fake_easy_unlock_client.h', 130 'dbus/fake_easy_unlock_client.h',
131 'dbus/fake_gsm_sms_client.cc', 131 'dbus/fake_gsm_sms_client.cc',
132 'dbus/fake_gsm_sms_client.h', 132 'dbus/fake_gsm_sms_client.h',
133 'dbus/fake_image_burner_client.cc', 133 'dbus/fake_image_burner_client.cc',
134 'dbus/fake_image_burner_client.h', 134 'dbus/fake_image_burner_client.h',
(...skipping 538 matching lines...) Expand 10 before | Expand all | Expand 10 after
673 '../third_party/cros_system_api/dbus/cryptohome/signed_secret.proto', 673 '../third_party/cros_system_api/dbus/cryptohome/signed_secret.proto',
674 ], 674 ],
675 'variables': { 675 'variables': {
676 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome', 676 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome',
677 'proto_out_dir': 'chromeos/cryptohome', 677 'proto_out_dir': 'chromeos/cryptohome',
678 }, 678 },
679 'includes': ['../build/protoc.gypi'], 679 'includes': ['../build/protoc.gypi'],
680 }, 680 },
681 ], 681 ],
682 } 682 }
OLDNEW
« no previous file with comments | « chromeos/audio/cras_audio_handler_unittest.cc ('k') | chromeos/dbus/cras_audio_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698