summaryrefslogtreecommitdiffstats
path: root/remoting/remoting.gyp
diff options
context:
space:
mode:
authorsimonmorris@chromium.org <simonmorris@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-29 14:40:20 +0000
committersimonmorris@chromium.org <simonmorris@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-29 14:40:20 +0000
commitbab76b9b1c041f73ef5d973eaa27385f629c4d3b (patch)
tree8c2dbcbdbfec1bcfc1da8ae0b4403325fad26bb9 /remoting/remoting.gyp
parent82e4080d97b52798c3605fa73979c0bdf0fdc597 (diff)
downloadchromium_src-bab76b9b1c041f73ef5d973eaa27385f629c4d3b.zip
chromium_src-bab76b9b1c041f73ef5d973eaa27385f629c4d3b.tar.gz
chromium_src-bab76b9b1c041f73ef5d973eaa27385f629c4d3b.tar.bz2
Capturer is now pure virtual. The implementation it used to
contain is now in CapturerHelper. BUG=none TEST=none Review URL: http://codereview.chromium.org/6717020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79679 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/remoting.gyp')
-rw-r--r--remoting/remoting.gyp3
1 files changed, 2 insertions, 1 deletions
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index c402b27..65eb195 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -199,8 +199,9 @@
'sources': [
'host/access_verifier.cc',
'host/access_verifier.h',
- 'host/capturer.cc',
'host/capturer.h',
+ 'host/capturer_helper.cc',
+ 'host/capturer_helper.h',
'host/capturer_fake.cc',
'host/capturer_fake.h',
'host/chromoting_host.cc',