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

Side by Side Diff: ash/ash.gyp

Issue 11415025: A11y: Introduce High Contrast Mode and Screen Magnifier to ubar tray. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: rebase @170134 Created 8 years 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
« no previous file with comments | « no previous file | ash/ash_strings.grd » ('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 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 'launcher/launcher_view.cc', 128 'launcher/launcher_view.cc',
129 'launcher/launcher_view.h', 129 'launcher/launcher_view.h',
130 'launcher/overflow_bubble.cc', 130 'launcher/overflow_bubble.cc',
131 'launcher/overflow_bubble.h', 131 'launcher/overflow_bubble.h',
132 'launcher/overflow_button.cc', 132 'launcher/overflow_button.cc',
133 'launcher/overflow_button.h', 133 'launcher/overflow_button.h',
134 'launcher/tabbed_launcher_button.cc', 134 'launcher/tabbed_launcher_button.cc',
135 'launcher/tabbed_launcher_button.h', 135 'launcher/tabbed_launcher_button.h',
136 'magnifier/magnification_controller.cc', 136 'magnifier/magnification_controller.cc',
137 'magnifier/magnification_controller.h', 137 'magnifier/magnification_controller.h',
138 'magnifier/magnifier_constants.h',
138 'magnifier/partial_magnification_controller.cc', 139 'magnifier/partial_magnification_controller.cc',
139 'magnifier/partial_magnification_controller.h', 140 'magnifier/partial_magnification_controller.h',
140 'root_window_controller.cc', 141 'root_window_controller.cc',
141 'root_window_controller.h', 142 'root_window_controller.h',
142 'rotator/screen_rotation.cc', 143 'rotator/screen_rotation.cc',
143 'rotator/screen_rotation.h', 144 'rotator/screen_rotation.h',
144 'screen_ash.cc', 145 'screen_ash.cc',
145 'screen_ash.h', 146 'screen_ash.h',
146 'screensaver/screensaver_view.cc', 147 'screensaver/screensaver_view.cc',
147 'screensaver/screensaver_view.h', 148 'screensaver/screensaver_view.h',
(...skipping 559 matching lines...) Expand 10 before | Expand all | Expand 10 after
707 'shell/cocoa/app-Info.plist', 708 'shell/cocoa/app-Info.plist',
708 ], 709 ],
709 'xcode_settings': { 710 'xcode_settings': {
710 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 711 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
711 }, 712 },
712 }], 713 }],
713 ], 714 ],
714 }, 715 },
715 ], 716 ],
716 } 717 }
OLDNEW
« no previous file with comments | « no previous file | ash/ash_strings.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698