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

Side by Side Diff: remoting/remoting.gyp

Issue 10808094: Always use chromium threads for IO in remoting host (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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
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 # Use consistent strings across all platforms. Note that the plugin name 10 # Use consistent strings across all platforms. Note that the plugin name
(...skipping 1470 matching lines...) Expand 10 before | Expand all | Expand 10 after
1481 ], 1481 ],
1482 'sources': [ 1482 'sources': [
1483 'jingle_glue/chromium_socket_factory.cc', 1483 'jingle_glue/chromium_socket_factory.cc',
1484 'jingle_glue/chromium_socket_factory.h', 1484 'jingle_glue/chromium_socket_factory.h',
1485 'jingle_glue/iq_sender.cc', 1485 'jingle_glue/iq_sender.cc',
1486 'jingle_glue/iq_sender.h', 1486 'jingle_glue/iq_sender.h',
1487 'jingle_glue/javascript_signal_strategy.cc', 1487 'jingle_glue/javascript_signal_strategy.cc',
1488 'jingle_glue/javascript_signal_strategy.h', 1488 'jingle_glue/javascript_signal_strategy.h',
1489 'jingle_glue/jingle_info_request.cc', 1489 'jingle_glue/jingle_info_request.cc',
1490 'jingle_glue/jingle_info_request.h', 1490 'jingle_glue/jingle_info_request.h',
1491 'jingle_glue/jingle_thread.cc',
1492 'jingle_glue/jingle_thread.h',
1493 'jingle_glue/signal_strategy.h', 1491 'jingle_glue/signal_strategy.h',
1494 'jingle_glue/ssl_adapter.h',
1495 'jingle_glue/ssl_adapter.cc',
1496 'jingle_glue/ssl_socket_adapter.cc',
1497 'jingle_glue/ssl_socket_adapter.h',
1498 'jingle_glue/xmpp_proxy.h', 1492 'jingle_glue/xmpp_proxy.h',
1499 'jingle_glue/xmpp_signal_strategy.cc', 1493 'jingle_glue/xmpp_signal_strategy.cc',
1500 'jingle_glue/xmpp_signal_strategy.h', 1494 'jingle_glue/xmpp_signal_strategy.h',
1501 'jingle_glue/xmpp_socket_adapter.cc',
1502 'jingle_glue/xmpp_socket_adapter.h',
1503 ], 1495 ],
1504 }, # end of target 'remoting_jingle_glue' 1496 }, # end of target 'remoting_jingle_glue'
1505 1497
1506 { 1498 {
1507 'target_name': 'remoting_protocol', 1499 'target_name': 'remoting_protocol',
1508 'type': 'static_library', 1500 'type': 'static_library',
1509 'variables': { 'enable_wexit_time_destructors': 1, }, 1501 'variables': { 'enable_wexit_time_destructors': 1, },
1510 'dependencies': [ 1502 'dependencies': [
1511 'remoting_base', 1503 'remoting_base',
1512 'remoting_jingle_glue', 1504 'remoting_jingle_glue',
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
1705 'host/screen_recorder_unittest.cc', 1697 'host/screen_recorder_unittest.cc',
1706 'host/server_log_entry_unittest.cc', 1698 'host/server_log_entry_unittest.cc',
1707 'host/test_key_pair.h', 1699 'host/test_key_pair.h',
1708 'host/video_frame_capturer_helper_unittest.cc', 1700 'host/video_frame_capturer_helper_unittest.cc',
1709 'host/video_frame_capturer_mac_unittest.cc', 1701 'host/video_frame_capturer_mac_unittest.cc',
1710 'host/video_frame_capturer_unittest.cc', 1702 'host/video_frame_capturer_unittest.cc',
1711 'jingle_glue/chromium_socket_factory_unittest.cc', 1703 'jingle_glue/chromium_socket_factory_unittest.cc',
1712 'jingle_glue/fake_signal_strategy.cc', 1704 'jingle_glue/fake_signal_strategy.cc',
1713 'jingle_glue/fake_signal_strategy.h', 1705 'jingle_glue/fake_signal_strategy.h',
1714 'jingle_glue/iq_sender_unittest.cc', 1706 'jingle_glue/iq_sender_unittest.cc',
1715 'jingle_glue/jingle_thread_unittest.cc',
1716 'jingle_glue/mock_objects.cc', 1707 'jingle_glue/mock_objects.cc',
1717 'jingle_glue/mock_objects.h', 1708 'jingle_glue/mock_objects.h',
1718 'protocol/authenticator_test_base.cc', 1709 'protocol/authenticator_test_base.cc',
1719 'protocol/authenticator_test_base.h', 1710 'protocol/authenticator_test_base.h',
1720 'protocol/clipboard_echo_filter_unittest.cc', 1711 'protocol/clipboard_echo_filter_unittest.cc',
1721 'protocol/connection_tester.cc', 1712 'protocol/connection_tester.cc',
1722 'protocol/connection_tester.h', 1713 'protocol/connection_tester.h',
1723 'protocol/connection_to_client_unittest.cc', 1714 'protocol/connection_to_client_unittest.cc',
1724 'protocol/fake_authenticator.cc', 1715 'protocol/fake_authenticator.cc',
1725 'protocol/fake_authenticator.h', 1716 'protocol/fake_authenticator.h',
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
1777 '../base/allocator/allocator.gyp:allocator', 1768 '../base/allocator/allocator.gyp:allocator',
1778 ], 1769 ],
1779 }, 1770 },
1780 ], 1771 ],
1781 ], 1772 ],
1782 }], 1773 }],
1783 ], # end of 'conditions' 1774 ], # end of 'conditions'
1784 }, # end of target 'remoting_unittests' 1775 }, # end of target 'remoting_unittests'
1785 ], # end of targets 1776 ], # end of targets
1786 } 1777 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698