| 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 635 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |