From 41314457279190664076d06b57c69d0facbdba98 Mon Sep 17 00:00:00 2001 From: "garykac@google.com" <garykac@google.com@0039d316-1c4b-4281-b951-d872f2087c98> Date: Tue, 29 Jun 2010 17:33:48 +0000 Subject: [PATCH] Fix typo in remoting.gyp BUG=none TEST=rebuilt chromoting proj files Review URL: http://codereview.chromium.org/2832033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51142 0039d316-1c4b-4281-b951-d872f2087c98 --- remoting/remoting.gyp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp index 341f10dc58d29..fd37683da5cd0 100644 --- a/remoting/remoting.gyp +++ b/remoting/remoting.gyp @@ -146,7 +146,7 @@ 'host/chromoting_host.cc', 'host/chromoting_host.h', 'host/chromoting_host_context.cc', - 'host/chromoting_hsot_context.h', + 'host/chromoting_host_context.h', 'host/client_connection.cc', 'host/client_connection.h', 'host/differ.h', -- GitLab