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

Side by Side Diff: chrome/chrome_browser_chromeos.gypi

Issue 14314002: Implement new audio handler which talks to the new audio dbus apis. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add comments in class header file and todo for cleaning up legacy code. Created 7 years, 8 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 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 'browser/chromeos/app_mode/kiosk_app_launch_error.h', 120 'browser/chromeos/app_mode/kiosk_app_launch_error.h',
121 'browser/chromeos/app_mode/kiosk_app_manager.cc', 121 'browser/chromeos/app_mode/kiosk_app_manager.cc',
122 'browser/chromeos/app_mode/kiosk_app_manager.h', 122 'browser/chromeos/app_mode/kiosk_app_manager.h',
123 'browser/chromeos/app_mode/kiosk_app_manager_observer.h', 123 'browser/chromeos/app_mode/kiosk_app_manager_observer.h',
124 'browser/chromeos/app_mode/kiosk_app_update_service.cc', 124 'browser/chromeos/app_mode/kiosk_app_update_service.cc',
125 'browser/chromeos/app_mode/kiosk_app_update_service.h', 125 'browser/chromeos/app_mode/kiosk_app_update_service.h',
126 'browser/chromeos/app_mode/startup_app_launcher.cc', 126 'browser/chromeos/app_mode/startup_app_launcher.cc',
127 'browser/chromeos/app_mode/startup_app_launcher.h', 127 'browser/chromeos/app_mode/startup_app_launcher.h',
128 'browser/chromeos/audio/audio_handler.cc', 128 'browser/chromeos/audio/audio_handler.cc',
129 'browser/chromeos/audio/audio_handler.h', 129 'browser/chromeos/audio/audio_handler.h',
130 'browser/chromeos/audio/audio_pref_handler_impl.cc',
131 'browser/chromeos/audio/audio_pref_handler_impl.h',
130 'browser/chromeos/audio/audio_mixer.h', 132 'browser/chromeos/audio/audio_mixer.h',
131 'browser/chromeos/audio/audio_mixer_alsa.cc', 133 'browser/chromeos/audio/audio_mixer_alsa.cc',
132 'browser/chromeos/audio/audio_mixer_alsa.h', 134 'browser/chromeos/audio/audio_mixer_alsa.h',
133 'browser/chromeos/audio/audio_mixer_cras.cc', 135 'browser/chromeos/audio/audio_mixer_cras.cc',
134 'browser/chromeos/audio/audio_mixer_cras.h', 136 'browser/chromeos/audio/audio_mixer_cras.h',
135 'browser/chromeos/background/ash_user_wallpaper_delegate.cc', 137 'browser/chromeos/background/ash_user_wallpaper_delegate.cc',
136 'browser/chromeos/background/ash_user_wallpaper_delegate.h', 138 'browser/chromeos/background/ash_user_wallpaper_delegate.h',
137 'browser/chromeos/bluetooth/bluetooth_pairing_dialog.cc', 139 'browser/chromeos/bluetooth/bluetooth_pairing_dialog.cc',
138 'browser/chromeos/bluetooth/bluetooth_pairing_dialog.h', 140 'browser/chromeos/bluetooth/bluetooth_pairing_dialog.h',
139 'browser/chromeos/boot_times_loader.cc', 141 'browser/chromeos/boot_times_loader.cc',
(...skipping 733 matching lines...) Expand 10 before | Expand all | Expand 10 after
873 'browser/chromeos/policy/proto/install_attributes.proto', 875 'browser/chromeos/policy/proto/install_attributes.proto',
874 ], 876 ],
875 'variables': { 877 'variables': {
876 'proto_in_dir': 'browser/chromeos/policy/proto', 878 'proto_in_dir': 'browser/chromeos/policy/proto',
877 'proto_out_dir': 'chrome/browser/chromeos/policy/proto', 879 'proto_out_dir': 'chrome/browser/chromeos/policy/proto',
878 }, 880 },
879 'includes': [ '../build/protoc.gypi' ] 881 'includes': [ '../build/protoc.gypi' ]
880 }, 882 },
881 ], 883 ],
882 } 884 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698