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

Side by Side Diff: chrome/browser/resources/chromeos/chromevox/chromevox_assets.gypi

Issue 1282593002: Add ChromeVox panel and implement caption display functionality. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Revert changes to accessibility_manager in this change Created 5 years, 4 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
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 'chromevox_assets_chromevox': [ 7 'chromevox_assets_chromevox': [
8 'chromevox/chromevox-128.png', 8 'chromevox/chromevox-128.png',
9 'chromevox/chromevox-16.png', 9 'chromevox/chromevox-16.png',
10 'chromevox/chromevox-19.png', 10 'chromevox/chromevox-19.png',
11 'chromevox/chromevox-48.png', 11 'chromevox/chromevox-48.png',
12 'chromevox/close-white.png',
13 'chromevox/close-white-hover.png',
14 'chromevox/options.png',
15 'chromevox/triangle.png',
12 ], 16 ],
13 'chromevox_assets_chromevox_background_earcons': [ 17 'chromevox_assets_chromevox_background_earcons': [
14 'chromevox/background/earcons/alert_modal.ogg', 18 'chromevox/background/earcons/alert_modal.ogg',
15 'chromevox/background/earcons/alert_nonmodal.ogg', 19 'chromevox/background/earcons/alert_nonmodal.ogg',
16 'chromevox/background/earcons/bullet.ogg', 20 'chromevox/background/earcons/bullet.ogg',
17 'chromevox/background/earcons/busy_progress_loop.ogg', 21 'chromevox/background/earcons/busy_progress_loop.ogg',
18 'chromevox/background/earcons/busy_working_loop.ogg', 22 'chromevox/background/earcons/busy_working_loop.ogg',
19 'chromevox/background/earcons/button.ogg', 23 'chromevox/background/earcons/button.ogg',
20 'chromevox/background/earcons/check_off.ogg', 24 'chromevox/background/earcons/check_off.ogg',
21 'chromevox/background/earcons/check_on.ogg', 25 'chromevox/background/earcons/check_on.ogg',
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 { 123 {
120 'destination': '<(chromevox_dest_dir)/chromevox/background/mathmaps/sy mbols', 124 'destination': '<(chromevox_dest_dir)/chromevox/background/mathmaps/sy mbols',
121 'files': [ 125 'files': [
122 '<@(chromevox_assets_chromevox_background_mathmaps_symbols)', 126 '<@(chromevox_assets_chromevox_background_mathmaps_symbols)',
123 ], 127 ],
124 }, 128 },
125 ], 129 ],
126 }, 130 },
127 ], 131 ],
128 } 132 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698