diff options
author | lambroslambrou@chromium.org <lambroslambrou@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-18 03:33:47 +0000 |
---|---|---|
committer | lambroslambrou@chromium.org <lambroslambrou@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-18 03:33:47 +0000 |
commit | 4fe50ab262f7ce7a87048dabb6e5c01d0ea3fc9e (patch) | |
tree | e257f79fa376162801cb3d51058e30a5d4f8c6cd /remoting | |
parent | 790300952af31d6f43584f2519af54548a897442 (diff) | |
download | chromium_src-4fe50ab262f7ce7a87048dabb6e5c01d0ea3fc9e.zip chromium_src-4fe50ab262f7ce7a87048dabb6e5c01d0ea3fc9e.tar.gz chromium_src-4fe50ab262f7ce7a87048dabb6e5c01d0ea3fc9e.tar.bz2 |
Remove unneeded GUI source files from remoting_me2me_host compilation.
BUG=104377
TEST=Still compiles
Review URL: http://codereview.chromium.org/9244012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@118029 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting')
-rw-r--r-- | remoting/remoting.gyp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp index 7a94915..f9c6142 100644 --- a/remoting/remoting.gyp +++ b/remoting/remoting.gyp @@ -217,11 +217,6 @@ '../media/media.gyp:media', ], 'sources': [ - # TODO(lambroslambrou): Remove the dependencies on the Disconnect - # and Continue windows for the Me2Me case - crbug.com/104377. - 'host/continue_window.h', - 'host/continue_window_linux.cc', - 'host/disconnect_window_linux.cc', 'host/host_event_logger.cc', 'host/host_event_logger.h', 'host/remoting_me2me_host.cc', |