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

Unified Diff: chrome/browser/resources/chromeos/input_method/cangjie_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 | « no previous file | chrome/browser/resources/chromeos/input_method/google_input_tools_manifest.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/input_method/cangjie_manifest.json
diff --git a/chrome/browser/resources/chromeos/input_method/cangjie_manifest.json b/chrome/browser/resources/chromeos/input_method/cangjie_manifest.json
index 89b5476ce8c5aaed81f10afc78311aa2ffef255f..d1dee84090ec42eaf6e368b0a99b777dbdc9f2c0 100644
--- a/chrome/browser/resources/chromeos/input_method/cangjie_manifest.json
+++ b/chrome/browser/resources/chromeos/input_method/cangjie_manifest.json
@@ -13,13 +13,18 @@
"ime_path": "/usr/share/chromeos-assets/input_methods/cangjie",
"input_components": [
{
- "name": "__MSG_inputmethod_cangjie__",
- "type": "ime",
- "id": "zh-hant-t-i0-cangjie-1987",
- "indicator": "\u5009",
- "description": "Cangjie",
- "language": ["zh-TW", "zh"],
- "layouts": ["us"]
+ "name": "__MSG_inputmethod_cangjie__",
+ "type": "ime",
+ "id": "zh-hant-t-i0-cangjie-1987",
+ "indicator": "\u5009",
+ "description": "Cangjie",
+ "language": [
+ "zh-TW",
+ "zh"
+ ],
+ "layouts": [
+ "us"
+ ]
}
],
"manifest_version": 2
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/input_method/google_input_tools_manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698