diff options
author | solb@chromium.org <solb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-04 02:46:50 +0000 |
---|---|---|
committer | solb@chromium.org <solb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-04 02:46:50 +0000 |
commit | fbc08aa288ecf9ffba63e229a3017dfddda5a28f (patch) | |
tree | 29630834ba0d81f24e5c888238d8b3822d1b74b3 /remoting/remoting.gyp | |
parent | c84c6afb54cfbc9c7ad21a455c195870005be760 (diff) | |
download | chromium_src-fbc08aa288ecf9ffba63e229a3017dfddda5a28f.zip chromium_src-fbc08aa288ecf9ffba63e229a3017dfddda5a28f.tar.gz chromium_src-fbc08aa288ecf9ffba63e229a3017dfddda5a28f.tar.bz2 |
Abstract PPAPI's ImageData behind webrtc::DesktopFrame interface
This abstracts away RectangleUpdateDecoder's direct use of the the former class. It will ease the development of non--Web app client implementations.
BUG=255309
TBR=brettw (third_party/webrtc dependency)
Review URL: https://chromiumcodereview.appspot.com/18233015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@210113 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/remoting.gyp')
-rw-r--r-- | remoting/remoting.gyp | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp index bd87756..eb87228 100644 --- a/remoting/remoting.gyp +++ b/remoting/remoting.gyp @@ -2388,6 +2388,7 @@ 'remoting_base', 'remoting_jingle_glue', 'remoting_protocol', + '../third_party/webrtc/modules/modules.gyp:desktop_capture', ], 'sources': [ 'client/audio_decode_scheduler.cc', @@ -2735,19 +2736,19 @@ # valgrind and test errors. # # Javascript unittests are disabled on Windows because they add a - # dependency on 'common_constants' which (only on Windows) requires - # additional dependencies: + # dependency on 'common_constants' which (only on Windows) requires + # additional dependencies: # '../content/content.gyp:content_common', # 'installer_util', - # These targets are defined in .gypi files that would need to be - # included here: + # These targets are defined in .gypi files that would need to be + # included here: # '../chrome/chrome_common.gypi', # '../chrome/chrome_installer.gypi', # '../chrome/chrome_installer_util.gypi', - # But we can't do that because ninja will complain about multiple - # target definitions. - # TODO(garykac): Move installer_util into a proper .gyp file so that - # it can be included in multiple .gyp files. + # But we can't do that because ninja will complain about multiple + # target definitions. + # TODO(garykac): Move installer_util into a proper .gyp file so that + # it can be included in multiple .gyp files. 'includes': [ '../chrome/js_unittest_rules.gypi', ], |