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

Unified Diff: chrome/browser/resources/chromeos/input_method/pinyin_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
Index: chrome/browser/resources/chromeos/input_method/pinyin_manifest.json
diff --git a/chrome/browser/resources/chromeos/input_method/pinyin_manifest.json b/chrome/browser/resources/chromeos/input_method/pinyin_manifest.json
index 0030aef012172819a5c25c85ed4e2ad70e491ff1..f6fc4c0f799bda8101a8e5a277a17ba38b64a818 100644
--- a/chrome/browser/resources/chromeos/input_method/pinyin_manifest.json
+++ b/chrome/browser/resources/chromeos/input_method/pinyin_manifest.json
@@ -14,13 +14,18 @@
"ime_path": "/usr/share/chromeos-assets/input_methods/pinyin",
"input_components": [
{
- "name": "__MSG_inputmethod_pinyin__",
- "type": "ime",
- "id": "zh-t-i0-pinyin",
- "indicator": "\u62FC",
- "description": "Pinyin",
- "language": ["zh-CN", "zh"],
- "layouts": ["us"]
+ "name": "__MSG_inputmethod_pinyin__",
+ "type": "ime",
+ "id": "zh-t-i0-pinyin",
+ "indicator": "\u62fc",
+ "description": "Pinyin",
+ "language": [
+ "zh-CN",
+ "zh"
+ ],
+ "layouts": [
+ "us"
+ ]
}
],
"options_page": "option.html",

Powered by Google App Engine
This is Rietveld 408576698