| 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 'remoting_audio': 0, | 10 'remoting_audio': 0, |
| (...skipping 1495 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1506 ], | 1506 ], |
| 1507 'sources': [ | 1507 'sources': [ |
| 1508 'jingle_glue/chromium_socket_factory.cc', | 1508 'jingle_glue/chromium_socket_factory.cc', |
| 1509 'jingle_glue/chromium_socket_factory.h', | 1509 'jingle_glue/chromium_socket_factory.h', |
| 1510 'jingle_glue/iq_sender.cc', | 1510 'jingle_glue/iq_sender.cc', |
| 1511 'jingle_glue/iq_sender.h', | 1511 'jingle_glue/iq_sender.h', |
| 1512 'jingle_glue/javascript_signal_strategy.cc', | 1512 'jingle_glue/javascript_signal_strategy.cc', |
| 1513 'jingle_glue/javascript_signal_strategy.h', | 1513 'jingle_glue/javascript_signal_strategy.h', |
| 1514 'jingle_glue/jingle_info_request.cc', | 1514 'jingle_glue/jingle_info_request.cc', |
| 1515 'jingle_glue/jingle_info_request.h', | 1515 'jingle_glue/jingle_info_request.h', |
| 1516 'jingle_glue/jingle_thread.cc', | |
| 1517 'jingle_glue/jingle_thread.h', | |
| 1518 'jingle_glue/signal_strategy.h', | 1516 'jingle_glue/signal_strategy.h', |
| 1519 'jingle_glue/ssl_adapter.h', | |
| 1520 'jingle_glue/ssl_adapter.cc', | |
| 1521 'jingle_glue/ssl_socket_adapter.cc', | |
| 1522 'jingle_glue/ssl_socket_adapter.h', | |
| 1523 'jingle_glue/xmpp_proxy.h', | 1517 'jingle_glue/xmpp_proxy.h', |
| 1524 'jingle_glue/xmpp_signal_strategy.cc', | 1518 'jingle_glue/xmpp_signal_strategy.cc', |
| 1525 'jingle_glue/xmpp_signal_strategy.h', | 1519 'jingle_glue/xmpp_signal_strategy.h', |
| 1526 'jingle_glue/xmpp_socket_adapter.cc', | |
| 1527 'jingle_glue/xmpp_socket_adapter.h', | |
| 1528 ], | 1520 ], |
| 1529 }, # end of target 'remoting_jingle_glue' | 1521 }, # end of target 'remoting_jingle_glue' |
| 1530 | 1522 |
| 1531 { | 1523 { |
| 1532 'target_name': 'remoting_protocol', | 1524 'target_name': 'remoting_protocol', |
| 1533 'type': 'static_library', | 1525 'type': 'static_library', |
| 1534 'variables': { 'enable_wexit_time_destructors': 1, }, | 1526 'variables': { 'enable_wexit_time_destructors': 1, }, |
| 1535 'dependencies': [ | 1527 'dependencies': [ |
| 1536 'remoting_base', | 1528 'remoting_base', |
| 1537 'remoting_jingle_glue', | 1529 'remoting_jingle_glue', |
| (...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1735 'host/screen_recorder_unittest.cc', | 1727 'host/screen_recorder_unittest.cc', |
| 1736 'host/server_log_entry_unittest.cc', | 1728 'host/server_log_entry_unittest.cc', |
| 1737 'host/test_key_pair.h', | 1729 'host/test_key_pair.h', |
| 1738 'host/video_frame_capturer_helper_unittest.cc', | 1730 'host/video_frame_capturer_helper_unittest.cc', |
| 1739 'host/video_frame_capturer_mac_unittest.cc', | 1731 'host/video_frame_capturer_mac_unittest.cc', |
| 1740 'host/video_frame_capturer_unittest.cc', | 1732 'host/video_frame_capturer_unittest.cc', |
| 1741 'jingle_glue/chromium_socket_factory_unittest.cc', | 1733 'jingle_glue/chromium_socket_factory_unittest.cc', |
| 1742 'jingle_glue/fake_signal_strategy.cc', | 1734 'jingle_glue/fake_signal_strategy.cc', |
| 1743 'jingle_glue/fake_signal_strategy.h', | 1735 'jingle_glue/fake_signal_strategy.h', |
| 1744 'jingle_glue/iq_sender_unittest.cc', | 1736 'jingle_glue/iq_sender_unittest.cc', |
| 1745 'jingle_glue/jingle_thread_unittest.cc', | |
| 1746 'jingle_glue/mock_objects.cc', | 1737 'jingle_glue/mock_objects.cc', |
| 1747 'jingle_glue/mock_objects.h', | 1738 'jingle_glue/mock_objects.h', |
| 1748 'protocol/authenticator_test_base.cc', | 1739 'protocol/authenticator_test_base.cc', |
| 1749 'protocol/authenticator_test_base.h', | 1740 'protocol/authenticator_test_base.h', |
| 1750 'protocol/clipboard_echo_filter_unittest.cc', | 1741 'protocol/clipboard_echo_filter_unittest.cc', |
| 1751 'protocol/connection_tester.cc', | 1742 'protocol/connection_tester.cc', |
| 1752 'protocol/connection_tester.h', | 1743 'protocol/connection_tester.h', |
| 1753 'protocol/connection_to_client_unittest.cc', | 1744 'protocol/connection_to_client_unittest.cc', |
| 1754 'protocol/content_description_unittest.cc', | 1745 'protocol/content_description_unittest.cc', |
| 1755 'protocol/fake_authenticator.cc', | 1746 'protocol/fake_authenticator.cc', |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1808 '../base/allocator/allocator.gyp:allocator', | 1799 '../base/allocator/allocator.gyp:allocator', |
| 1809 ], | 1800 ], |
| 1810 }, | 1801 }, |
| 1811 ], | 1802 ], |
| 1812 ], | 1803 ], |
| 1813 }], | 1804 }], |
| 1814 ], # end of 'conditions' | 1805 ], # end of 'conditions' |
| 1815 }, # end of target 'remoting_unittests' | 1806 }, # end of target 'remoting_unittests' |
| 1816 ], # end of targets | 1807 ], # end of targets |
| 1817 } | 1808 } |
| OLD | NEW |