diff options
author | bryeung@chromium.org <bryeung@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-17 17:58:23 +0000 |
---|---|---|
committer | bryeung@chromium.org <bryeung@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-17 17:58:23 +0000 |
commit | d7aaed2e4e6b170b281172e5d05c6687b4050f7c (patch) | |
tree | 5bb6142befdfd3c534ea3a4b06fe5f6a299b4d9c /ui/keyboard/DEPS | |
parent | ef95114d4d73b9f561e09c4f7688b5f7c18330ba (diff) | |
download | chromium_src-d7aaed2e4e6b170b281172e5d05c6687b4050f7c.zip chromium_src-d7aaed2e4e6b170b281172e5d05c6687b4050f7c.tar.gz chromium_src-d7aaed2e4e6b170b281172e5d05c6687b4050f7c.tar.bz2 |
Add a virtual keyboard webui at chrome://keyboard/
This is just the old virtual keyboard that was removed a couple of years
ago, being used as a temporary stand-in.
BUG=222801
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=194579
Review URL: https://codereview.chromium.org/13652010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194635 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/keyboard/DEPS')
-rw-r--r-- | ui/keyboard/DEPS | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ui/keyboard/DEPS b/ui/keyboard/DEPS new file mode 100644 index 0000000..07406d8 --- /dev/null +++ b/ui/keyboard/DEPS @@ -0,0 +1,4 @@ +include_rules = [ + "+content/public", + "+grit/keyboard_resources.h", +] |