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 504 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
515 ], | 515 ], |
516 'sources': [ | 516 'sources': [ |
517 'client/plugin/chromoting_instance.cc', | 517 'client/plugin/chromoting_instance.cc', |
518 'client/plugin/chromoting_instance.h', | 518 'client/plugin/chromoting_instance.h', |
519 'client/plugin/chromoting_scriptable_object.cc', | 519 'client/plugin/chromoting_scriptable_object.cc', |
520 'client/plugin/chromoting_scriptable_object.h', | 520 'client/plugin/chromoting_scriptable_object.h', |
521 'client/plugin/pepper_entrypoints.cc', | 521 'client/plugin/pepper_entrypoints.cc', |
522 'client/plugin/pepper_entrypoints.h', | 522 'client/plugin/pepper_entrypoints.h', |
523 'client/plugin/pepper_input_handler.cc', | 523 'client/plugin/pepper_input_handler.cc', |
524 'client/plugin/pepper_input_handler.h', | 524 'client/plugin/pepper_input_handler.h', |
| 525 'client/plugin/pepper_network_manager.cc', |
| 526 'client/plugin/pepper_network_manager.h', |
525 'client/plugin/pepper_plugin_thread_delegate.cc', | 527 'client/plugin/pepper_plugin_thread_delegate.cc', |
526 'client/plugin/pepper_plugin_thread_delegate.h', | 528 'client/plugin/pepper_plugin_thread_delegate.h', |
527 'client/plugin/pepper_view.cc', | 529 'client/plugin/pepper_view.cc', |
528 'client/plugin/pepper_view.h', | 530 'client/plugin/pepper_view.h', |
529 'client/plugin/pepper_util.cc', | 531 'client/plugin/pepper_util.cc', |
530 'client/plugin/pepper_util.h', | 532 'client/plugin/pepper_util.h', |
531 'client/plugin/pepper_xmpp_proxy.cc', | 533 'client/plugin/pepper_xmpp_proxy.cc', |
532 'client/plugin/pepper_xmpp_proxy.h', | 534 'client/plugin/pepper_xmpp_proxy.h', |
533 ], | 535 ], |
534 }, # end of target 'remoting_client_plugin' | 536 }, # end of target 'remoting_client_plugin' |
(...skipping 638 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1173 'protocol/libjingle_transport_factory.cc', | 1175 'protocol/libjingle_transport_factory.cc', |
1174 'protocol/libjingle_transport_factory.h', | 1176 'protocol/libjingle_transport_factory.h', |
1175 'protocol/me2me_host_authenticator_factory.cc', | 1177 'protocol/me2me_host_authenticator_factory.cc', |
1176 'protocol/me2me_host_authenticator_factory.h', | 1178 'protocol/me2me_host_authenticator_factory.h', |
1177 'protocol/message_decoder.cc', | 1179 'protocol/message_decoder.cc', |
1178 'protocol/message_decoder.h', | 1180 'protocol/message_decoder.h', |
1179 'protocol/message_reader.cc', | 1181 'protocol/message_reader.cc', |
1180 'protocol/message_reader.h', | 1182 'protocol/message_reader.h', |
1181 'protocol/negotiating_authenticator.cc', | 1183 'protocol/negotiating_authenticator.cc', |
1182 'protocol/negotiating_authenticator.h', | 1184 'protocol/negotiating_authenticator.h', |
1183 'protocol/pepper_network_manager.cc', | |
1184 'protocol/pepper_network_manager.h', | |
1185 'protocol/pepper_transport_factory.cc', | 1185 'protocol/pepper_transport_factory.cc', |
1186 'protocol/pepper_transport_factory.h', | 1186 'protocol/pepper_transport_factory.h', |
1187 'protocol/pepper_transport_socket_adapter.cc', | 1187 'protocol/pepper_transport_socket_adapter.cc', |
1188 'protocol/pepper_transport_socket_adapter.h', | 1188 'protocol/pepper_transport_socket_adapter.h', |
1189 'protocol/protobuf_video_reader.cc', | 1189 'protocol/protobuf_video_reader.cc', |
1190 'protocol/protobuf_video_reader.h', | 1190 'protocol/protobuf_video_reader.h', |
1191 'protocol/protobuf_video_writer.cc', | 1191 'protocol/protobuf_video_writer.cc', |
1192 'protocol/protobuf_video_writer.h', | 1192 'protocol/protobuf_video_writer.h', |
1193 'protocol/rtcp_writer.cc', | 1193 'protocol/rtcp_writer.cc', |
1194 'protocol/rtcp_writer.h', | 1194 'protocol/rtcp_writer.h', |
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1382 '../base/allocator/allocator.gyp:allocator', | 1382 '../base/allocator/allocator.gyp:allocator', |
1383 ], | 1383 ], |
1384 }, | 1384 }, |
1385 ], | 1385 ], |
1386 ], | 1386 ], |
1387 }], | 1387 }], |
1388 ], # end of 'conditions' | 1388 ], # end of 'conditions' |
1389 }, # end of target 'remoting_unittests' | 1389 }, # end of target 'remoting_unittests' |
1390 ], # end of targets | 1390 ], # end of targets |
1391 } | 1391 } |
OLD | NEW |