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

Side by Side Diff: remoting/remoting_srcs.gypi

Issue 1643793002: Add policy to restrict client domain for Me2Me. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix remoting_perftests compile. Created 4 years, 10 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
« no previous file with comments | « remoting/protocol/rejecting_authenticator.cc ('k') | remoting/test/protocol_perftest.cc » ('j') | 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 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
170 'protocol/performance_tracker.h', 170 'protocol/performance_tracker.h',
171 'protocol/port_allocator_base.cc', 171 'protocol/port_allocator_base.cc',
172 'protocol/port_allocator_base.h', 172 'protocol/port_allocator_base.h',
173 'protocol/port_allocator_factory.h', 173 'protocol/port_allocator_factory.h',
174 'protocol/port_range.cc', 174 'protocol/port_range.cc',
175 'protocol/port_range.h', 175 'protocol/port_range.h',
176 'protocol/pseudotcp_adapter.cc', 176 'protocol/pseudotcp_adapter.cc',
177 'protocol/pseudotcp_adapter.h', 177 'protocol/pseudotcp_adapter.h',
178 'protocol/pseudotcp_channel_factory.cc', 178 'protocol/pseudotcp_channel_factory.cc',
179 'protocol/pseudotcp_channel_factory.h', 179 'protocol/pseudotcp_channel_factory.h',
180 'protocol/rejecting_authenticator.cc',
181 'protocol/rejecting_authenticator.h',
180 'protocol/secure_channel_factory.cc', 182 'protocol/secure_channel_factory.cc',
181 'protocol/secure_channel_factory.h', 183 'protocol/secure_channel_factory.h',
182 'protocol/session.h', 184 'protocol/session.h',
183 'protocol/session_config.cc', 185 'protocol/session_config.cc',
184 'protocol/session_config.h', 186 'protocol/session_config.h',
185 'protocol/session_manager.h', 187 'protocol/session_manager.h',
186 'protocol/socket_util.cc', 188 'protocol/socket_util.cc',
187 'protocol/socket_util.h', 189 'protocol/socket_util.h',
188 'protocol/ssl_hmac_channel_authenticator.cc', 190 'protocol/ssl_hmac_channel_authenticator.cc',
189 'protocol/ssl_hmac_channel_authenticator.h', 191 'protocol/ssl_hmac_channel_authenticator.h',
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
316 'client/plugin/pepper_util.cc', 318 'client/plugin/pepper_util.cc',
317 'client/plugin/pepper_util.h', 319 'client/plugin/pepper_util.h',
318 'client/plugin/pepper_video_renderer.h', 320 'client/plugin/pepper_video_renderer.h',
319 'client/plugin/pepper_video_renderer_2d.cc', 321 'client/plugin/pepper_video_renderer_2d.cc',
320 'client/plugin/pepper_video_renderer_2d.h', 322 'client/plugin/pepper_video_renderer_2d.h',
321 'client/plugin/pepper_video_renderer_3d.cc', 323 'client/plugin/pepper_video_renderer_3d.cc',
322 'client/plugin/pepper_video_renderer_3d.h', 324 'client/plugin/pepper_video_renderer_3d.h',
323 ], 325 ],
324 } 326 }
325 } 327 }
OLDNEW
« no previous file with comments | « remoting/protocol/rejecting_authenticator.cc ('k') | remoting/test/protocol_perftest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698