diff options
author | yusukes@google.com <yusukes@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-28 06:49:22 +0000 |
---|---|---|
committer | yusukes@google.com <yusukes@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-28 06:49:22 +0000 |
commit | 2d153008521b014abe8ed4e1913bc7231c0c2d57 (patch) | |
tree | 65c9a22e082cc9b83d4aaf34606b021c83e0415d /tools | |
parent | 0540212a7c4b78f36905a74271e41cc63304e684 (diff) | |
download | chromium_src-2d153008521b014abe8ed4e1913bc7231c0c2d57.zip chromium_src-2d153008521b014abe8ed4e1913bc7231c0c2d57.tar.gz chromium_src-2d153008521b014abe8ed4e1913bc7231c0c2d57.tar.bz2 |
Embed candidate_window into chrome.
To prevent a build error of the chromeos-chrome package, I'd keep the candidate_window binary for now, but the size of the binary is now ~4k.
This CL is based on satorux's work:
http://codereview.chromium.org/4543002/
BUG=chromium-os:11191
TEST=manually checked that IME candidate window works without the process
Review URL: http://codereview.chromium.org/6259019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72934 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 31b2bca..3f737d6 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@34a0e132", + Var("chromium_git") + "/cros.git@43fbb59c", } |