Roll src/third_party/WebKit b4168eb:6c137a7 (svn 202006:202008)
[chromium-blink-merge.git] / third_party / google_input_tools / README.chromium
blob65e31aa6fb07c0235f70b4daf0e2a638a05ed01b
1 Name: Google Input Tools
2 Short Name: google_input_tools
3 URL: https://github.com/googlei18n/google-input-tools.git
4 Version: 1.0.4.6
5 Revision: @4801be41532a02b42f30e0e57bd54914132ea7cd
6 License: Apache 2.0
7 License File: LICENSE
8 Security Critical: yes
10 Description:
11 This directory contains source for the google-input-tools project, which
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
14 VK-aware.
16 To update to a newer version of google-input-tools, run the following script:
18 update.py --input=_path_to_google_input_tools_ --lib=_path_to_closure_lib_
20 Local Modifications:
21 Only includes the portion of google-input-tools required to build an inputview-
22 based virtual keyboard.
24 builder.py: Python script for building inputview.js.
25 closure.gni: GN template for calling the closure builder.
26 inputview.gni: Convert build dependencies from gyp to gn format.
27 inputview.gyp: Build file for generating inputview.js.
28 inputview.gypi: Autogenerated by update script to define sources for inputview.
29 update.py: Python script for updating revision of google-input-tools.
31 Modified extendedlayout.js to fix size calculations for scrolling of the
32 emoji layout.