diff options
author | ajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-27 20:48:58 +0000 |
---|---|---|
committer | ajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-27 20:48:58 +0000 |
commit | 8372e30b34bcb940203829cf9c23909664f0e6ca (patch) | |
tree | 2207caa141724cd0cbaa55a264635f745583cf22 /remoting/remoting.gyp | |
parent | 3b52c980420f07c2a18c7589873227d5c5ebf49f (diff) | |
download | chromium_src-8372e30b34bcb940203829cf9c23909664f0e6ca.zip chromium_src-8372e30b34bcb940203829cf9c23909664f0e6ca.tar.gz chromium_src-8372e30b34bcb940203829cf9c23909664f0e6ca.tar.bz2 |
Revert "Add in a new FrameConsumer interface, Decode API, and a RectangleUpdateDecoder abstraction."
Reverting r60703 due to build break.
TBR=willchan
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60705 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/remoting.gyp')
-rw-r--r-- | remoting/remoting.gyp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp index 9f524ac..486526e 100644 --- a/remoting/remoting.gyp +++ b/remoting/remoting.gyp @@ -253,14 +253,11 @@ 'client/client_context.h', 'client/client_util.cc', 'client/client_util.h', - 'client/frame_consumer.h', 'client/host_connection.h', 'client/input_handler.cc', 'client/input_handler.h', 'client/jingle_host_connection.cc', 'client/jingle_host_connection.h', - 'client/rectangle_update_decoder.cc', - 'client/rectangle_update_decoder.h', ], }, # end of target 'chromoting_client' |