Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(619)

Side by Side Diff: remoting/remoting.gyp

Issue 10829040: Revert 148418 - Always use chromium threads for IO in remoting host (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « remoting/protocol/libjingle_transport_factory.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 1482 matching lines...) Expand 10 before | Expand all | Expand 10 after
1493 ], 1493 ],
1494 'sources': [ 1494 'sources': [
1495 'jingle_glue/chromium_socket_factory.cc', 1495 'jingle_glue/chromium_socket_factory.cc',
1496 'jingle_glue/chromium_socket_factory.h', 1496 'jingle_glue/chromium_socket_factory.h',
1497 'jingle_glue/iq_sender.cc', 1497 'jingle_glue/iq_sender.cc',
1498 'jingle_glue/iq_sender.h', 1498 'jingle_glue/iq_sender.h',
1499 'jingle_glue/javascript_signal_strategy.cc', 1499 'jingle_glue/javascript_signal_strategy.cc',
1500 'jingle_glue/javascript_signal_strategy.h', 1500 'jingle_glue/javascript_signal_strategy.h',
1501 'jingle_glue/jingle_info_request.cc', 1501 'jingle_glue/jingle_info_request.cc',
1502 'jingle_glue/jingle_info_request.h', 1502 'jingle_glue/jingle_info_request.h',
1503 'jingle_glue/jingle_thread.cc',
1504 'jingle_glue/jingle_thread.h',
1503 'jingle_glue/signal_strategy.h', 1505 'jingle_glue/signal_strategy.h',
1506 'jingle_glue/ssl_adapter.h',
1507 'jingle_glue/ssl_adapter.cc',
1508 'jingle_glue/ssl_socket_adapter.cc',
1509 'jingle_glue/ssl_socket_adapter.h',
1504 'jingle_glue/xmpp_proxy.h', 1510 'jingle_glue/xmpp_proxy.h',
1505 'jingle_glue/xmpp_signal_strategy.cc', 1511 'jingle_glue/xmpp_signal_strategy.cc',
1506 'jingle_glue/xmpp_signal_strategy.h', 1512 'jingle_glue/xmpp_signal_strategy.h',
1513 'jingle_glue/xmpp_socket_adapter.cc',
1514 'jingle_glue/xmpp_socket_adapter.h',
1507 ], 1515 ],
1508 }, # end of target 'remoting_jingle_glue' 1516 }, # end of target 'remoting_jingle_glue'
1509 1517
1510 { 1518 {
1511 'target_name': 'remoting_protocol', 1519 'target_name': 'remoting_protocol',
1512 'type': 'static_library', 1520 'type': 'static_library',
1513 'variables': { 'enable_wexit_time_destructors': 1, }, 1521 'variables': { 'enable_wexit_time_destructors': 1, },
1514 'dependencies': [ 1522 'dependencies': [
1515 'remoting_base', 1523 'remoting_base',
1516 'remoting_jingle_glue', 1524 'remoting_jingle_glue',
(...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after
1714 'host/screen_recorder_unittest.cc', 1722 'host/screen_recorder_unittest.cc',
1715 'host/server_log_entry_unittest.cc', 1723 'host/server_log_entry_unittest.cc',
1716 'host/test_key_pair.h', 1724 'host/test_key_pair.h',
1717 'host/video_frame_capturer_helper_unittest.cc', 1725 'host/video_frame_capturer_helper_unittest.cc',
1718 'host/video_frame_capturer_mac_unittest.cc', 1726 'host/video_frame_capturer_mac_unittest.cc',
1719 'host/video_frame_capturer_unittest.cc', 1727 'host/video_frame_capturer_unittest.cc',
1720 'jingle_glue/chromium_socket_factory_unittest.cc', 1728 'jingle_glue/chromium_socket_factory_unittest.cc',
1721 'jingle_glue/fake_signal_strategy.cc', 1729 'jingle_glue/fake_signal_strategy.cc',
1722 'jingle_glue/fake_signal_strategy.h', 1730 'jingle_glue/fake_signal_strategy.h',
1723 'jingle_glue/iq_sender_unittest.cc', 1731 'jingle_glue/iq_sender_unittest.cc',
1732 'jingle_glue/jingle_thread_unittest.cc',
1724 'jingle_glue/mock_objects.cc', 1733 'jingle_glue/mock_objects.cc',
1725 'jingle_glue/mock_objects.h', 1734 'jingle_glue/mock_objects.h',
1726 'protocol/authenticator_test_base.cc', 1735 'protocol/authenticator_test_base.cc',
1727 'protocol/authenticator_test_base.h', 1736 'protocol/authenticator_test_base.h',
1728 'protocol/clipboard_echo_filter_unittest.cc', 1737 'protocol/clipboard_echo_filter_unittest.cc',
1729 'protocol/connection_tester.cc', 1738 'protocol/connection_tester.cc',
1730 'protocol/connection_tester.h', 1739 'protocol/connection_tester.h',
1731 'protocol/connection_to_client_unittest.cc', 1740 'protocol/connection_to_client_unittest.cc',
1732 'protocol/fake_authenticator.cc', 1741 'protocol/fake_authenticator.cc',
1733 'protocol/fake_authenticator.h', 1742 'protocol/fake_authenticator.h',
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
1785 '../base/allocator/allocator.gyp:allocator', 1794 '../base/allocator/allocator.gyp:allocator',
1786 ], 1795 ],
1787 }, 1796 },
1788 ], 1797 ],
1789 ], 1798 ],
1790 }], 1799 }],
1791 ], # end of 'conditions' 1800 ], # end of 'conditions'
1792 }, # end of target 'remoting_unittests' 1801 }, # end of target 'remoting_unittests'
1793 ], # end of targets 1802 ], # end of targets
1794 } 1803 }
OLDNEW
« no previous file with comments | « remoting/protocol/libjingle_transport_factory.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698