[sql] Remove _HAS_EXCEPTIONS=0 from build info.
[chromium-blink-merge.git] / chrome / browser / resources / chromeos / chromevox / chromevox_assets.gypi
blob33a995bc59e9095a730735e5be05dba4426a3f91
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.
6   'variables': {
7     'chromevox_assets_chromevox': [
8       'chromevox/chromevox-128.png',
9       'chromevox/chromevox-16.png',
10       'chromevox/chromevox-19.png',
11       'chromevox/chromevox-48.png',
12     ],
13     'chromevox_assets_chromevox_background_earcons': [
14       'chromevox/background/earcons/alert_modal.ogg',
15       'chromevox/background/earcons/alert_nonmodal.ogg',
16       'chromevox/background/earcons/bullet.ogg',
17       'chromevox/background/earcons/busy_progress_loop.ogg',
18       'chromevox/background/earcons/busy_working_loop.ogg',
19       'chromevox/background/earcons/button.ogg',
20       'chromevox/background/earcons/check_off.ogg',
21       'chromevox/background/earcons/check_on.ogg',
22       'chromevox/background/earcons/collapsed.ogg',
23       'chromevox/background/earcons/editable_text.ogg',
24       'chromevox/background/earcons/ellipsis.ogg',
25       'chromevox/background/earcons/expanded.ogg',
26       'chromevox/background/earcons/font_change.ogg',
27       'chromevox/background/earcons/invalid_keypress.ogg',
28       'chromevox/background/earcons/link.ogg',
29       'chromevox/background/earcons/listbox.ogg',
30       'chromevox/background/earcons/long_desc.ogg',
31       'chromevox/background/earcons/new_mail.ogg',
32       'chromevox/background/earcons/object_close.ogg',
33       'chromevox/background/earcons/object_delete.ogg',
34       'chromevox/background/earcons/object_deselect.ogg',
35       'chromevox/background/earcons/object_enter.ogg',
36       'chromevox/background/earcons/object_exit.ogg',
37       'chromevox/background/earcons/object_open.ogg',
38       'chromevox/background/earcons/object_select.ogg',
39       'chromevox/background/earcons/paragraph_break.ogg',
40       'chromevox/background/earcons/search_hit.ogg',
41       'chromevox/background/earcons/search_miss.ogg',
42       'chromevox/background/earcons/section.ogg',
43       'chromevox/background/earcons/selection.ogg',
44       'chromevox/background/earcons/selection_reverse.ogg',
45       'chromevox/background/earcons/special_content.ogg',
46       'chromevox/background/earcons/task_success.ogg',
47       'chromevox/background/earcons/wrap_edge.ogg',
48       'chromevox/background/earcons/wrap.ogg',
49     ],
50     'chromevox_assets_chromevox_background_keymaps': [
51       'chromevox/background/keymaps/classic_keymap.json',
52       'chromevox/background/keymaps/experimental.json',
53       'chromevox/background/keymaps/flat_keymap.json',
54     ],
55     'chromevox_assets_chromevox_background_mathmaps_functions': [
56       'chromevox/background/mathmaps/functions/algebra.json',
57       'chromevox/background/mathmaps/functions/elementary.json',
58       'chromevox/background/mathmaps/functions/hyperbolic.json',
59       'chromevox/background/mathmaps/functions/trigonometry.json',
60     ],
61     'chromevox_assets_chromevox_background_mathmaps_symbols': [
62       'chromevox/background/mathmaps/symbols/greek-capital.json',
63       'chromevox/background/mathmaps/symbols/greek-mathfonts.json',
64       'chromevox/background/mathmaps/symbols/greek-scripts.json',
65       'chromevox/background/mathmaps/symbols/greek-small.json',
66       'chromevox/background/mathmaps/symbols/greek-symbols.json',
67       'chromevox/background/mathmaps/symbols/hebrew_letters.json',
68       'chromevox/background/mathmaps/symbols/latin-lower-double-accent.json',
69       'chromevox/background/mathmaps/symbols/latin-lower-normal.json',
70       'chromevox/background/mathmaps/symbols/latin-lower-phonetic.json',
71       'chromevox/background/mathmaps/symbols/latin-lower-single-accent.json',
72       'chromevox/background/mathmaps/symbols/latin-mathfonts.json',
73       'chromevox/background/mathmaps/symbols/latin-rest.json',
74       'chromevox/background/mathmaps/symbols/latin-upper-double-accent.json',
75       'chromevox/background/mathmaps/symbols/latin-upper-normal.json',
76       'chromevox/background/mathmaps/symbols/latin-upper-single-accent.json',
77       'chromevox/background/mathmaps/symbols/math_angles.json',
78       'chromevox/background/mathmaps/symbols/math_arrows.json',
79       'chromevox/background/mathmaps/symbols/math_characters.json',
80       'chromevox/background/mathmaps/symbols/math_delimiters.json',
81       'chromevox/background/mathmaps/symbols/math_digits.json',
82       'chromevox/background/mathmaps/symbols/math_geometry.json',
83       'chromevox/background/mathmaps/symbols/math_harpoons.json',
84       'chromevox/background/mathmaps/symbols/math_non_characters.json',
85       'chromevox/background/mathmaps/symbols/math_symbols.json',
86       'chromevox/background/mathmaps/symbols/math_whitespace.json',
87       'chromevox/background/mathmaps/symbols/other_stars.json',
88     ],
89   },
90   'targets': [
91     {
92       'target_name': 'chromevox_assets',
93       'type': 'none',
94       'copies': [
95         {
96           'destination': '<(chromevox_dest_dir)/chromevox',
97           'files': [
98             '<@(chromevox_assets_chromevox)',
99           ],
100         },
101         {
102           'destination': '<(chromevox_dest_dir)/chromevox/background/earcons',
103           'files': [
104             '<@(chromevox_assets_chromevox_background_earcons)',
105           ],
106         },
107         {
108           'destination': '<(chromevox_dest_dir)/chromevox/background/keymaps',
109           'files': [
110             '<@(chromevox_assets_chromevox_background_keymaps)',
111           ],
112         },
113         {
114           'destination': '<(chromevox_dest_dir)/chromevox/background/mathmaps/functions',
115           'files': [
116             '<@(chromevox_assets_chromevox_background_mathmaps_functions)',
117           ],
118         },
119         {
120           'destination': '<(chromevox_dest_dir)/chromevox/background/mathmaps/symbols',
121           'files': [
122             '<@(chromevox_assets_chromevox_background_mathmaps_symbols)',
123           ],
124         },
125       ],
126     },
127   ],