Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2932)

Unified Diff: remoting/remoting.gyp

Issue 18233015: Abstract PPAPI's ImageData behind webrtc::DesktopFrame interface (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Implement Wez's final corrections Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/client/rectangle_update_decoder.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting.gyp
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index bd877561610f3c4f4af8597a7c41bc4d7bf5735d..eb87228230de84ab8171d0a27a14fd4cd149c4bf 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',
],
« no previous file with comments | « remoting/client/rectangle_update_decoder.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698