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

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: CR feedback. 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 636 matching lines...) Expand 10 before | Expand all | Expand 10 after
647 'client/chromoting_stats.cc', 647 'client/chromoting_stats.cc',
648 'client/chromoting_stats.h', 648 'client/chromoting_stats.h',
649 'client/chromoting_view.h', 649 'client/chromoting_view.h',
650 'client/client_config.cc', 650 'client/client_config.cc',
651 'client/client_config.h', 651 'client/client_config.h',
652 'client/client_context.cc', 652 'client/client_context.cc',
653 'client/client_context.h', 653 'client/client_context.h',
654 'client/frame_consumer.h', 654 'client/frame_consumer.h',
655 'client/frame_consumer_proxy.cc', 655 'client/frame_consumer_proxy.cc',
656 'client/frame_consumer_proxy.h', 656 'client/frame_consumer_proxy.h',
657 'client/frame_producer.h',
657 'client/mouse_input_filter.cc', 658 'client/mouse_input_filter.cc',
658 'client/mouse_input_filter.h', 659 'client/mouse_input_filter.h',
659 'client/rectangle_update_decoder.cc', 660 'client/rectangle_update_decoder.cc',
660 'client/rectangle_update_decoder.h', 661 'client/rectangle_update_decoder.h',
661 ], 662 ],
662 }, # end of target 'remoting_client' 663 }, # end of target 'remoting_client'
663 664
664 { 665 {
665 'target_name': 'remoting_simple_host', 666 'target_name': 'remoting_simple_host',
666 'type': 'executable', 667 'type': 'executable',
(...skipping 339 matching lines...) Expand 10 before | Expand all | Expand 10 after
1006 '../base/allocator/allocator.gyp:allocator', 1007 '../base/allocator/allocator.gyp:allocator',
1007 ], 1008 ],
1008 }, 1009 },
1009 ], 1010 ],
1010 ], 1011 ],
1011 }], 1012 }],
1012 ], # end of 'conditions' 1013 ], # end of 'conditions'
1013 }, # end of target 'remoting_unittests' 1014 }, # end of target 'remoting_unittests'
1014 ], # end of targets 1015 ], # end of targets
1015 } 1016 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698