diff options
author | mazda@chromium.org <mazda@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-12 12:42:02 +0000 |
---|---|---|
committer | mazda@chromium.org <mazda@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-12 12:42:02 +0000 |
commit | 19999313aff414186305448b2363bdbefc12c63b (patch) | |
tree | 4d77cac505d20c472379acd405902017b85b2d6b /tools | |
parent | ef6200adcf7b7e10a1d3bc221ea6135a34133010 (diff) | |
download | chromium_src-19999313aff414186305448b2363bdbefc12c63b.zip chromium_src-19999313aff414186305448b2363bdbefc12c63b.tar.gz chromium_src-19999313aff414186305448b2363bdbefc12c63b.tar.bz2 |
Use libcros to convert input method ID to keyboard overlay ID.
BUG=chromium-os:9682
TEST='emerge-x86-generic chromeos-chrome' from source passes
Review URL: http://codereview.chromium.org/5981001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71159 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-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 aa3d1a9..166cf36 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@09abaf51", + Var("chromium_git") + "/cros.git@e9730f8a", } |