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

Side by Side Diff: remoting/remoting.gyp

Issue 10860033: Allow input & clipboard filters to be disabled without NULLing target stub. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address review comments and fix clipboard pipeline initialization. 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/input_filter_unittest.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 10
(...skipping 1748 matching lines...) Expand 10 before | Expand all | Expand 10 after
1759 'jingle_glue/fake_signal_strategy.cc', 1759 'jingle_glue/fake_signal_strategy.cc',
1760 'jingle_glue/fake_signal_strategy.h', 1760 'jingle_glue/fake_signal_strategy.h',
1761 'jingle_glue/iq_sender_unittest.cc', 1761 'jingle_glue/iq_sender_unittest.cc',
1762 'jingle_glue/mock_objects.cc', 1762 'jingle_glue/mock_objects.cc',
1763 'jingle_glue/mock_objects.h', 1763 'jingle_glue/mock_objects.h',
1764 'protocol/authenticator_test_base.cc', 1764 'protocol/authenticator_test_base.cc',
1765 'protocol/authenticator_test_base.h', 1765 'protocol/authenticator_test_base.h',
1766 'protocol/buffered_socket_writer_unittest.cc', 1766 'protocol/buffered_socket_writer_unittest.cc',
1767 'protocol/channel_multiplexer_unittest.cc', 1767 'protocol/channel_multiplexer_unittest.cc',
1768 'protocol/clipboard_echo_filter_unittest.cc', 1768 'protocol/clipboard_echo_filter_unittest.cc',
1769 'protocol/clipboard_filter_unittest.cc',
1769 'protocol/connection_tester.cc', 1770 'protocol/connection_tester.cc',
1770 'protocol/connection_tester.h', 1771 'protocol/connection_tester.h',
1771 'protocol/connection_to_client_unittest.cc', 1772 'protocol/connection_to_client_unittest.cc',
1772 'protocol/content_description_unittest.cc', 1773 'protocol/content_description_unittest.cc',
1773 'protocol/fake_authenticator.cc', 1774 'protocol/fake_authenticator.cc',
1774 'protocol/fake_authenticator.h', 1775 'protocol/fake_authenticator.h',
1775 'protocol/fake_session.cc', 1776 'protocol/fake_session.cc',
1776 'protocol/fake_session.h', 1777 'protocol/fake_session.h',
1778 'protocol/input_event_tracker_unittest.cc',
1779 'protocol/input_filter_unittest.cc',
1777 'protocol/jingle_messages_unittest.cc', 1780 'protocol/jingle_messages_unittest.cc',
1778 'protocol/jingle_session_unittest.cc', 1781 'protocol/jingle_session_unittest.cc',
1779 'protocol/input_event_tracker_unittest.cc',
1780 'protocol/message_decoder_unittest.cc', 1782 'protocol/message_decoder_unittest.cc',
1781 'protocol/message_reader_unittest.cc', 1783 'protocol/message_reader_unittest.cc',
1782 'protocol/mouse_input_filter_unittest.cc', 1784 'protocol/mouse_input_filter_unittest.cc',
1783 'protocol/negotiating_authenticator_unittest.cc', 1785 'protocol/negotiating_authenticator_unittest.cc',
1784 'protocol/protocol_mock_objects.cc', 1786 'protocol/protocol_mock_objects.cc',
1785 'protocol/protocol_mock_objects.h', 1787 'protocol/protocol_mock_objects.h',
1786 'protocol/ppapi_module_stub.cc', 1788 'protocol/ppapi_module_stub.cc',
1787 'protocol/ssl_hmac_channel_authenticator_unittest.cc', 1789 'protocol/ssl_hmac_channel_authenticator_unittest.cc',
1788 'protocol/v2_authenticator_unittest.cc', 1790 'protocol/v2_authenticator_unittest.cc',
1789 'run_all_unittests.cc', 1791 'run_all_unittests.cc',
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
1822 '../base/allocator/allocator.gyp:allocator', 1824 '../base/allocator/allocator.gyp:allocator',
1823 ], 1825 ],
1824 }, 1826 },
1825 ], 1827 ],
1826 ], 1828 ],
1827 }], 1829 }],
1828 ], # end of 'conditions' 1830 ], # end of 'conditions'
1829 }, # end of target 'remoting_unittests' 1831 }, # end of target 'remoting_unittests'
1830 ], # end of targets 1832 ], # end of targets
1831 } 1833 }
OLDNEW
« no previous file with comments | « remoting/protocol/input_filter_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698