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

Side by Side Diff: chrome/chrome_browser_chromeos.gypi

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 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'browser_chromeos', 9 'target_name': 'browser_chromeos',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 'browser/chromeos/app_mode/kiosk_app_update_service.cc', 127 'browser/chromeos/app_mode/kiosk_app_update_service.cc',
128 'browser/chromeos/app_mode/kiosk_app_update_service.h', 128 'browser/chromeos/app_mode/kiosk_app_update_service.h',
129 'browser/chromeos/app_mode/kiosk_oem_manifest_parser.cc', 129 'browser/chromeos/app_mode/kiosk_oem_manifest_parser.cc',
130 'browser/chromeos/app_mode/kiosk_oem_manifest_parser.h', 130 'browser/chromeos/app_mode/kiosk_oem_manifest_parser.h',
131 'browser/chromeos/app_mode/startup_app_launcher.cc', 131 'browser/chromeos/app_mode/startup_app_launcher.cc',
132 'browser/chromeos/app_mode/startup_app_launcher.h', 132 'browser/chromeos/app_mode/startup_app_launcher.h',
133 'browser/chromeos/attestation/attestation_ca_client.cc', 133 'browser/chromeos/attestation/attestation_ca_client.cc',
134 'browser/chromeos/attestation/attestation_ca_client.h', 134 'browser/chromeos/attestation/attestation_ca_client.h',
135 'browser/chromeos/attestation/attestation_policy_observer.cc', 135 'browser/chromeos/attestation/attestation_policy_observer.cc',
136 'browser/chromeos/attestation/attestation_policy_observer.h', 136 'browser/chromeos/attestation/attestation_policy_observer.h',
137 'browser/chromeos/audio/audio_devices_pref_handler_impl.cc',
138 'browser/chromeos/audio/audio_devices_pref_handler_impl.h',
137 'browser/chromeos/audio/audio_handler.cc', 139 'browser/chromeos/audio/audio_handler.cc',
138 'browser/chromeos/audio/audio_handler.h', 140 'browser/chromeos/audio/audio_handler.h',
139 'browser/chromeos/audio/audio_pref_handler_impl.cc', 141 'browser/chromeos/audio/audio_pref_handler_impl.cc',
140 'browser/chromeos/audio/audio_pref_handler_impl.h', 142 'browser/chromeos/audio/audio_pref_handler_impl.h',
141 'browser/chromeos/audio/audio_mixer.h', 143 'browser/chromeos/audio/audio_mixer.h',
142 'browser/chromeos/audio/audio_mixer_alsa.cc', 144 'browser/chromeos/audio/audio_mixer_alsa.cc',
143 'browser/chromeos/audio/audio_mixer_alsa.h', 145 'browser/chromeos/audio/audio_mixer_alsa.h',
144 'browser/chromeos/audio/audio_mixer_cras.cc', 146 'browser/chromeos/audio/audio_mixer_cras.cc',
145 'browser/chromeos/audio/audio_mixer_cras.h', 147 'browser/chromeos/audio/audio_mixer_cras.h',
146 'browser/chromeos/background/ash_user_wallpaper_delegate.cc', 148 'browser/chromeos/background/ash_user_wallpaper_delegate.cc',
(...skipping 770 matching lines...) Expand 10 before | Expand all | Expand 10 after
917 'browser/chromeos/attestation/attestation_key_payload.proto', 919 'browser/chromeos/attestation/attestation_key_payload.proto',
918 ], 920 ],
919 'variables': { 921 'variables': {
920 'proto_in_dir': 'browser/chromeos/attestation', 922 'proto_in_dir': 'browser/chromeos/attestation',
921 'proto_out_dir': 'chrome/browser/chromeos/attestation', 923 'proto_out_dir': 'chrome/browser/chromeos/attestation',
922 }, 924 },
923 'includes': [ '../build/protoc.gypi' ] 925 'includes': [ '../build/protoc.gypi' ]
924 }, 926 },
925 ], 927 ],
926 } 928 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698