OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |