Index: third_party/google_input_tools/README.chromium |
diff --git a/third_party/google_input_tools/README.chromium b/third_party/google_input_tools/README.chromium |
index e5f351b2d9830efcb95fb3c18692e7aa63fe606e..8c20868a168bd215de67acb55aa516704bfca8ac 100644 |
--- a/third_party/google_input_tools/README.chromium |
+++ b/third_party/google_input_tools/README.chromium |
@@ -19,4 +19,12 @@ 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. |
+based virtual keyboard. |
+ |
+builder.py: Python script for building inputview.js. |
+closure.gni: GN template for calling the closure builder. |
+inputview.gni: Convert build dependencies from gyp to gn format. |
+inputview.gyp: Build file for generating inputview.js. |
+inputview.gypi: Autogenerated by update script to define sources for inputview. |
+update.py: Python script for updating revision of google-input-tools. |
+ |