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

Side by Side Diff: ash/ash.gyp

Issue 163953007: Refactor the TrayAudio code so that it can be used by other platforms. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix memory leak by using scoped_ptr in TrayAudio Created 6 years, 10 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 | « no previous file | ash/ash_switches.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 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', 8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome',
9 }, 9 },
10 'includes': [ 10 'includes': [
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
259 'shell.cc', 259 'shell.cc',
260 'shell.h', 260 'shell.h',
261 'shell_delegate.h', 261 'shell_delegate.h',
262 'shell_factory.h', 262 'shell_factory.h',
263 'shell_window_ids.h', 263 'shell_window_ids.h',
264 'sticky_keys/sticky_keys_state.h', 264 'sticky_keys/sticky_keys_state.h',
265 'sticky_keys/sticky_keys_controller.cc', 265 'sticky_keys/sticky_keys_controller.cc',
266 'sticky_keys/sticky_keys_controller.h', 266 'sticky_keys/sticky_keys_controller.h',
267 'sticky_keys/sticky_keys_overlay.cc', 267 'sticky_keys/sticky_keys_overlay.cc',
268 'sticky_keys/sticky_keys_overlay.h', 268 'sticky_keys/sticky_keys_overlay.h',
269 'system/audio/audio_observer.h',
270 'system/audio/tray_audio.cc',
271 'system/audio/tray_audio.h',
272 'system/audio/tray_audio_delegate.h',
273 'system/audio/volume_view.cc',
274 'system/audio/volume_view.h',
269 'system/bluetooth/bluetooth_observer.h', 275 'system/bluetooth/bluetooth_observer.h',
270 'system/bluetooth/tray_bluetooth.cc', 276 'system/bluetooth/tray_bluetooth.cc',
271 'system/bluetooth/tray_bluetooth.h', 277 'system/bluetooth/tray_bluetooth.h',
272 'system/brightness_control_delegate.h', 278 'system/brightness_control_delegate.h',
273 'system/chromeos/audio/tray_audio.cc', 279 'system/chromeos/audio/audio_detailed_view.cc',
274 'system/chromeos/audio/tray_audio.h', 280 'system/chromeos/audio/audio_detailed_view.h',
281 'system/chromeos/audio/tray_audio_chromeos.cc',
282 'system/chromeos/audio/tray_audio_chromeos.h',
283 'system/chromeos/audio/tray_audio_delegate_chromeos.cc',
284 'system/chromeos/audio/tray_audio_delegate_chromeos.h',
275 'system/chromeos/enterprise/enterprise_domain_observer.h', 285 'system/chromeos/enterprise/enterprise_domain_observer.h',
276 'system/chromeos/brightness/brightness_controller_chromeos.cc', 286 'system/chromeos/brightness/brightness_controller_chromeos.cc',
277 'system/chromeos/brightness/brightness_controller_chromeos.h', 287 'system/chromeos/brightness/brightness_controller_chromeos.h',
278 'system/chromeos/brightness/tray_brightness.cc', 288 'system/chromeos/brightness/tray_brightness.cc',
279 'system/chromeos/brightness/tray_brightness.h', 289 'system/chromeos/brightness/tray_brightness.h',
280 'system/chromeos/enterprise/tray_enterprise.h', 290 'system/chromeos/enterprise/tray_enterprise.h',
281 'system/chromeos/enterprise/tray_enterprise.cc', 291 'system/chromeos/enterprise/tray_enterprise.cc',
282 'system/chromeos/keyboard_brightness_controller.cc', 292 'system/chromeos/keyboard_brightness_controller.cc',
283 'system/chromeos/keyboard_brightness_controller.h', 293 'system/chromeos/keyboard_brightness_controller.h',
284 'system/chromeos/label_tray_view.h', 294 'system/chromeos/label_tray_view.h',
(...skipping 807 matching lines...) Expand 10 before | Expand all | Expand 10 after
1092 }, 1102 },
1093 }, 1103 },
1094 'dependencies': [ 1104 'dependencies': [
1095 '../sandbox/sandbox.gyp:sandbox', 1105 '../sandbox/sandbox.gyp:sandbox',
1096 ], 1106 ],
1097 }], 1107 }],
1098 ], 1108 ],
1099 }, 1109 },
1100 ], 1110 ],
1101 } 1111 }
OLDNEW
« no previous file with comments | « no previous file | ash/ash_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698