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

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: 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
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 1756 matching lines...) Expand 10 before | Expand all | Expand 10 after
1767 'jingle_glue/fake_signal_strategy.cc', 1767 'jingle_glue/fake_signal_strategy.cc',
1768 'jingle_glue/fake_signal_strategy.h', 1768 'jingle_glue/fake_signal_strategy.h',
1769 'jingle_glue/iq_sender_unittest.cc', 1769 'jingle_glue/iq_sender_unittest.cc',
1770 'jingle_glue/mock_objects.cc', 1770 'jingle_glue/mock_objects.cc',
1771 'jingle_glue/mock_objects.h', 1771 'jingle_glue/mock_objects.h',
1772 'protocol/authenticator_test_base.cc', 1772 'protocol/authenticator_test_base.cc',
1773 'protocol/authenticator_test_base.h', 1773 'protocol/authenticator_test_base.h',
1774 'protocol/buffered_socket_writer_unittest.cc', 1774 'protocol/buffered_socket_writer_unittest.cc',
1775 'protocol/channel_multiplexer_unittest.cc', 1775 'protocol/channel_multiplexer_unittest.cc',
1776 'protocol/clipboard_echo_filter_unittest.cc', 1776 'protocol/clipboard_echo_filter_unittest.cc',
1777 'protocol/clipboard_filter_unittest.cc',
1777 'protocol/connection_tester.cc', 1778 'protocol/connection_tester.cc',
1778 'protocol/connection_tester.h', 1779 'protocol/connection_tester.h',
1779 'protocol/connection_to_client_unittest.cc', 1780 'protocol/connection_to_client_unittest.cc',
1780 'protocol/content_description_unittest.cc', 1781 'protocol/content_description_unittest.cc',
1781 'protocol/fake_authenticator.cc', 1782 'protocol/fake_authenticator.cc',
1782 'protocol/fake_authenticator.h', 1783 'protocol/fake_authenticator.h',
1783 'protocol/fake_session.cc', 1784 'protocol/fake_session.cc',
1784 'protocol/fake_session.h', 1785 'protocol/fake_session.h',
1786 'protocol/input_event_tracker_unittest.cc',
1787 'protocol/input_filter_unittest.cc',
1785 'protocol/jingle_messages_unittest.cc', 1788 'protocol/jingle_messages_unittest.cc',
1786 'protocol/jingle_session_unittest.cc', 1789 'protocol/jingle_session_unittest.cc',
1787 'protocol/input_event_tracker_unittest.cc',
1788 'protocol/message_decoder_unittest.cc', 1790 'protocol/message_decoder_unittest.cc',
1789 'protocol/message_reader_unittest.cc', 1791 'protocol/message_reader_unittest.cc',
1790 'protocol/mouse_input_filter_unittest.cc', 1792 'protocol/mouse_input_filter_unittest.cc',
1791 'protocol/negotiating_authenticator_unittest.cc', 1793 'protocol/negotiating_authenticator_unittest.cc',
1792 'protocol/protocol_mock_objects.cc', 1794 'protocol/protocol_mock_objects.cc',
1793 'protocol/protocol_mock_objects.h', 1795 'protocol/protocol_mock_objects.h',
1794 'protocol/ppapi_module_stub.cc', 1796 'protocol/ppapi_module_stub.cc',
1795 'protocol/ssl_hmac_channel_authenticator_unittest.cc', 1797 'protocol/ssl_hmac_channel_authenticator_unittest.cc',
1796 'protocol/v2_authenticator_unittest.cc', 1798 'protocol/v2_authenticator_unittest.cc',
1797 'run_all_unittests.cc', 1799 'run_all_unittests.cc',
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
1833 '../base/allocator/allocator.gyp:allocator', 1835 '../base/allocator/allocator.gyp:allocator',
1834 ], 1836 ],
1835 }, 1837 },
1836 ], 1838 ],
1837 ], 1839 ],
1838 }], 1840 }],
1839 ], # end of 'conditions' 1841 ], # end of 'conditions'
1840 }, # end of target 'remoting_unittests' 1842 }, # end of target 'remoting_unittests'
1841 ], # end of targets 1843 ], # end of targets
1842 } 1844 }
OLDNEW
« remoting/protocol/input_filter.h ('K') | « remoting/protocol/input_filter_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698