summaryrefslogtreecommitdiffstats
path: root/remoting/remoting.gyp
diff options
context:
space:
mode:
authorajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-27 22:49:19 +0000
committerajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-27 22:49:19 +0000
commit7f796145c1ef2847c2e6ef9bf38323c703914bd4 (patch)
treec3700f199ea3e2252266a3edd99c22f0ba2bd372 /remoting/remoting.gyp
parent8f0c70f64b4d12174b6fe266b31c9b1d51409940 (diff)
downloadchromium_src-7f796145c1ef2847c2e6ef9bf38323c703914bd4.zip
chromium_src-7f796145c1ef2847c2e6ef9bf38323c703914bd4.tar.gz
chromium_src-7f796145c1ef2847c2e6ef9bf38323c703914bd4.tar.bz2
Add in a new FrameConsumer interface, Decode API, and a RectangleUpdateDecoder abstraction.
This should allow a decoder that can still request the view to allocate frames without being owned by the view itself. This allows for cleaner threading semantics and reduced coupling of classes. The new decoder API keeps the decoder from being aware of the network packet types tightening up the API layering. BUG=52833 TEST=None. This code isn't used yet. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=60703 Review URL: http://codereview.chromium.org/3335012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60721 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/remoting.gyp')
-rw-r--r--remoting/remoting.gyp3
1 files changed, 3 insertions, 0 deletions
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index 486526e..9f524ac 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -253,11 +253,14 @@
'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'