| OLD | NEW |
| 1 | 1 |
| 2 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 2 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 3 # Use of this source code is governed by a BSD-style license that can be | 3 # Use of this source code is governed by a BSD-style license that can be |
| 4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
| 5 | 5 |
| 6 { | 6 { |
| 7 'variables': { | 7 'variables': { |
| 8 # TODO(dmaclach): can we pick this up some other way? Right now it's | 8 # TODO(dmaclach): can we pick this up some other way? Right now it's |
| 9 # duplicated from chrome.gyp | 9 # duplicated from chrome.gyp |
| 10 'chromium_code': 1, | 10 'chromium_code': 1, |
| (...skipping 549 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 560 'client/plugin/chromoting_instance.cc', | 560 'client/plugin/chromoting_instance.cc', |
| 561 'client/plugin/chromoting_instance.h', | 561 'client/plugin/chromoting_instance.h', |
| 562 'client/plugin/chromoting_scriptable_object.cc', | 562 'client/plugin/chromoting_scriptable_object.cc', |
| 563 'client/plugin/chromoting_scriptable_object.h', | 563 'client/plugin/chromoting_scriptable_object.h', |
| 564 'client/plugin/pepper_entrypoints.cc', | 564 'client/plugin/pepper_entrypoints.cc', |
| 565 'client/plugin/pepper_entrypoints.h', | 565 'client/plugin/pepper_entrypoints.h', |
| 566 'client/plugin/pepper_input_handler.cc', | 566 'client/plugin/pepper_input_handler.cc', |
| 567 'client/plugin/pepper_input_handler.h', | 567 'client/plugin/pepper_input_handler.h', |
| 568 'client/plugin/pepper_network_manager.cc', | 568 'client/plugin/pepper_network_manager.cc', |
| 569 'client/plugin/pepper_network_manager.h', | 569 'client/plugin/pepper_network_manager.h', |
| 570 'client/plugin/pepper_packet_socket_factory.cc', |
| 571 'client/plugin/pepper_packet_socket_factory.h', |
| 570 'client/plugin/pepper_plugin_thread_delegate.cc', | 572 'client/plugin/pepper_plugin_thread_delegate.cc', |
| 571 'client/plugin/pepper_plugin_thread_delegate.h', | 573 'client/plugin/pepper_plugin_thread_delegate.h', |
| 572 'client/plugin/pepper_view.cc', | 574 'client/plugin/pepper_view.cc', |
| 573 'client/plugin/pepper_view.h', | 575 'client/plugin/pepper_view.h', |
| 574 'client/plugin/pepper_util.cc', | 576 'client/plugin/pepper_util.cc', |
| 575 'client/plugin/pepper_util.h', | 577 'client/plugin/pepper_util.h', |
| 576 'client/plugin/pepper_xmpp_proxy.cc', | 578 'client/plugin/pepper_xmpp_proxy.cc', |
| 577 'client/plugin/pepper_xmpp_proxy.h', | 579 'client/plugin/pepper_xmpp_proxy.h', |
| 578 ], | 580 ], |
| 579 }, # end of target 'remoting_client_plugin' | 581 }, # end of target 'remoting_client_plugin' |
| (...skipping 941 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1521 '../base/allocator/allocator.gyp:allocator', | 1523 '../base/allocator/allocator.gyp:allocator', |
| 1522 ], | 1524 ], |
| 1523 }, | 1525 }, |
| 1524 ], | 1526 ], |
| 1525 ], | 1527 ], |
| 1526 }], | 1528 }], |
| 1527 ], # end of 'conditions' | 1529 ], # end of 'conditions' |
| 1528 }, # end of target 'remoting_unittests' | 1530 }, # end of target 'remoting_unittests' |
| 1529 ], # end of targets | 1531 ], # end of targets |
| 1530 } | 1532 } |
| OLD | NEW |