diff options
author | yusukes@google.com <yusukes@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-02 07:08:29 +0000 |
---|---|---|
committer | yusukes@google.com <yusukes@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-02 07:08:29 +0000 |
commit | ffb816c8b86e707a05be9e6f9fe7cfa6ffa609ea (patch) | |
tree | fad5b4b69955803073ba4836c9f45601d1d1816b /tools/cros.DEPS | |
parent | f12b5a4e33c03b8766cbeb2ed948acbb707f8d05 (diff) | |
download | chromium_src-ffb816c8b86e707a05be9e6f9fe7cfa6ffa609ea.zip chromium_src-ffb816c8b86e707a05be9e6f9fe7cfa6ffa609ea.tar.gz chromium_src-ffb816c8b86e707a05be9e6f9fe7cfa6ffa609ea.tar.bz2 |
Add two functions for handwriting: SendHandwritingStrokes and CancelHandwriting.
This CL depends on http://codereview.chromium.org/6880171/.
BUG=chromium-os:14421
TEST=ran emerge
Review URL: http://codereview.chromium.org/6902067
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83707 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/cros.DEPS')
-rw-r--r-- | tools/cros.DEPS/DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/cros.DEPS/DEPS b/tools/cros.DEPS/DEPS index be6d6a2..9f1db15 100644 --- a/tools/cros.DEPS/DEPS +++ b/tools/cros.DEPS/DEPS @@ -4,5 +4,5 @@ vars = { deps = { "src/third_party/cros": - Var("chromium_git") + "/cros.git@ad013393", + Var("chromium_git") + "/cros.git@64ecf8b1", } |