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

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: Redesigned FrameConsumer/FrameProducer. 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
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 648 matching lines...) Expand 10 before | Expand all | Expand 10 after
659 'client/chromoting_stats.cc', 659 'client/chromoting_stats.cc',
660 'client/chromoting_stats.h', 660 'client/chromoting_stats.h',
661 'client/chromoting_view.h', 661 'client/chromoting_view.h',
662 'client/client_config.cc', 662 'client/client_config.cc',
663 'client/client_config.h', 663 'client/client_config.h',
664 'client/client_context.cc', 664 'client/client_context.cc',
665 'client/client_context.h', 665 'client/client_context.h',
666 'client/frame_consumer.h', 666 'client/frame_consumer.h',
667 'client/frame_consumer_proxy.cc', 667 'client/frame_consumer_proxy.cc',
668 'client/frame_consumer_proxy.h', 668 'client/frame_consumer_proxy.h',
669 'client/frame_publisher.h',
669 'client/mouse_input_filter.cc', 670 'client/mouse_input_filter.cc',
670 'client/mouse_input_filter.h', 671 'client/mouse_input_filter.h',
671 'client/rectangle_update_decoder.cc', 672 'client/rectangle_update_decoder.cc',
672 'client/rectangle_update_decoder.h', 673 'client/rectangle_update_decoder.h',
673 ], 674 ],
674 }, # end of target 'remoting_client' 675 }, # end of target 'remoting_client'
675 676
676 { 677 {
677 'target_name': 'remoting_simple_host', 678 'target_name': 'remoting_simple_host',
678 'type': 'executable', 679 'type': 'executable',
(...skipping 333 matching lines...) Expand 10 before | Expand all | Expand 10 after
1012 '../base/allocator/allocator.gyp:allocator', 1013 '../base/allocator/allocator.gyp:allocator',
1013 ], 1014 ],
1014 }, 1015 },
1015 ], 1016 ],
1016 ], 1017 ],
1017 }], 1018 }],
1018 ], # end of 'conditions' 1019 ], # end of 'conditions'
1019 }, # end of target 'remoting_unittests' 1020 }, # end of target 'remoting_unittests'
1020 ], # end of targets 1021 ], # end of targets
1021 } 1022 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698