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

Side by Side Diff: chromeos/chromeos.gyp

Issue 19861002: Add test coverage for CrasAudioHandler. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nit. Created 7 years, 4 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 | « chromeos/audio/mock_cras_audio_handler.cc ('k') | chromeos/dbus/audio_node.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_memory.gypi', 10 'chromeos_memory.gypi',
(...skipping 22 matching lines...) Expand all
33 'sources': [ 33 'sources': [
34 'app_mode/kiosk_oem_manifest_parser.cc', 34 'app_mode/kiosk_oem_manifest_parser.cc',
35 'app_mode/kiosk_oem_manifest_parser.h', 35 'app_mode/kiosk_oem_manifest_parser.h',
36 'audio/audio_device.cc', 36 'audio/audio_device.cc',
37 'audio/audio_device.h', 37 'audio/audio_device.h',
38 'audio/audio_devices_pref_handler.h', 38 'audio/audio_devices_pref_handler.h',
39 'audio/audio_pref_observer.h', 39 'audio/audio_pref_observer.h',
40 'audio/audio_pref_handler.h', 40 'audio/audio_pref_handler.h',
41 'audio/cras_audio_handler.cc', 41 'audio/cras_audio_handler.cc',
42 'audio/cras_audio_handler.h', 42 'audio/cras_audio_handler.h',
43 'audio/mock_cras_audio_handler.cc', 43 'audio/audio_devices_pref_handler_stub.cc',
44 'audio/mock_cras_audio_handler.h', 44 'audio/audio_devices_pref_handler_stub.h',
45 'attestation/attestation_constants.cc', 45 'attestation/attestation_constants.cc',
46 'attestation/attestation_constants.h', 46 'attestation/attestation_constants.h',
47 'attestation/attestation_flow.cc', 47 'attestation/attestation_flow.cc',
48 'attestation/attestation_flow.h', 48 'attestation/attestation_flow.h',
49 'cert_loader.cc', 49 'cert_loader.cc',
50 'cert_loader.h', 50 'cert_loader.h',
51 'chromeos_constants.cc', 51 'chromeos_constants.cc',
52 'chromeos_constants.h', 52 'chromeos_constants.h',
53 'chromeos_export.h', 53 'chromeos_export.h',
54 'chromeos_paths.cc', 54 'chromeos_paths.cc',
(...skipping 17 matching lines...) Expand all
72 'dbus/bluetooth_device_client.cc', 72 'dbus/bluetooth_device_client.cc',
73 'dbus/bluetooth_device_client.h', 73 'dbus/bluetooth_device_client.h',
74 'dbus/bluetooth_input_client.cc', 74 'dbus/bluetooth_input_client.cc',
75 'dbus/bluetooth_input_client.h', 75 'dbus/bluetooth_input_client.h',
76 'dbus/bluetooth_profile_manager_client.cc', 76 'dbus/bluetooth_profile_manager_client.cc',
77 'dbus/bluetooth_profile_manager_client.h', 77 'dbus/bluetooth_profile_manager_client.h',
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',
83 'dbus/cras_audio_client_stub_impl.h',
82 'dbus/cros_disks_client.cc', 84 'dbus/cros_disks_client.cc',
83 'dbus/cros_disks_client.h', 85 'dbus/cros_disks_client.h',
84 'dbus/cryptohome_client.cc', 86 'dbus/cryptohome_client.cc',
85 'dbus/cryptohome_client.h', 87 'dbus/cryptohome_client.h',
86 'dbus/dbus_client_implementation_type.h', 88 'dbus/dbus_client_implementation_type.h',
87 'dbus/dbus_method_call_status.h', 89 'dbus/dbus_method_call_status.h',
88 'dbus/dbus_thread_manager.cc', 90 'dbus/dbus_thread_manager.cc',
89 'dbus/dbus_thread_manager.h', 91 'dbus/dbus_thread_manager.h',
90 'dbus/debug_daemon_client.cc', 92 'dbus/debug_daemon_client.cc',
91 'dbus/debug_daemon_client.h', 93 'dbus/debug_daemon_client.h',
(...skipping 356 matching lines...) Expand 10 before | Expand all | Expand 10 after
448 '../net/net.gyp:net', 450 '../net/net.gyp:net',
449 '../testing/gmock.gyp:gmock', 451 '../testing/gmock.gyp:gmock',
450 '../testing/gtest.gyp:gtest', 452 '../testing/gtest.gyp:gtest',
451 '../url/url.gyp:url_lib', 453 '../url/url.gyp:url_lib',
452 'chromeos_test_support', 454 'chromeos_test_support',
453 'power_manager_proto', 455 'power_manager_proto',
454 ], 456 ],
455 'sources': [ 457 'sources': [
456 'app_mode/kiosk_oem_manifest_parser_unittest.cc', 458 'app_mode/kiosk_oem_manifest_parser_unittest.cc',
457 'attestation/attestation_flow_unittest.cc', 459 'attestation/attestation_flow_unittest.cc',
460 'audio/cras_audio_handler_unittest.cc',
458 'dbus/blocking_method_caller_unittest.cc', 461 'dbus/blocking_method_caller_unittest.cc',
459 'dbus/cros_disks_client_unittest.cc', 462 'dbus/cros_disks_client_unittest.cc',
460 'dbus/gsm_sms_client_unittest.cc', 463 'dbus/gsm_sms_client_unittest.cc',
461 'dbus/ibus/ibus_client_unittest.cc', 464 'dbus/ibus/ibus_client_unittest.cc',
462 'dbus/ibus/ibus_component_unittest.cc', 465 'dbus/ibus/ibus_component_unittest.cc',
463 'dbus/ibus/ibus_config_client_unittest.cc', 466 'dbus/ibus/ibus_config_client_unittest.cc',
464 'dbus/ibus/ibus_engine_factory_service_unittest.cc', 467 'dbus/ibus/ibus_engine_factory_service_unittest.cc',
465 'dbus/ibus/ibus_engine_service_unittest.cc', 468 'dbus/ibus/ibus_engine_service_unittest.cc',
466 'dbus/ibus/ibus_input_context_client_unittest.cc', 469 'dbus/ibus/ibus_input_context_client_unittest.cc',
467 'dbus/ibus/ibus_lookup_table_unittest.cc', 470 'dbus/ibus/ibus_lookup_table_unittest.cc',
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
538 '../third_party/cros_system_api/dbus/power_manager/suspend.proto', 541 '../third_party/cros_system_api/dbus/power_manager/suspend.proto',
539 ], 542 ],
540 'variables': { 543 'variables': {
541 'proto_in_dir': '../third_party/cros_system_api/dbus/power_manager', 544 'proto_in_dir': '../third_party/cros_system_api/dbus/power_manager',
542 'proto_out_dir': 'chromeos/dbus/power_manager', 545 'proto_out_dir': 'chromeos/dbus/power_manager',
543 }, 546 },
544 'includes': ['../build/protoc.gypi'], 547 'includes': ['../build/protoc.gypi'],
545 }, 548 },
546 ], 549 ],
547 } 550 }
OLDNEW
« no previous file with comments | « chromeos/audio/mock_cras_audio_handler.cc ('k') | chromeos/dbus/audio_node.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698