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

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

Issue 2108963003: Initial draft of ChromeVox Next tutorial. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix grd Created 4 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
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_images': [ 7 'chromevox_assets_images': [
8 'images/chromevox-128.png', 8 'images/chromevox-128.png',
9 'images/chromevox-16.png', 9 'images/chromevox-16.png',
10 'images/chromevox-19.png', 10 'images/chromevox-19.png',
11 'images/chromevox-48.png', 11 'images/chromevox-48.png',
12 'images/chromevox.svg',
12 'images/close-19.png', 13 'images/close-19.png',
13 'images/close-hover-19.png', 14 'images/close-hover-19.png',
14 'images/options-19.png', 15 'images/options-19.png',
15 'images/options-hover-19.png', 16 'images/options-hover-19.png',
16 'images/triangle-6.png', 17 'images/triangle-6.png',
17 ], 18 ],
18 'chromevox_assets_chromevox_background_earcons': [ 19 'chromevox_assets_chromevox_background_earcons': [
19 'chromevox/background/earcons/alert_modal.ogg', 20 'chromevox/background/earcons/alert_modal.ogg',
20 'chromevox/background/earcons/alert_nonmodal.ogg', 21 'chromevox/background/earcons/alert_nonmodal.ogg',
21 'chromevox/background/earcons/button.ogg', 22 'chromevox/background/earcons/button.ogg',
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 { 130 {
130 'destination': '<(chromevox_dest_dir)/cvox2/background/earcons', 131 'destination': '<(chromevox_dest_dir)/cvox2/background/earcons',
131 'files': [ 132 'files': [
132 '<@(chromevox_assets_cvox2_background_earcons)', 133 '<@(chromevox_assets_cvox2_background_earcons)',
133 ], 134 ],
134 }, 135 },
135 ], 136 ],
136 }, 137 },
137 ], 138 ],
138 } 139 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698