From 2d153008521b014abe8ed4e1913bc7231c0c2d57 Mon Sep 17 00:00:00 2001 From: "yusukes@google.com" Date: Fri, 28 Jan 2011 06:49:22 +0000 Subject: 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 --- tools/cros.DEPS/DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') 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", } -- cgit v1.1