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

Side by Side Diff: ash/ash.gyp

Issue 10694118: Add shortcuts for keyboard brightness (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review fix Created 8 years, 5 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 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', 8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome',
9 }, 9 },
10 10
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
137 'system/date/date_view.cc', 137 'system/date/date_view.cc',
138 'system/date/date_view.h', 138 'system/date/date_view.h',
139 'system/date/tray_date.cc', 139 'system/date/tray_date.cc',
140 'system/date/tray_date.h', 140 'system/date/tray_date.h',
141 'system/drive/drive_observer.h', 141 'system/drive/drive_observer.h',
142 'system/drive/tray_drive.cc', 142 'system/drive/tray_drive.cc',
143 'system/drive/tray_drive.h', 143 'system/drive/tray_drive.h',
144 'system/ime/ime_observer.h', 144 'system/ime/ime_observer.h',
145 'system/ime/tray_ime.cc', 145 'system/ime/tray_ime.cc',
146 'system/ime/tray_ime.h', 146 'system/ime/tray_ime.h',
147 'system/keyboard_brightness/keyboard_brightness_control_delegate.h',
147 'system/locale/tray_locale.cc', 148 'system/locale/tray_locale.cc',
148 'system/locale/tray_locale.h', 149 'system/locale/tray_locale.h',
149 'system/network/network_observer.h', 150 'system/network/network_observer.h',
150 'system/network/tray_network.cc', 151 'system/network/tray_network.cc',
151 'system/network/tray_network.h', 152 'system/network/tray_network.h',
152 'system/network/tray_sms.cc', 153 'system/network/tray_sms.cc',
153 'system/network/tray_sms.h', 154 'system/network/tray_sms.h',
154 'system/power/power_status_observer.h', 155 'system/power/power_status_observer.h',
155 'system/power/power_status_view.cc', 156 'system/power/power_status_view.cc',
156 'system/power/power_status_view.h', 157 'system/power/power_status_view.h',
(...skipping 411 matching lines...) Expand 10 before | Expand all | Expand 10 after
568 'shell/cocoa/app-Info.plist', 569 'shell/cocoa/app-Info.plist',
569 ], 570 ],
570 'xcode_settings': { 571 'xcode_settings': {
571 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 572 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
572 }, 573 },
573 }], 574 }],
574 ], 575 ],
575 }, 576 },
576 ], 577 ],
577 } 578 }
OLDNEW
« no previous file with comments | « ash/accelerators/accelerator_table.cc ('k') | ash/system/keyboard_brightness/keyboard_brightness_control_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698