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

Side by Side Diff: ash/ash.gyp

Issue 178883004: Enable the volume slider in Ash for windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/system/audio/tray_audio_delegate.h » ('j') | ash/system/tray/system_tray.cc » ('J')
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 435 matching lines...) Expand 10 before | Expand all | Expand 10 after
446 'system/user/login_status.cc', 446 'system/user/login_status.cc',
447 'system/user/login_status.h', 447 'system/user/login_status.h',
448 'system/user/tray_user.cc', 448 'system/user/tray_user.cc',
449 'system/user/tray_user.h', 449 'system/user/tray_user.h',
450 'system/user/tray_user_separator.cc', 450 'system/user/tray_user_separator.cc',
451 'system/user/tray_user_separator.h', 451 'system/user/tray_user_separator.h',
452 'system/user/update_observer.h', 452 'system/user/update_observer.h',
453 'system/user/user_observer.h', 453 'system/user/user_observer.h',
454 'system/web_notification/web_notification_tray.cc', 454 'system/web_notification/web_notification_tray.cc',
455 'system/web_notification/web_notification_tray.h', 455 'system/web_notification/web_notification_tray.h',
456 'system/win/audio/tray_audio_delegate_win.cc',
457 'system/win/audio/tray_audio_delegate_win.h',
458 'system/win/audio/tray_audio_win.cc',
459 'system/win/audio/tray_audio_win.h',
456 'touch/touch_hud_debug.cc', 460 'touch/touch_hud_debug.cc',
457 'touch/touch_hud_debug.h', 461 'touch/touch_hud_debug.h',
458 'touch/touch_hud_projection.cc', 462 'touch/touch_hud_projection.cc',
459 'touch/touch_hud_projection.h', 463 'touch/touch_hud_projection.h',
460 'touch/touch_observer_hud.cc', 464 'touch/touch_observer_hud.cc',
461 'touch/touch_observer_hud.h', 465 'touch/touch_observer_hud.h',
462 'touch/touch_uma.cc', 466 'touch/touch_uma.cc',
463 'touch/touch_uma.h', 467 'touch/touch_uma.h',
464 'volume_control_delegate.h', 468 'volume_control_delegate.h',
465 'wm/app_list_controller.cc', 469 'wm/app_list_controller.cc',
(...skipping 646 matching lines...) Expand 10 before | Expand all | Expand 10 after
1112 }, 1116 },
1113 }, 1117 },
1114 'dependencies': [ 1118 'dependencies': [
1115 '../sandbox/sandbox.gyp:sandbox', 1119 '../sandbox/sandbox.gyp:sandbox',
1116 ], 1120 ],
1117 }], 1121 }],
1118 ], 1122 ],
1119 }, 1123 },
1120 ], 1124 ],
1121 } 1125 }
OLDNEW
« no previous file with comments | « no previous file | ash/system/audio/tray_audio_delegate.h » ('j') | ash/system/tray/system_tray.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698