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

Side by Side Diff: remoting/remoting.gyp

Issue 9331003: Improving the decoder pipeline. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Integer ScaleRect Created 8 years, 10 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 | Annotate | Revision Log
« 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 # TODO(dmaclach): can we pick this up some other way? Right now it's 7 # TODO(dmaclach): can we pick this up some other way? Right now it's
8 # duplicated from chrome.gyp 8 # duplicated from chrome.gyp
9 'chromium_code': 1, 9 'chromium_code': 1,
10 # Use consistent strings across all platforms. Note that the plugin name 10 # Use consistent strings across all platforms. Note that the plugin name
(...skipping 635 matching lines...) Expand 10 before | Expand all | Expand 10 after
646 'client/chromoting_stats.cc', 646 'client/chromoting_stats.cc',
647 'client/chromoting_stats.h', 647 'client/chromoting_stats.h',
648 'client/chromoting_view.h', 648 'client/chromoting_view.h',
649 'client/client_config.cc', 649 'client/client_config.cc',
650 'client/client_config.h', 650 'client/client_config.h',
651 'client/client_context.cc', 651 'client/client_context.cc',
652 'client/client_context.h', 652 'client/client_context.h',
653 'client/frame_consumer.h', 653 'client/frame_consumer.h',
654 'client/frame_consumer_proxy.cc', 654 'client/frame_consumer_proxy.cc',
655 'client/frame_consumer_proxy.h', 655 'client/frame_consumer_proxy.h',
656 'client/frame_producer.h',
656 'client/mouse_input_filter.cc', 657 'client/mouse_input_filter.cc',
657 'client/mouse_input_filter.h', 658 'client/mouse_input_filter.h',
658 'client/rectangle_update_decoder.cc', 659 'client/rectangle_update_decoder.cc',
659 'client/rectangle_update_decoder.h', 660 'client/rectangle_update_decoder.h',
660 ], 661 ],
661 }, # end of target 'remoting_client' 662 }, # end of target 'remoting_client'
662 663
663 { 664 {
664 'target_name': 'remoting_simple_host', 665 'target_name': 'remoting_simple_host',
665 'type': 'executable', 666 'type': 'executable',
(...skipping 329 matching lines...) Expand 10 before | Expand all | Expand 10 after
995 '../base/allocator/allocator.gyp:allocator', 996 '../base/allocator/allocator.gyp:allocator',
996 ], 997 ],
997 }, 998 },
998 ], 999 ],
999 ], 1000 ],
1000 }], 1001 }],
1001 ], # end of 'conditions' 1002 ], # end of 'conditions'
1002 }, # end of target 'remoting_unittests' 1003 }, # end of target 'remoting_unittests'
1003 ], # end of targets 1004 ], # end of targets
1004 } 1005 }
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