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

Side by Side Diff: chromeos/chromeos.gyp

Issue 14801002: Switch Audio Preferences to per device. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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_tools.gypi' 10 'chromeos_tools.gypi'
(...skipping 14 matching lines...) Expand all
25 'ime/input_method.gyp:gencode', 25 'ime/input_method.gyp:gencode',
26 'power_manager_proto', 26 'power_manager_proto',
27 'video_activity_update_proto', 27 'video_activity_update_proto',
28 ], 28 ],
29 'defines': [ 29 'defines': [
30 'CHROMEOS_IMPLEMENTATION', 30 'CHROMEOS_IMPLEMENTATION',
31 ], 31 ],
32 'sources': [ 32 'sources': [
33 'audio/audio_device.cc', 33 'audio/audio_device.cc',
34 'audio/audio_device.h', 34 'audio/audio_device.h',
35 'audio/audio_devices_pref_handler.h',
35 'audio/audio_pref_observer.h', 36 'audio/audio_pref_observer.h',
36 'audio/audio_pref_handler.h', 37 'audio/audio_pref_handler.h',
37 'audio/cras_audio_handler.cc', 38 'audio/cras_audio_handler.cc',
38 'audio/cras_audio_handler.h', 39 'audio/cras_audio_handler.h',
39 'audio/mock_cras_audio_handler.cc', 40 'audio/mock_cras_audio_handler.cc',
40 'audio/mock_cras_audio_handler.h', 41 'audio/mock_cras_audio_handler.h',
41 'audio/cras_audio_switch_handler.cc', 42 'audio/cras_audio_switch_handler.cc',
42 'audio/cras_audio_switch_handler.h', 43 'audio/cras_audio_switch_handler.h',
43 'attestation/attestation_constants.cc', 44 'attestation/attestation_constants.cc',
44 'attestation/attestation_constants.h', 45 'attestation/attestation_constants.h',
(...skipping 513 matching lines...) Expand 10 before | Expand all | Expand 10 after
558 '../third_party/cros_system_api/dbus/video_activity_update.proto', 559 '../third_party/cros_system_api/dbus/video_activity_update.proto',
559 ], 560 ],
560 'variables': { 561 'variables': {
561 'proto_in_dir': '../third_party/cros_system_api/dbus/', 562 'proto_in_dir': '../third_party/cros_system_api/dbus/',
562 'proto_out_dir': 'chromeos/dbus', 563 'proto_out_dir': 'chromeos/dbus',
563 }, 564 },
564 'includes': ['../build/protoc.gypi'], 565 'includes': ['../build/protoc.gypi'],
565 }, 566 },
566 ], 567 ],
567 } 568 }
OLDNEW
« chromeos/audio/cras_audio_handler.cc ('K') | « chromeos/audio/mock_cras_audio_handler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698