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

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

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

Powered by Google App Engine
This is Rietveld 408576698