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

Side by Side 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: remove FrameConsumerProxy::Attach Created 7 years, 2 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 unified diff | Download patch
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 8
9 'variables': { 9 'variables': {
10 'conditions': [ 10 'conditions': [
(...skipping 2522 matching lines...) Expand 10 before | Expand all | Expand 10 after
2533 }, # end of target 'remoting_host_logging' 2533 }, # end of target 'remoting_host_logging'
2534 2534
2535 { 2535 {
2536 'target_name': 'remoting_client', 2536 'target_name': 'remoting_client',
2537 'type': 'static_library', 2537 'type': 'static_library',
2538 'variables': { 'enable_wexit_time_destructors': 1, }, 2538 'variables': { 'enable_wexit_time_destructors': 1, },
2539 'dependencies': [ 2539 'dependencies': [
2540 'remoting_base', 2540 'remoting_base',
2541 'remoting_jingle_glue', 2541 'remoting_jingle_glue',
2542 'remoting_protocol', 2542 'remoting_protocol',
2543 '../third_party/libyuv/libyuv.gyp:libyuv',
2543 '../third_party/webrtc/modules/modules.gyp:desktop_capture', 2544 '../third_party/webrtc/modules/modules.gyp:desktop_capture',
2544 ], 2545 ],
2545 'sources': [ 2546 'sources': [
2546 'client/audio_decode_scheduler.cc', 2547 'client/audio_decode_scheduler.cc',
2547 'client/audio_decode_scheduler.h', 2548 'client/audio_decode_scheduler.h',
2548 'client/audio_player.cc', 2549 'client/audio_player.cc',
2549 'client/audio_player.h', 2550 'client/audio_player.h',
2550 'client/chromoting_client.cc', 2551 'client/chromoting_client.cc',
2551 'client/chromoting_client.h', 2552 'client/chromoting_client.h',
2552 'client/chromoting_stats.cc', 2553 'client/chromoting_stats.cc',
(...skipping 397 matching lines...) Expand 10 before | Expand all | Expand 10 after
2950 '../base/allocator/allocator.gyp:allocator', 2951 '../base/allocator/allocator.gyp:allocator',
2951 ], 2952 ],
2952 }, 2953 },
2953 ], 2954 ],
2954 ], 2955 ],
2955 }], # end of 'toolkit_uses_gtk == 1' 2956 }], # end of 'toolkit_uses_gtk == 1'
2956 ], # end of 'conditions' 2957 ], # end of 'conditions'
2957 }, # end of target 'remoting_unittests' 2958 }, # end of target 'remoting_unittests'
2958 ], # end of targets 2959 ], # end of targets
2959 } 2960 }
OLDNEW
« 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