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

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

Issue 2304303002: Inline GYP sources for chrome/ android and chromeos. (Closed)
Patch Set: merge Created 4 years, 3 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
(Empty)
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
3 # found in the LICENSE file.
4
5 {
6 'variables': {
7 'chromevox_assets_images': [
8 'images/chromevox-128.png',
9 'images/chromevox-16.png',
10 'images/chromevox-19.png',
11 'images/chromevox-48.png',
12 'images/chromevox.svg',
13 'images/close-19.png',
14 'images/close-hover-19.png',
15 'images/options-19.png',
16 'images/options-hover-19.png',
17 'images/triangle-6.png',
18 ],
19 'chromevox_assets_chromevox_background_earcons': [
20 'chromevox/background/earcons/alert_modal.ogg',
21 'chromevox/background/earcons/alert_nonmodal.ogg',
22 'chromevox/background/earcons/button.ogg',
23 'chromevox/background/earcons/check_off.ogg',
24 'chromevox/background/earcons/check_on.ogg',
25 'chromevox/background/earcons/editable_text.ogg',
26 'chromevox/background/earcons/invalid_keypress.ogg',
27 'chromevox/background/earcons/link.ogg',
28 'chromevox/background/earcons/list_item.ogg',
29 'chromevox/background/earcons/listbox.ogg',
30 'chromevox/background/earcons/long_desc.ogg',
31 'chromevox/background/earcons/math.ogg',
32 'chromevox/background/earcons/object_close.ogg',
33 'chromevox/background/earcons/object_enter.ogg',
34 'chromevox/background/earcons/object_exit.ogg',
35 'chromevox/background/earcons/object_open.ogg',
36 'chromevox/background/earcons/object_select.ogg',
37 'chromevox/background/earcons/page_finish_loading.ogg',
38 'chromevox/background/earcons/page_start_loading.ogg',
39 'chromevox/background/earcons/recover_focus.ogg',
40 'chromevox/background/earcons/selection.ogg',
41 'chromevox/background/earcons/selection_reverse.ogg',
42 'chromevox/background/earcons/skip.ogg',
43 'chromevox/background/earcons/wrap.ogg',
44 'chromevox/background/earcons/wrap_edge.ogg',
45 ],
46 'chromevox_assets_chromevox_background_keymaps': [
47 'chromevox/background/keymaps/classic_keymap.json',
48 'chromevox/background/keymaps/experimental.json',
49 'chromevox/background/keymaps/flat_keymap.json',
50 'chromevox/background/keymaps/next_keymap.json',
51 ],
52 'chromevox_assets_chromevox_background_mathmaps_functions': [
53 'chromevox/background/mathmaps/functions/algebra.json',
54 'chromevox/background/mathmaps/functions/elementary.json',
55 'chromevox/background/mathmaps/functions/hyperbolic.json',
56 'chromevox/background/mathmaps/functions/trigonometry.json',
57 ],
58 'chromevox_assets_chromevox_background_mathmaps_symbols': [
59 'chromevox/background/mathmaps/symbols/greek-capital.json',
60 'chromevox/background/mathmaps/symbols/greek-mathfonts.json',
61 'chromevox/background/mathmaps/symbols/greek-scripts.json',
62 'chromevox/background/mathmaps/symbols/greek-small.json',
63 'chromevox/background/mathmaps/symbols/greek-symbols.json',
64 'chromevox/background/mathmaps/symbols/hebrew_letters.json',
65 'chromevox/background/mathmaps/symbols/latin-lower-double-accent.json',
66 'chromevox/background/mathmaps/symbols/latin-lower-normal.json',
67 'chromevox/background/mathmaps/symbols/latin-lower-phonetic.json',
68 'chromevox/background/mathmaps/symbols/latin-lower-single-accent.json',
69 'chromevox/background/mathmaps/symbols/latin-mathfonts.json',
70 'chromevox/background/mathmaps/symbols/latin-rest.json',
71 'chromevox/background/mathmaps/symbols/latin-upper-double-accent.json',
72 'chromevox/background/mathmaps/symbols/latin-upper-normal.json',
73 'chromevox/background/mathmaps/symbols/latin-upper-single-accent.json',
74 'chromevox/background/mathmaps/symbols/math_angles.json',
75 'chromevox/background/mathmaps/symbols/math_arrows.json',
76 'chromevox/background/mathmaps/symbols/math_characters.json',
77 'chromevox/background/mathmaps/symbols/math_delimiters.json',
78 'chromevox/background/mathmaps/symbols/math_digits.json',
79 'chromevox/background/mathmaps/symbols/math_geometry.json',
80 'chromevox/background/mathmaps/symbols/math_harpoons.json',
81 'chromevox/background/mathmaps/symbols/math_non_characters.json',
82 'chromevox/background/mathmaps/symbols/math_symbols.json',
83 'chromevox/background/mathmaps/symbols/math_whitespace.json',
84 'chromevox/background/mathmaps/symbols/other_stars.json',
85 ],
86 'chromevox_assets_cvox2_background_earcons': [
87 'cvox2/background/earcons/control.wav',
88 'cvox2/background/earcons/selection_reverse.wav',
89 'cvox2/background/earcons/selection.wav',
90 'cvox2/background/earcons/skim.wav',
91 'cvox2/background/earcons/small_room_2.wav',
92 'cvox2/background/earcons/static.wav',
93 ],
94 },
95 'targets': [
96 {
97 'target_name': 'chromevox_assets',
98 'type': 'none',
99 'copies': [
100 {
101 'destination': '<(chromevox_dest_dir)/images',
102 'files': [
103 '<@(chromevox_assets_images)',
104 ],
105 },
106 {
107 'destination': '<(chromevox_dest_dir)/chromevox/background/earcons',
108 'files': [
109 '<@(chromevox_assets_chromevox_background_earcons)',
110 ],
111 },
112 {
113 'destination': '<(chromevox_dest_dir)/chromevox/background/keymaps',
114 'files': [
115 '<@(chromevox_assets_chromevox_background_keymaps)',
116 ],
117 },
118 {
119 'destination': '<(chromevox_dest_dir)/chromevox/background/mathmaps/fu nctions',
120 'files': [
121 '<@(chromevox_assets_chromevox_background_mathmaps_functions)',
122 ],
123 },
124 {
125 'destination': '<(chromevox_dest_dir)/chromevox/background/mathmaps/sy mbols',
126 'files': [
127 '<@(chromevox_assets_chromevox_background_mathmaps_symbols)',
128 ],
129 },
130 {
131 'destination': '<(chromevox_dest_dir)/cvox2/background/earcons',
132 'files': [
133 '<@(chromevox_assets_cvox2_background_earcons)',
134 ],
135 },
136 ],
137 },
138 ],
139 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/chromeos/chromevox/BUILD.gn ('k') | chrome/browser/resources/chromeos/chromevox/chromevox_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698