diff options
author | kevers <kevers@chromium.org> | 2014-10-27 07:34:45 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-10-27 14:35:14 +0000 |
commit | 9d9b00dc7bc6a38448ff0d53738d311fa5df4df4 (patch) | |
tree | b348f60d6bc4de9261c2704cfe84338d9094e268 /third_party/google_input_tools/README.chromium | |
parent | 48e356db5b69123ce7178a51778feef47ee687c0 (diff) | |
download | chromium_src-9d9b00dc7bc6a38448ff0d53738d311fa5df4df4.zip chromium_src-9d9b00dc7bc6a38448ff0d53738d311fa5df4df4.tar.gz chromium_src-9d9b00dc7bc6a38448ff0d53738d311fa5df4df4.tar.bz2 |
Add third_party/google-input-tools: Take 2
BUG=401729
Abandoning Issue 451873002 in favor of directly adding google-input-tools to src/third_party. A subset of the open sourced library depends on third_party code where the licensing is unclear. The required pieces strictly support Apache 2.0 licensing.
Review URL: https://codereview.chromium.org/674153004
Cr-Commit-Position: refs/heads/master@{#301361}
Diffstat (limited to 'third_party/google_input_tools/README.chromium')
-rw-r--r-- | third_party/google_input_tools/README.chromium | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/third_party/google_input_tools/README.chromium b/third_party/google_input_tools/README.chromium new file mode 100644 index 0000000..e5f351b --- /dev/null +++ b/third_party/google_input_tools/README.chromium @@ -0,0 +1,22 @@ +Name: Google Input Tools +Short Name: google_input_tools +URL: https://github.com/googlei18n/google-input-tools.git +Version: 1.0.4.0 +Revision: @b99e802e53613e07f24a779695c1c6f3bd2f864a +License: Apache 2.0 +License File: LICENSE +Security Critical: yes + +Description: +This directory contains source for the google-input-tools project, which +provides multi-lingual input support. In particular, google-input-tools is +used in ChromeOS to provide a fallback virtual keyboard for IMEs that are not +VK-aware. + +To update to a newer version of google-input-tools, run the following script: + +update.py --input=_path_to_google_input_tools_ --lib=_path_to_closure_lib_ + +Local Modifications: +Only includes the portion of google-input-tools required to build an inputview- +based virtual keyboard.
\ No newline at end of file |