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

Side by Side Diff: chrome/browser/resources/chromeos/input_method/m17n_manifest.json

Issue 900053003: Refactor of manifest files to be more consistent and organized. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Only formatting and re-grouping, no re-ordering. Created 5 years, 10 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 { 1 {
2 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCWnOIJ+1glt7xg0p1c3pZTBppnhxzHVH vQBBCv86dciJQr9/B9AKcbPrGtYfK6qfBJ7QQQWdBcttZdsc1vuYNlOsnBqLhMbrJmVip0ZLfbxII0/2 xozIuzQ1vIvRdBXHroRliXPk6eiJh7yrGluqNJXpDOpB/8CSbmDtCP9CzRPwIDAQAB", 2 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCWnOIJ+1glt7xg0p1c3pZTBppnhxzHVH vQBBCv86dciJQr9/B9AKcbPrGtYfK6qfBJ7QQQWdBcttZdsc1vuYNlOsnBqLhMbrJmVip0ZLfbxII0/2 xozIuzQ1vIvRdBXHroRliXPk6eiJh7yrGluqNJXpDOpB/8CSbmDtCP9CzRPwIDAQAB",
3 "name": "Chrome OS Keyboard", 3 "name": "Chrome OS Keyboard",
4 "version": "1.1.4.0", 4 "version": "1.1.4.0",
5 "description": "Chrome OS Keyboard", 5 "description": "Chrome OS Keyboard",
6 "default_locale": "en", 6 "default_locale": "en",
7 "permissions": [ 7 "permissions": [
8 "input" 8 "input"
9 ], 9 ],
10 "background": { 10 "background": {
11 "scripts": ["cros_vk_background.js"] 11 "scripts": [
12 "cros_vk_background.js"
13 ]
12 }, 14 },
13 "ime_path": "/usr/share/chromeos-assets/input_methods/keyboard_layouts", 15 "ime_path": "/usr/share/chromeos-assets/input_methods/keyboard_layouts",
14 "input_components": [ 16 "input_components": [
15 { 17 {
16 "name": "__MSG_keyboard_bengali_phonetic__", 18 "name": "__MSG_keyboard_bengali_phonetic__",
17 "type": "ime", 19 "type": "ime",
18 "id": "vkd_bn_phone", 20 "id": "vkd_bn_phone",
19 "description": "", 21 "description": "",
20 "language": "bn", 22 "language": "bn",
21 "layouts": ["us"] 23 "layouts": [
24 "us"
25 ]
22 }, 26 },
23 { 27 {
24 "name": "__MSG_keyboard_gujarati_phonetic__", 28 "name": "__MSG_keyboard_gujarati_phonetic__",
25 "type": "ime", 29 "type": "ime",
26 "id": "vkd_gu_phone", 30 "id": "vkd_gu_phone",
27 "description": "", 31 "description": "",
28 "language": "gu", 32 "language": "gu",
29 "layouts": ["us"] 33 "layouts": [
34 "us"
35 ]
30 }, 36 },
31 { 37 {
32 "name": "__MSG_keyboard_devanagari_phonetic__", 38 "name": "__MSG_keyboard_devanagari_phonetic__",
33 "type": "ime", 39 "type": "ime",
34 "id": "vkd_deva_phone", 40 "id": "vkd_deva_phone",
35 "description": "", 41 "description": "",
36 "language": ["hi", "mr"], 42 "language": [
37 "layouts": ["us"] 43 "hi",
44 "mr"
45 ],
46 "layouts": [
47 "us"
48 ]
38 }, 49 },
39 { 50 {
40 "name": "__MSG_keyboard_kannada_phonetic__", 51 "name": "__MSG_keyboard_kannada_phonetic__",
41 "type": "ime", 52 "type": "ime",
42 "id": "vkd_kn_phone", 53 "id": "vkd_kn_phone",
43 "description": "", 54 "description": "",
44 "language": "kn", 55 "language": "kn",
45 "layouts": ["us"] 56 "layouts": [
57 "us"
58 ]
46 }, 59 },
47 { 60 {
48 "name": "__MSG_keyboard_malayalam_phonetic__", 61 "name": "__MSG_keyboard_malayalam_phonetic__",
49 "type": "ime", 62 "type": "ime",
50 "id": "vkd_ml_phone", 63 "id": "vkd_ml_phone",
51 "description": "", 64 "description": "",
52 "language": "ml", 65 "language": "ml",
53 "layouts": ["us"] 66 "layouts": [
67 "us"
68 ]
54 }, 69 },
55 { 70 {
56 "name": "__MSG_keyboard_tamil_inscript__", 71 "name": "__MSG_keyboard_tamil_inscript__",
57 "type": "ime", 72 "type": "ime",
58 "id": "vkd_ta_inscript", 73 "id": "vkd_ta_inscript",
59 "description": "", 74 "description": "",
60 "language": "ta", 75 "language": "ta",
61 "layouts": ["us"] 76 "layouts": [
77 "us"
78 ]
62 }, 79 },
63 { 80 {
64 "name": "__MSG_keyboard_tamil_phonetic__", 81 "name": "__MSG_keyboard_tamil_phonetic__",
65 "type": "ime", 82 "type": "ime",
66 "id": "vkd_ta_phone", 83 "id": "vkd_ta_phone",
67 "description": "", 84 "description": "",
68 "language": "ta", 85 "language": "ta",
69 "layouts": ["us"] 86 "layouts": [
87 "us"
88 ]
70 }, 89 },
71 { 90 {
72 "name": "__MSG_keyboard_tamil_tamil99__", 91 "name": "__MSG_keyboard_tamil_tamil99__",
73 "type": "ime", 92 "type": "ime",
74 "id": "vkd_ta_tamil99", 93 "id": "vkd_ta_tamil99",
75 "description": "", 94 "description": "",
76 "language": "ta", 95 "language": "ta",
77 "layouts": ["us"] 96 "layouts": [
97 "us"
98 ]
78 }, 99 },
79 { 100 {
80 "name": "__MSG_keyboard_tamil_typewriter__", 101 "name": "__MSG_keyboard_tamil_typewriter__",
81 "type": "ime", 102 "type": "ime",
82 "id": "vkd_ta_typewriter", 103 "id": "vkd_ta_typewriter",
83 "description": "", 104 "description": "",
84 "language": "ta", 105 "language": "ta",
85 "layouts": ["us"] 106 "layouts": [
107 "us"
108 ]
86 }, 109 },
87 { 110 {
88 "name": "__MSG_keyboard_tamil_itrans__", 111 "name": "__MSG_keyboard_tamil_itrans__",
89 "type": "ime", 112 "type": "ime",
90 "id": "vkd_ta_itrans", 113 "id": "vkd_ta_itrans",
91 "description": "", 114 "description": "",
92 "language": "ta", 115 "language": "ta",
93 "layouts": ["us"] 116 "layouts": [
117 "us"
118 ]
94 }, 119 },
95 { 120 {
96 "name": "__MSG_keyboard_telugu_phonetic__", 121 "name": "__MSG_keyboard_telugu_phonetic__",
97 "type": "ime", 122 "type": "ime",
98 "id": "vkd_te_phone", 123 "id": "vkd_te_phone",
99 "description": "", 124 "description": "",
100 "language": "te", 125 "language": "te",
101 "layouts": ["us"] 126 "layouts": [
127 "us"
128 ]
102 }, 129 },
103 { 130 {
104 "name": "__MSG_keyboard_ethiopic__", 131 "name": "__MSG_keyboard_ethiopic__",
105 "type": "ime", 132 "type": "ime",
106 "id": "vkd_ethi", 133 "id": "vkd_ethi",
107 "description": "", 134 "description": "",
108 "language": "am", 135 "language": "am",
109 "layouts": ["us"] 136 "layouts": [
137 "us"
138 ]
110 }, 139 },
111 { 140 {
112 "name": "__MSG_keyboard_thai_kedmanee__", 141 "name": "__MSG_keyboard_thai_kedmanee__",
113 "type": "ime", 142 "type": "ime",
114 "id": "vkd_th", 143 "id": "vkd_th",
115 "description": "", 144 "description": "",
116 "language": "th", 145 "language": "th",
117 "layouts": ["us"] 146 "layouts": [
147 "us"
148 ]
118 }, 149 },
119 { 150 {
120 "name": "__MSG_keyboard_thai_pattachote__", 151 "name": "__MSG_keyboard_thai_pattachote__",
121 "type": "ime", 152 "type": "ime",
122 "id": "vkd_th_pattajoti", 153 "id": "vkd_th_pattajoti",
123 "description": "", 154 "description": "",
124 "language": "th", 155 "language": "th",
125 "layouts": ["us"] 156 "layouts": [
157 "us"
158 ]
126 }, 159 },
127 { 160 {
128 "name": "__MSG_keyboard_thai_tis__", 161 "name": "__MSG_keyboard_thai_tis__",
129 "type": "ime", 162 "type": "ime",
130 "id": "vkd_th_tis", 163 "id": "vkd_th_tis",
131 "description": "", 164 "description": "",
132 "language": "th", 165 "language": "th",
133 "layouts": ["us"] 166 "layouts": [
167 "us"
168 ]
134 }, 169 },
135 { 170 {
136 "name": "__MSG_keyboard_persian__", 171 "name": "__MSG_keyboard_persian__",
137 "type": "ime", 172 "type": "ime",
138 "id": "vkd_fa", 173 "id": "vkd_fa",
139 "description": "", 174 "description": "",
140 "language": "fa", 175 "language": "fa",
141 "layouts": ["us"] 176 "layouts": [
177 "us"
178 ]
142 }, 179 },
143 { 180 {
144 "name": "__MSG_keyboard_vietnamese_tcvn__", 181 "name": "__MSG_keyboard_vietnamese_tcvn__",
145 "type": "ime", 182 "type": "ime",
146 "id": "vkd_vi_tcvn", 183 "id": "vkd_vi_tcvn",
147 "description": "", 184 "description": "",
148 "language": "vi", 185 "language": "vi",
149 "layouts": ["us"] 186 "layouts": [
187 "us"
188 ]
150 }, 189 },
151 { 190 {
152 "name": "__MSG_keyboard_vietnamese_telex__", 191 "name": "__MSG_keyboard_vietnamese_telex__",
153 "type": "ime", 192 "type": "ime",
154 "id": "vkd_vi_telex", 193 "id": "vkd_vi_telex",
155 "description": "", 194 "description": "",
156 "language": "vi", 195 "language": "vi",
157 "layouts": ["us"] 196 "layouts": [
197 "us"
198 ]
158 }, 199 },
159 { 200 {
160 "name": "__MSG_keyboard_vietnamese_viqr__", 201 "name": "__MSG_keyboard_vietnamese_viqr__",
161 "type": "ime", 202 "type": "ime",
162 "id": "vkd_vi_viqr", 203 "id": "vkd_vi_viqr",
163 "description": "", 204 "description": "",
164 "language": "vi", 205 "language": "vi",
165 "layouts": ["us"] 206 "layouts": [
207 "us"
208 ]
166 }, 209 },
167 { 210 {
168 "name": "__MSG_keyboard_vietnamese_vni__", 211 "name": "__MSG_keyboard_vietnamese_vni__",
169 "type": "ime", 212 "type": "ime",
170 "id": "vkd_vi_vni", 213 "id": "vkd_vi_vni",
171 "description": "", 214 "description": "",
172 "language": "vi", 215 "language": "vi",
173 "layouts": ["us"] 216 "layouts": [
217 "us"
218 ]
174 }, 219 },
175 { 220 {
176 "name": "__MSG_keyboard_arabic__", 221 "name": "__MSG_keyboard_arabic__",
177 "type": "ime", 222 "type": "ime",
178 "id": "vkd_ar", 223 "id": "vkd_ar",
179 "description": "", 224 "description": "",
180 "language": "ar", 225 "language": "ar",
181 "layouts": ["us"] 226 "layouts": [
227 "us"
228 ]
182 } 229 }
183 ], 230 ],
184 "manifest_version": 2 231 "manifest_version": 2
185 } 232 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698