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

Side by Side Diff: remoting/remoting_srcs.gypi

Issue 1419783013: Move ChromiumPortAllocatorFactory to remoting/protocol (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« no previous file with comments | « remoting/remoting_nacl.gyp ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 'daemon_controller_guid': '655bd819-c08c-4b04-80c2-f160739ff6ef', 7 'daemon_controller_guid': '655bd819-c08c-4b04-80c2-f160739ff6ef',
8 'rdp_desktop_session_guid': '6a7699f0-ee43-43e7-aa30-a6738f9bd470', 8 'rdp_desktop_session_guid': '6a7699f0-ee43-43e7-aa30-a6738f9bd470',
9 'remoting_base_sources': [ 9 'remoting_base_sources': [
10 'base/auto_thread.cc', 10 'base/auto_thread.cc',
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 'protocol/capability_names.h', 81 'protocol/capability_names.h',
82 'protocol/channel_authenticator.h', 82 'protocol/channel_authenticator.h',
83 'protocol/channel_dispatcher_base.cc', 83 'protocol/channel_dispatcher_base.cc',
84 'protocol/channel_dispatcher_base.h', 84 'protocol/channel_dispatcher_base.h',
85 'protocol/channel_multiplexer.cc', 85 'protocol/channel_multiplexer.cc',
86 'protocol/channel_multiplexer.h', 86 'protocol/channel_multiplexer.h',
87 'protocol/channel_socket_adapter.cc', 87 'protocol/channel_socket_adapter.cc',
88 'protocol/channel_socket_adapter.h', 88 'protocol/channel_socket_adapter.h',
89 'protocol/chromium_port_allocator.cc', 89 'protocol/chromium_port_allocator.cc',
90 'protocol/chromium_port_allocator.h', 90 'protocol/chromium_port_allocator.h',
91 'protocol/chromium_port_allocator_factory.cc',
92 'protocol/chromium_port_allocator_factory.h',
91 'protocol/chromium_socket_factory.cc', 93 'protocol/chromium_socket_factory.cc',
92 'protocol/chromium_socket_factory.h', 94 'protocol/chromium_socket_factory.h',
93 'protocol/client_control_dispatcher.cc', 95 'protocol/client_control_dispatcher.cc',
94 'protocol/client_control_dispatcher.h', 96 'protocol/client_control_dispatcher.h',
95 'protocol/client_event_dispatcher.cc', 97 'protocol/client_event_dispatcher.cc',
96 'protocol/client_event_dispatcher.h', 98 'protocol/client_event_dispatcher.h',
97 'protocol/client_stub.h', 99 'protocol/client_stub.h',
98 'protocol/client_video_dispatcher.cc', 100 'protocol/client_video_dispatcher.cc',
99 'protocol/client_video_dispatcher.h', 101 'protocol/client_video_dispatcher.h',
100 'protocol/clipboard_echo_filter.cc', 102 'protocol/clipboard_echo_filter.cc',
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
290 'client/plugin/pepper_util.cc', 292 'client/plugin/pepper_util.cc',
291 'client/plugin/pepper_util.h', 293 'client/plugin/pepper_util.h',
292 'client/plugin/pepper_video_renderer.h', 294 'client/plugin/pepper_video_renderer.h',
293 'client/plugin/pepper_video_renderer_2d.cc', 295 'client/plugin/pepper_video_renderer_2d.cc',
294 'client/plugin/pepper_video_renderer_2d.h', 296 'client/plugin/pepper_video_renderer_2d.h',
295 'client/plugin/pepper_video_renderer_3d.cc', 297 'client/plugin/pepper_video_renderer_3d.cc',
296 'client/plugin/pepper_video_renderer_3d.h', 298 'client/plugin/pepper_video_renderer_3d.h',
297 ], 299 ],
298 } 300 }
299 } 301 }
OLDNEW
« no previous file with comments | « remoting/remoting_nacl.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698