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

Side by Side Diff: remoting/remoting_srcs.gypi

Issue 966433002: Malformed PortRange or ThirdPartyAuthConfig trigger OnPolicyError. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing a Windows-specific, pre-processor-related build break. Created 5 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
« no previous file with comments | « remoting/remoting_host_srcs.gypi ('k') | remoting/remoting_test.gypi » ('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 'remoting_base_sources': [ 7 'remoting_base_sources': [
8 'base/auth_token_util.cc', 8 'base/auth_token_util.cc',
9 'base/auth_token_util.h', 9 'base/auth_token_util.h',
10 'base/auto_thread.cc', 10 'base/auto_thread.cc',
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
147 'protocol/monitored_video_stub.h', 147 'protocol/monitored_video_stub.h',
148 'protocol/mouse_input_filter.cc', 148 'protocol/mouse_input_filter.cc',
149 'protocol/mouse_input_filter.h', 149 'protocol/mouse_input_filter.h',
150 'protocol/name_value_map.h', 150 'protocol/name_value_map.h',
151 'protocol/negotiating_authenticator_base.cc', 151 'protocol/negotiating_authenticator_base.cc',
152 'protocol/negotiating_authenticator_base.h', 152 'protocol/negotiating_authenticator_base.h',
153 'protocol/negotiating_client_authenticator.cc', 153 'protocol/negotiating_client_authenticator.cc',
154 'protocol/negotiating_client_authenticator.h', 154 'protocol/negotiating_client_authenticator.h',
155 'protocol/negotiating_host_authenticator.cc', 155 'protocol/negotiating_host_authenticator.cc',
156 'protocol/negotiating_host_authenticator.h', 156 'protocol/negotiating_host_authenticator.h',
157 'protocol/network_settings.cc',
158 'protocol/network_settings.h', 157 'protocol/network_settings.h',
159 'protocol/pairing_authenticator_base.cc', 158 'protocol/pairing_authenticator_base.cc',
160 'protocol/pairing_authenticator_base.h', 159 'protocol/pairing_authenticator_base.h',
161 'protocol/pairing_client_authenticator.cc', 160 'protocol/pairing_client_authenticator.cc',
162 'protocol/pairing_client_authenticator.h', 161 'protocol/pairing_client_authenticator.h',
163 'protocol/pairing_host_authenticator.cc', 162 'protocol/pairing_host_authenticator.cc',
164 'protocol/pairing_host_authenticator.h', 163 'protocol/pairing_host_authenticator.h',
165 'protocol/pairing_registry.cc', 164 'protocol/pairing_registry.cc',
166 'protocol/pairing_registry.h', 165 'protocol/pairing_registry.h',
166 'protocol/port_range.cc',
167 'protocol/port_range.h',
167 'protocol/pseudotcp_channel_factory.cc', 168 'protocol/pseudotcp_channel_factory.cc',
168 'protocol/pseudotcp_channel_factory.h', 169 'protocol/pseudotcp_channel_factory.h',
169 'protocol/secure_channel_factory.cc', 170 'protocol/secure_channel_factory.cc',
170 'protocol/secure_channel_factory.h', 171 'protocol/secure_channel_factory.h',
171 'protocol/session.h', 172 'protocol/session.h',
172 'protocol/session_config.cc', 173 'protocol/session_config.cc',
173 'protocol/session_config.h', 174 'protocol/session_config.h',
174 'protocol/session_manager.h', 175 'protocol/session_manager.h',
175 'protocol/socket_util.cc', 176 'protocol/socket_util.cc',
176 'protocol/socket_util.h', 177 'protocol/socket_util.h',
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
263 'client/plugin/pepper_util.cc', 264 'client/plugin/pepper_util.cc',
264 'client/plugin/pepper_util.h', 265 'client/plugin/pepper_util.h',
265 'client/plugin/pepper_video_renderer.h', 266 'client/plugin/pepper_video_renderer.h',
266 'client/plugin/pepper_video_renderer_2d.cc', 267 'client/plugin/pepper_video_renderer_2d.cc',
267 'client/plugin/pepper_video_renderer_2d.h', 268 'client/plugin/pepper_video_renderer_2d.h',
268 'client/plugin/pepper_video_renderer_3d.cc', 269 'client/plugin/pepper_video_renderer_3d.cc',
269 'client/plugin/pepper_video_renderer_3d.h', 270 'client/plugin/pepper_video_renderer_3d.h',
270 ], 271 ],
271 } 272 }
272 } 273 }
OLDNEW
« no previous file with comments | « remoting/remoting_host_srcs.gypi ('k') | remoting/remoting_test.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698