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

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
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 722 matching lines...) Expand 10 before | Expand all | Expand 10 after
733 'remoting_jingle_glue', 733 'remoting_jingle_glue',
734 ], 734 ],
735 'sources': [ 735 'sources': [
736 'protocol/auth_token_utils.cc', 736 'protocol/auth_token_utils.cc',
737 'protocol/auth_token_utils.h', 737 'protocol/auth_token_utils.h',
738 'protocol/authenticator.h', 738 'protocol/authenticator.h',
739 'protocol/buffered_socket_writer.cc', 739 'protocol/buffered_socket_writer.cc',
740 'protocol/buffered_socket_writer.h', 740 'protocol/buffered_socket_writer.h',
741 'protocol/channel_authenticator.cc', 741 'protocol/channel_authenticator.cc',
742 'protocol/channel_authenticator.h', 742 'protocol/channel_authenticator.h',
743 'protocol/channel_dispatcher_base.cc',
744 'protocol/channel_dispatcher_base.h',
743 'protocol/client_control_dispatcher.cc', 745 'protocol/client_control_dispatcher.cc',
744 'protocol/client_control_dispatcher.h', 746 'protocol/client_control_dispatcher.h',
745 'protocol/client_event_dispatcher.cc', 747 'protocol/client_event_dispatcher.cc',
746 'protocol/client_event_dispatcher.h', 748 'protocol/client_event_dispatcher.h',
747 'protocol/client_stub.h', 749 'protocol/client_stub.h',
748 'protocol/connection_to_client.cc', 750 'protocol/connection_to_client.cc',
749 'protocol/connection_to_client.h', 751 'protocol/connection_to_client.h',
750 'protocol/connection_to_host.cc', 752 'protocol/connection_to_host.cc',
751 'protocol/connection_to_host.h', 753 'protocol/connection_to_host.h',
752 'protocol/content_description.cc', 754 'protocol/content_description.cc',
(...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after
937 '../base/allocator/allocator.gyp:allocator', 939 '../base/allocator/allocator.gyp:allocator',
938 ], 940 ],
939 }, 941 },
940 ], 942 ],
941 ], 943 ],
942 }], 944 }],
943 ], # end of 'conditions' 945 ], # end of 'conditions'
944 }, # end of target 'remoting_unittests' 946 }, # end of target 'remoting_unittests'
945 ], # end of targets 947 ], # end of targets
946 } 948 }
OLDNEW
« remoting/protocol/video_writer.h ('K') | « remoting/protocol/video_writer.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698