| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 a consistent MIME-type independent of branding. | 10 # Use a consistent MIME-type independent of branding. |
| (...skipping 526 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 537 'client/chromoting_stats.h', | 537 'client/chromoting_stats.h', |
| 538 'client/chromoting_view.cc', | 538 'client/chromoting_view.cc', |
| 539 'client/chromoting_view.h', | 539 'client/chromoting_view.h', |
| 540 'client/client_config.cc', | 540 'client/client_config.cc', |
| 541 'client/client_config.h', | 541 'client/client_config.h', |
| 542 'client/client_context.cc', | 542 'client/client_context.cc', |
| 543 'client/client_context.h', | 543 'client/client_context.h', |
| 544 'client/frame_consumer.h', | 544 'client/frame_consumer.h', |
| 545 'client/input_handler.cc', | 545 'client/input_handler.cc', |
| 546 'client/input_handler.h', | 546 'client/input_handler.h', |
| 547 'client/ipc_host_resolver.cc', | |
| 548 'client/ipc_host_resolver.h', | |
| 549 'client/rectangle_update_decoder.cc', | 547 'client/rectangle_update_decoder.cc', |
| 550 'client/rectangle_update_decoder.h', | 548 'client/rectangle_update_decoder.h', |
| 551 ], | 549 ], |
| 552 }, # end of target 'remoting_client' | 550 }, # end of target 'remoting_client' |
| 553 | 551 |
| 554 { | 552 { |
| 555 'target_name': 'remoting_simple_host', | 553 'target_name': 'remoting_simple_host', |
| 556 'type': 'executable', | 554 'type': 'executable', |
| 557 'dependencies': [ | 555 'dependencies': [ |
| 558 'remoting_base', | 556 'remoting_base', |
| (...skipping 315 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 874 '../base/allocator/allocator.gyp:allocator', | 872 '../base/allocator/allocator.gyp:allocator', |
| 875 ], | 873 ], |
| 876 }, | 874 }, |
| 877 ], | 875 ], |
| 878 ], | 876 ], |
| 879 }], | 877 }], |
| 880 ], # end of 'conditions' | 878 ], # end of 'conditions' |
| 881 }, # end of target 'remoting_unittests' | 879 }, # end of target 'remoting_unittests' |
| 882 ], # end of targets | 880 ], # end of targets |
| 883 } | 881 } |
| OLD | NEW |