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

Unified Diff: remoting/remoting.gyp

Issue 23677011: Byte-swap the video frame pixels before passing them to Java. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 3 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
Index: remoting/remoting.gyp
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index a464532db88996815b199b43bb3a7bdbd1c011c8..5f613b29267abddbbe437ffd9971959b26b7ac25 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -2542,6 +2542,7 @@
'remoting_jingle_glue',
'remoting_protocol',
'../third_party/webrtc/modules/modules.gyp:desktop_capture',
+ '../third_party/libyuv/libyuv.gyp:libyuv',
],
'sources': [
'client/audio_decode_scheduler.cc',
@@ -2566,6 +2567,13 @@
'client/rectangle_update_decoder.cc',
'client/rectangle_update_decoder.h',
],
+ 'conditions': [
+ ['OS=="android"', {
Sergey Ulanov 2013/09/20 18:35:15 You don't need this given that you also added an u
Lambros 2013/09/25 18:40:41 Removed.
+ 'dependencies': [
+ '../third_party/libyuv/libyuv.gyp:libyuv',
+ ],
+ }],
+ ],
}, # end of target 'remoting_client'
{
« remoting/client/rectangle_update_decoder.cc ('K') | « remoting/client/rectangle_update_decoder.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698