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

Side by Side Diff: remoting/remoting_srcs.gypi

Issue 1238343002: Added ConnectionTimeObserver to calculate the times to authenticate and connect. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added errors.cc and cleaned up switch statements. Created 5 years, 4 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 '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 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 'protocol/clipboard_thread_proxy.cc', 111 'protocol/clipboard_thread_proxy.cc',
112 'protocol/clipboard_thread_proxy.h', 112 'protocol/clipboard_thread_proxy.h',
113 'protocol/connection_to_client.cc', 113 'protocol/connection_to_client.cc',
114 'protocol/connection_to_client.h', 114 'protocol/connection_to_client.h',
115 'protocol/connection_to_host.h', 115 'protocol/connection_to_host.h',
116 'protocol/connection_to_host_impl.cc', 116 'protocol/connection_to_host_impl.cc',
117 'protocol/connection_to_host_impl.h', 117 'protocol/connection_to_host_impl.h',
118 'protocol/content_description.cc', 118 'protocol/content_description.cc',
119 'protocol/content_description.h', 119 'protocol/content_description.h',
120 'protocol/datagram_channel_factory.h', 120 'protocol/datagram_channel_factory.h',
121 'protocol/errors.cc',
121 'protocol/errors.h', 122 'protocol/errors.h',
122 'protocol/host_control_dispatcher.cc', 123 'protocol/host_control_dispatcher.cc',
123 'protocol/host_control_dispatcher.h', 124 'protocol/host_control_dispatcher.h',
124 'protocol/host_event_dispatcher.cc', 125 'protocol/host_event_dispatcher.cc',
125 'protocol/host_event_dispatcher.h', 126 'protocol/host_event_dispatcher.h',
126 'protocol/host_stub.h', 127 'protocol/host_stub.h',
127 'protocol/host_video_dispatcher.cc', 128 'protocol/host_video_dispatcher.cc',
128 'protocol/host_video_dispatcher.h', 129 'protocol/host_video_dispatcher.h',
129 'protocol/input_event_tracker.cc', 130 'protocol/input_event_tracker.cc',
130 'protocol/input_event_tracker.h', 131 'protocol/input_event_tracker.h',
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
288 'client/plugin/pepper_util.cc', 289 'client/plugin/pepper_util.cc',
289 'client/plugin/pepper_util.h', 290 'client/plugin/pepper_util.h',
290 'client/plugin/pepper_video_renderer.h', 291 'client/plugin/pepper_video_renderer.h',
291 'client/plugin/pepper_video_renderer_2d.cc', 292 'client/plugin/pepper_video_renderer_2d.cc',
292 'client/plugin/pepper_video_renderer_2d.h', 293 'client/plugin/pepper_video_renderer_2d.h',
293 'client/plugin/pepper_video_renderer_3d.cc', 294 'client/plugin/pepper_video_renderer_3d.cc',
294 'client/plugin/pepper_video_renderer_3d.h', 295 'client/plugin/pepper_video_renderer_3d.h',
295 ], 296 ],
296 } 297 }
297 } 298 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698