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

Unified Diff: third_party/google_input_tools/src/chrome/os/inputview/layouts/compactkbd_zhuyin_layout.js

Issue 1257313003: Update Google Input Tools (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Free up grd resources. Created 5 years, 5 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: third_party/google_input_tools/src/chrome/os/inputview/layouts/compactkbd_zhuyin_layout.js
diff --git a/third_party/google_input_tools/src/chrome/os/inputview/layouts/compactkbd_zhuyin_layout.js b/third_party/google_input_tools/src/chrome/os/inputview/layouts/compactkbd_zhuyin_layout.js
index eb7ef4639c5ceb53da3473b2948c0373cb096bc4..a0145b87399eb5ab6cea2bf8ad63b13814516f82 100644
--- a/third_party/google_input_tools/src/chrome/os/inputview/layouts/compactkbd_zhuyin_layout.js
+++ b/third_party/google_input_tools/src/chrome/os/inputview/layouts/compactkbd_zhuyin_layout.js
@@ -11,8 +11,8 @@
// you may not use this file except in compliance with the License.
// Licensed under the Apache License, Version 2.0 (the "License");
//
-goog.require('i18n.input.chrome.inputview.layouts.CompactSpaceRow');
-goog.require('i18n.input.chrome.inputview.layouts.RowsOfCompact');
+goog.require('i18n.input.chrome.inputview.ConditionName');
+goog.require('i18n.input.chrome.inputview.layouts.RowsOfCompactZhuyin');
goog.require('i18n.input.chrome.inputview.layouts.util');
@@ -41,8 +41,8 @@ goog.require('i18n.input.chrome.inputview.layouts.util');
'heightInWeight': 4
});
var space = i18n.input.chrome.inputview.layouts.util.createKey({
- 'widthInWeight': 3,
- 'heightInWeight': 4
+ 'widthInWeight': 3,
+ 'heightInWeight': 4
});
var character = i18n.input.chrome.inputview.layouts.util.createKey({
'widthInWeight': 1,
@@ -67,7 +67,7 @@ goog.require('i18n.input.chrome.inputview.layouts.util');
createLinearLayout({
'id': 'spaceKeyrow',
'children': [digitSwitcher, globeOrSymbolKey, menuKey, comma,
- space, character, period, switcher, hide]
+ space, character, period, switcher, hide]
});
// Keyboard view.

Powered by Google App Engine
This is Rietveld 408576698