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

Side by Side Diff: third_party/google_input_tools/README.chromium

Issue 975453003: Update Google Input Tools. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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
« no previous file with comments | « no previous file | third_party/google_input_tools/src/chrome/os/inputview/_locales/am/messages.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Name: Google Input Tools 1 Name: Google Input Tools
2 Short Name: google_input_tools 2 Short Name: google_input_tools
3 URL: https://github.com/googlei18n/google-input-tools.git 3 URL: https://github.com/googlei18n/google-input-tools.git
4 Version: 1.0.6.1 4 Version: 1.0.6.2
5 Revision: @6e95b6e74690a04a6effe624bfe1c54ad802b7ec 5 Revision: @1af2274f7a754bb3f18a3618f0e94981d682bc16
6 License: Apache 2.0 6 License: Apache 2.0
7 License File: LICENSE 7 License File: LICENSE
8 Security Critical: yes 8 Security Critical: yes
9 9
10 Description: 10 Description:
11 This directory contains source for the google-input-tools project, which 11 This directory contains source for the google-input-tools project, which
12 provides multi-lingual input support. In particular, google-input-tools is 12 provides multi-lingual input support. In particular, google-input-tools is
13 used in ChromeOS to provide a fallback virtual keyboard for IMEs that are not 13 used in ChromeOS to provide a fallback virtual keyboard for IMEs that are not
14 VK-aware. 14 VK-aware.
15 15
16 To update to a newer version of google-input-tools, run the following script: 16 To update to a newer version of google-input-tools, run the following script:
17 17
18 update.py --input=_path_to_google_input_tools_ --lib=_path_to_closure_lib_ 18 update.py --input=_path_to_google_input_tools_ --lib=_path_to_closure_lib_
19 19
20 Local Modifications: 20 Local Modifications:
21 Only includes the portion of google-input-tools required to build an inputview- 21 Only includes the portion of google-input-tools required to build an inputview-
22 based virtual keyboard. 22 based virtual keyboard.
23 23
24 builder.py: Python script for building inputview.js. 24 builder.py: Python script for building inputview.js.
25 closure.gni: GN template for calling the closure builder. 25 closure.gni: GN template for calling the closure builder.
26 inputview.gni: Convert build dependencies from gyp to gn format. 26 inputview.gni: Convert build dependencies from gyp to gn format.
27 inputview.gyp: Build file for generating inputview.js. 27 inputview.gyp: Build file for generating inputview.js.
28 inputview.gypi: Autogenerated by update script to define sources for inputview. 28 inputview.gypi: Autogenerated by update script to define sources for inputview.
29 update.py: Python script for updating revision of google-input-tools. 29 update.py: Python script for updating revision of google-input-tools.
30 30
31 Modified extendedlayout.js to fix size calculations for scrolling of the 31 Modified extendedlayout.js to fix size calculations for scrolling of the
32 emoji layout. 32 emoji layout.
OLDNEW
« no previous file with comments | « no previous file | third_party/google_input_tools/src/chrome/os/inputview/_locales/am/messages.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698