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

Side by Side Diff: remoting/remoting.gyp

Issue 9646013: Add the plumbing that will carry a clipboard item from a chromoting client to a host. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Refactor InputStub, ClipboardStub, and HostEventStub. Created 8 years, 9 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 827 matching lines...) Expand 10 before | Expand all | Expand 10 after
838 'protocol/buffered_socket_writer.cc', 838 'protocol/buffered_socket_writer.cc',
839 'protocol/buffered_socket_writer.h', 839 'protocol/buffered_socket_writer.h',
840 'protocol/channel_authenticator.h', 840 'protocol/channel_authenticator.h',
841 'protocol/channel_dispatcher_base.cc', 841 'protocol/channel_dispatcher_base.cc',
842 'protocol/channel_dispatcher_base.h', 842 'protocol/channel_dispatcher_base.h',
843 'protocol/client_control_dispatcher.cc', 843 'protocol/client_control_dispatcher.cc',
844 'protocol/client_control_dispatcher.h', 844 'protocol/client_control_dispatcher.h',
845 'protocol/client_event_dispatcher.cc', 845 'protocol/client_event_dispatcher.cc',
846 'protocol/client_event_dispatcher.h', 846 'protocol/client_event_dispatcher.h',
847 'protocol/client_stub.h', 847 'protocol/client_stub.h',
848 'protocol/clipboard_stub.h',
848 'protocol/connection_to_client.cc', 849 'protocol/connection_to_client.cc',
849 'protocol/connection_to_client.h', 850 'protocol/connection_to_client.h',
850 'protocol/connection_to_host.cc', 851 'protocol/connection_to_host.cc',
851 'protocol/connection_to_host.h', 852 'protocol/connection_to_host.h',
852 'protocol/content_description.cc', 853 'protocol/content_description.cc',
853 'protocol/content_description.h', 854 'protocol/content_description.h',
854 'protocol/errors.h', 855 'protocol/errors.h',
855 'protocol/host_control_dispatcher.cc', 856 'protocol/host_control_dispatcher.cc',
856 'protocol/host_control_dispatcher.h', 857 'protocol/host_control_dispatcher.h',
857 'protocol/host_event_dispatcher.cc', 858 'protocol/host_event_dispatcher.cc',
858 'protocol/host_event_dispatcher.h', 859 'protocol/host_event_dispatcher.h',
860 'protocol/host_event_stub.h',
859 'protocol/host_stub.h', 861 'protocol/host_stub.h',
860 'protocol/input_filter.cc', 862 'protocol/input_filter.cc',
861 'protocol/input_filter.h', 863 'protocol/input_filter.h',
862 'protocol/input_stub.h', 864 'protocol/input_stub.h',
863 'protocol/it2me_host_authenticator_factory.cc', 865 'protocol/it2me_host_authenticator_factory.cc',
864 'protocol/it2me_host_authenticator_factory.h', 866 'protocol/it2me_host_authenticator_factory.h',
865 'protocol/jingle_messages.cc', 867 'protocol/jingle_messages.cc',
866 'protocol/jingle_messages.h', 868 'protocol/jingle_messages.h',
867 'protocol/jingle_session.cc', 869 'protocol/jingle_session.cc',
868 'protocol/jingle_session.h', 870 'protocol/jingle_session.h',
(...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after
1071 '../base/allocator/allocator.gyp:allocator', 1073 '../base/allocator/allocator.gyp:allocator',
1072 ], 1074 ],
1073 }, 1075 },
1074 ], 1076 ],
1075 ], 1077 ],
1076 }], 1078 }],
1077 ], # end of 'conditions' 1079 ], # end of 'conditions'
1078 }, # end of target 'remoting_unittests' 1080 }, # end of target 'remoting_unittests'
1079 ], # end of targets 1081 ], # end of targets
1080 } 1082 }
OLDNEW
« remoting/protocol/input_stub.h ('K') | « remoting/protocol/protocol_mock_objects.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698