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 548 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
559 'client/plugin/chromoting_instance.cc', | 559 'client/plugin/chromoting_instance.cc', |
560 'client/plugin/chromoting_instance.h', | 560 'client/plugin/chromoting_instance.h', |
561 'client/plugin/chromoting_scriptable_object.cc', | 561 'client/plugin/chromoting_scriptable_object.cc', |
562 'client/plugin/chromoting_scriptable_object.h', | 562 'client/plugin/chromoting_scriptable_object.h', |
563 'client/plugin/pepper_entrypoints.cc', | 563 'client/plugin/pepper_entrypoints.cc', |
564 'client/plugin/pepper_entrypoints.h', | 564 'client/plugin/pepper_entrypoints.h', |
565 'client/plugin/pepper_input_handler.cc', | 565 'client/plugin/pepper_input_handler.cc', |
566 'client/plugin/pepper_input_handler.h', | 566 'client/plugin/pepper_input_handler.h', |
567 'client/plugin/pepper_network_manager.cc', | 567 'client/plugin/pepper_network_manager.cc', |
568 'client/plugin/pepper_network_manager.h', | 568 'client/plugin/pepper_network_manager.h', |
| 569 'client/plugin/pepper_packet_socket_factory.cc', |
| 570 'client/plugin/pepper_packet_socket_factory.h', |
569 'client/plugin/pepper_plugin_thread_delegate.cc', | 571 'client/plugin/pepper_plugin_thread_delegate.cc', |
570 'client/plugin/pepper_plugin_thread_delegate.h', | 572 'client/plugin/pepper_plugin_thread_delegate.h', |
571 'client/plugin/pepper_view.cc', | 573 'client/plugin/pepper_view.cc', |
572 'client/plugin/pepper_view.h', | 574 'client/plugin/pepper_view.h', |
573 'client/plugin/pepper_util.cc', | 575 'client/plugin/pepper_util.cc', |
574 'client/plugin/pepper_util.h', | 576 'client/plugin/pepper_util.h', |
575 'client/plugin/pepper_xmpp_proxy.cc', | 577 'client/plugin/pepper_xmpp_proxy.cc', |
576 'client/plugin/pepper_xmpp_proxy.h', | 578 'client/plugin/pepper_xmpp_proxy.h', |
577 ], | 579 ], |
578 }, # end of target 'remoting_client_plugin' | 580 }, # end of target 'remoting_client_plugin' |
(...skipping 942 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 |