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

Unified Diff: chrome/browser/resources/chromeos/input_method/zhuyin_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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/resources/chromeos/input_method/xkb_manifest.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/input_method/zhuyin_manifest.json
diff --git a/chrome/browser/resources/chromeos/input_method/zhuyin_manifest.json b/chrome/browser/resources/chromeos/input_method/zhuyin_manifest.json
index c574bb2ab8017b65915cfc2b6102d0260f9f6464..da0fb79b28cd11fe6e1963629bd8b90025b7d259 100644
--- a/chrome/browser/resources/chromeos/input_method/zhuyin_manifest.json
+++ b/chrome/browser/resources/chromeos/input_method/zhuyin_manifest.json
@@ -14,13 +14,18 @@
"ime_path": "/usr/share/chromeos-assets/input_methods/zhuyin",
"input_components": [
{
- "name": "__MSG_inputmethod_zhuyin__",
- "type": "ime",
- "id": "zh-hant-t-i0-und",
- "indicator": "\u9177",
- "description": "Zhuyin",
- "language": ["zh-TW", "zh"],
- "layouts": ["us"]
+ "name": "__MSG_inputmethod_zhuyin__",
+ "type": "ime",
+ "id": "zh-hant-t-i0-und",
+ "indicator": "\u9177",
+ "description": "Zhuyin",
+ "language": [
+ "zh-TW",
+ "zh"
+ ],
+ "layouts": [
+ "us"
+ ]
}
],
"options_page": "option.html",
« no previous file with comments | « chrome/browser/resources/chromeos/input_method/xkb_manifest.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698