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

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: Created 5 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
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',
11 'base/auto_thread.h', 11 'base/auto_thread.h',
12 'base/auto_thread_task_runner.cc', 12 'base/auto_thread_task_runner.cc',
13 'base/auto_thread_task_runner.h', 13 'base/auto_thread_task_runner.h',
14 'base/capabilities.cc', 14 'base/capabilities.cc',
15 'base/capabilities.h', 15 'base/capabilities.h',
16 'base/compound_buffer.cc', 16 'base/compound_buffer.cc',
17 'base/compound_buffer.h', 17 'base/compound_buffer.h',
18 'base/constants.cc', 18 'base/constants.cc',
19 'base/constants.h', 19 'base/constants.h',
20 'base/plugin_thread_task_runner.cc', 20 'base/plugin_thread_task_runner.cc',
21 'base/plugin_thread_task_runner.h', 21 'base/plugin_thread_task_runner.h',
22 'base/port_range.cc',
23 'base/port_range.h',
22 'base/rate_counter.cc', 24 'base/rate_counter.cc',
23 'base/rate_counter.h', 25 'base/rate_counter.h',
24 'base/resources.h', 26 'base/resources.h',
25 'base/resources_linux.cc', 27 'base/resources_linux.cc',
26 'base/resources_mac.cc', 28 'base/resources_mac.cc',
27 'base/resources_win.cc', 29 'base/resources_win.cc',
28 'base/rsa_key_pair.cc', 30 'base/rsa_key_pair.cc',
29 'base/rsa_key_pair.h', 31 'base/rsa_key_pair.h',
30 'base/running_average.cc', 32 'base/running_average.cc',
31 'base/running_average.h', 33 'base/running_average.h',
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
147 'protocol/monitored_video_stub.h', 149 'protocol/monitored_video_stub.h',
148 'protocol/mouse_input_filter.cc', 150 'protocol/mouse_input_filter.cc',
149 'protocol/mouse_input_filter.h', 151 'protocol/mouse_input_filter.h',
150 'protocol/name_value_map.h', 152 'protocol/name_value_map.h',
151 'protocol/negotiating_authenticator_base.cc', 153 'protocol/negotiating_authenticator_base.cc',
152 'protocol/negotiating_authenticator_base.h', 154 'protocol/negotiating_authenticator_base.h',
153 'protocol/negotiating_client_authenticator.cc', 155 'protocol/negotiating_client_authenticator.cc',
154 'protocol/negotiating_client_authenticator.h', 156 'protocol/negotiating_client_authenticator.h',
155 'protocol/negotiating_host_authenticator.cc', 157 'protocol/negotiating_host_authenticator.cc',
156 'protocol/negotiating_host_authenticator.h', 158 'protocol/negotiating_host_authenticator.h',
157 'protocol/network_settings.cc',
158 'protocol/network_settings.h', 159 'protocol/network_settings.h',
159 'protocol/pairing_authenticator_base.cc', 160 'protocol/pairing_authenticator_base.cc',
160 'protocol/pairing_authenticator_base.h', 161 'protocol/pairing_authenticator_base.h',
161 'protocol/pairing_client_authenticator.cc', 162 'protocol/pairing_client_authenticator.cc',
162 'protocol/pairing_client_authenticator.h', 163 'protocol/pairing_client_authenticator.h',
163 'protocol/pairing_host_authenticator.cc', 164 'protocol/pairing_host_authenticator.cc',
164 'protocol/pairing_host_authenticator.h', 165 'protocol/pairing_host_authenticator.h',
165 'protocol/pairing_registry.cc', 166 'protocol/pairing_registry.cc',
166 'protocol/pairing_registry.h', 167 'protocol/pairing_registry.h',
167 'protocol/pseudotcp_channel_factory.cc', 168 'protocol/pseudotcp_channel_factory.cc',
(...skipping 95 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

Powered by Google App Engine
This is Rietveld 408576698