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

Side by Side Diff: remoting/remoting.gyp

Issue 8587053: Remove event_channel() and control_channel() from Session interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: - Created 9 years, 1 month 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/video_writer.h ('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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 724 matching lines...) Expand 10 before | Expand all | Expand 10 after
735 'remoting_jingle_glue', 735 'remoting_jingle_glue',
736 ], 736 ],
737 'sources': [ 737 'sources': [
738 'protocol/auth_token_utils.cc', 738 'protocol/auth_token_utils.cc',
739 'protocol/auth_token_utils.h', 739 'protocol/auth_token_utils.h',
740 'protocol/authenticator.h', 740 'protocol/authenticator.h',
741 'protocol/buffered_socket_writer.cc', 741 'protocol/buffered_socket_writer.cc',
742 'protocol/buffered_socket_writer.h', 742 'protocol/buffered_socket_writer.h',
743 'protocol/channel_authenticator.cc', 743 'protocol/channel_authenticator.cc',
744 'protocol/channel_authenticator.h', 744 'protocol/channel_authenticator.h',
745 'protocol/channel_dispatcher_base.cc',
746 'protocol/channel_dispatcher_base.h',
745 'protocol/client_control_dispatcher.cc', 747 'protocol/client_control_dispatcher.cc',
746 'protocol/client_control_dispatcher.h', 748 'protocol/client_control_dispatcher.h',
747 'protocol/client_event_dispatcher.cc', 749 'protocol/client_event_dispatcher.cc',
748 'protocol/client_event_dispatcher.h', 750 'protocol/client_event_dispatcher.h',
749 'protocol/client_stub.h', 751 'protocol/client_stub.h',
750 'protocol/connection_to_client.cc', 752 'protocol/connection_to_client.cc',
751 'protocol/connection_to_client.h', 753 'protocol/connection_to_client.h',
752 'protocol/connection_to_host.cc', 754 'protocol/connection_to_host.cc',
753 'protocol/connection_to_host.h', 755 'protocol/connection_to_host.h',
754 'protocol/content_description.cc', 756 'protocol/content_description.cc',
(...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after
939 '../base/allocator/allocator.gyp:allocator', 941 '../base/allocator/allocator.gyp:allocator',
940 ], 942 ],
941 }, 943 },
942 ], 944 ],
943 ], 945 ],
944 }], 946 }],
945 ], # end of 'conditions' 947 ], # end of 'conditions'
946 }, # end of target 'remoting_unittests' 948 }, # end of target 'remoting_unittests'
947 ], # end of targets 949 ], # end of targets
948 } 950 }
OLDNEW
« no previous file with comments | « remoting/protocol/video_writer.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698