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

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: Narrow the synchronization block 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
« no previous file with comments | « remoting/client/rectangle_update_decoder.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 2523 matching lines...) Expand 10 before | Expand all | Expand 10 after
2534 }, # end of target 'remoting_host_logging' 2534 }, # end of target 'remoting_host_logging'
2535 2535
2536 { 2536 {
2537 'target_name': 'remoting_client', 2537 'target_name': 'remoting_client',
2538 'type': 'static_library', 2538 'type': 'static_library',
2539 'variables': { 'enable_wexit_time_destructors': 1, }, 2539 'variables': { 'enable_wexit_time_destructors': 1, },
2540 'dependencies': [ 2540 'dependencies': [
2541 'remoting_base', 2541 'remoting_base',
2542 'remoting_jingle_glue', 2542 'remoting_jingle_glue',
2543 'remoting_protocol', 2543 'remoting_protocol',
2544 '../third_party/libyuv/libyuv.gyp:libyuv',
2544 '../third_party/webrtc/modules/modules.gyp:desktop_capture', 2545 '../third_party/webrtc/modules/modules.gyp:desktop_capture',
2545 ], 2546 ],
2546 'sources': [ 2547 'sources': [
2547 'client/audio_decode_scheduler.cc', 2548 'client/audio_decode_scheduler.cc',
2548 'client/audio_decode_scheduler.h', 2549 'client/audio_decode_scheduler.h',
2549 'client/audio_player.cc', 2550 'client/audio_player.cc',
2550 'client/audio_player.h', 2551 'client/audio_player.h',
2551 'client/chromoting_client.cc', 2552 'client/chromoting_client.cc',
2552 'client/chromoting_client.h', 2553 'client/chromoting_client.h',
2553 'client/chromoting_stats.cc', 2554 'client/chromoting_stats.cc',
(...skipping 398 matching lines...) Expand 10 before | Expand all | Expand 10 after
2952 '../base/allocator/allocator.gyp:allocator', 2953 '../base/allocator/allocator.gyp:allocator',
2953 ], 2954 ],
2954 }, 2955 },
2955 ], 2956 ],
2956 ], 2957 ],
2957 }], # end of 'toolkit_uses_gtk == 1' 2958 }], # end of 'toolkit_uses_gtk == 1'
2958 ], # end of 'conditions' 2959 ], # end of 'conditions'
2959 }, # end of target 'remoting_unittests' 2960 }, # end of target 'remoting_unittests'
2960 ], # end of targets 2961 ], # end of targets
2961 } 2962 }
OLDNEW
« 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