Add new certificateProvider extension API.
[chromium-blink-merge.git] / chrome / browser / resources / chromeos / chromevox / chromevox_assets.gypi
blob297a2da3cf4550847bdc216e3bd4c6a6f25d2727
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/button.ogg',
19       'chromevox/background/earcons/check_off.ogg',
20       'chromevox/background/earcons/check_on.ogg',
21       'chromevox/background/earcons/editable_text.ogg',
22       'chromevox/background/earcons/font_change.ogg',
23       'chromevox/background/earcons/invalid_keypress.ogg',
24       'chromevox/background/earcons/link.ogg',
25       'chromevox/background/earcons/listbox.ogg',
26       'chromevox/background/earcons/long_desc.ogg',
27       'chromevox/background/earcons/object_close.ogg',
28       'chromevox/background/earcons/object_enter.ogg',
29       'chromevox/background/earcons/object_exit.ogg',
30       'chromevox/background/earcons/object_open.ogg',
31       'chromevox/background/earcons/object_select.ogg',
32       'chromevox/background/earcons/paragraph_break.ogg',
33       'chromevox/background/earcons/selection.ogg',
34       'chromevox/background/earcons/selection_reverse.ogg',
35       'chromevox/background/earcons/special_content.ogg',
36       'chromevox/background/earcons/task_success.ogg',
37       'chromevox/background/earcons/wrap_edge.ogg',
38       'chromevox/background/earcons/wrap.ogg',
39     ],
40     'chromevox_assets_chromevox_background_keymaps': [
41       'chromevox/background/keymaps/classic_keymap.json',
42       'chromevox/background/keymaps/experimental.json',
43       'chromevox/background/keymaps/flat_keymap.json',
44     ],
45     'chromevox_assets_chromevox_background_mathmaps_functions': [
46       'chromevox/background/mathmaps/functions/algebra.json',
47       'chromevox/background/mathmaps/functions/elementary.json',
48       'chromevox/background/mathmaps/functions/hyperbolic.json',
49       'chromevox/background/mathmaps/functions/trigonometry.json',
50     ],
51     'chromevox_assets_chromevox_background_mathmaps_symbols': [
52       'chromevox/background/mathmaps/symbols/greek-capital.json',
53       'chromevox/background/mathmaps/symbols/greek-mathfonts.json',
54       'chromevox/background/mathmaps/symbols/greek-scripts.json',
55       'chromevox/background/mathmaps/symbols/greek-small.json',
56       'chromevox/background/mathmaps/symbols/greek-symbols.json',
57       'chromevox/background/mathmaps/symbols/hebrew_letters.json',
58       'chromevox/background/mathmaps/symbols/latin-lower-double-accent.json',
59       'chromevox/background/mathmaps/symbols/latin-lower-normal.json',
60       'chromevox/background/mathmaps/symbols/latin-lower-phonetic.json',
61       'chromevox/background/mathmaps/symbols/latin-lower-single-accent.json',
62       'chromevox/background/mathmaps/symbols/latin-mathfonts.json',
63       'chromevox/background/mathmaps/symbols/latin-rest.json',
64       'chromevox/background/mathmaps/symbols/latin-upper-double-accent.json',
65       'chromevox/background/mathmaps/symbols/latin-upper-normal.json',
66       'chromevox/background/mathmaps/symbols/latin-upper-single-accent.json',
67       'chromevox/background/mathmaps/symbols/math_angles.json',
68       'chromevox/background/mathmaps/symbols/math_arrows.json',
69       'chromevox/background/mathmaps/symbols/math_characters.json',
70       'chromevox/background/mathmaps/symbols/math_delimiters.json',
71       'chromevox/background/mathmaps/symbols/math_digits.json',
72       'chromevox/background/mathmaps/symbols/math_geometry.json',
73       'chromevox/background/mathmaps/symbols/math_harpoons.json',
74       'chromevox/background/mathmaps/symbols/math_non_characters.json',
75       'chromevox/background/mathmaps/symbols/math_symbols.json',
76       'chromevox/background/mathmaps/symbols/math_whitespace.json',
77       'chromevox/background/mathmaps/symbols/other_stars.json',
78     ],
79   },
80   'targets': [
81     {
82       'target_name': 'chromevox_assets',
83       'type': 'none',
84       'copies': [
85         {
86           'destination': '<(chromevox_dest_dir)/chromevox',
87           'files': [
88             '<@(chromevox_assets_chromevox)',
89           ],
90         },
91         {
92           'destination': '<(chromevox_dest_dir)/chromevox/background/earcons',
93           'files': [
94             '<@(chromevox_assets_chromevox_background_earcons)',
95           ],
96         },
97         {
98           'destination': '<(chromevox_dest_dir)/chromevox/background/keymaps',
99           'files': [
100             '<@(chromevox_assets_chromevox_background_keymaps)',
101           ],
102         },
103         {
104           'destination': '<(chromevox_dest_dir)/chromevox/background/mathmaps/functions',
105           'files': [
106             '<@(chromevox_assets_chromevox_background_mathmaps_functions)',
107           ],
108         },
109         {
110           'destination': '<(chromevox_dest_dir)/chromevox/background/mathmaps/symbols',
111           'files': [
112             '<@(chromevox_assets_chromevox_background_mathmaps_symbols)',
113           ],
114         },
115       ],
116     },
117   ],