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

Side by Side Diff: remoting/remoting.gyp

Issue 6911024: Add HostObserverInterface and decouple HeartbeatSender and ChromotingHost. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: - Created 9 years, 7 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 | Annotate | Revision Log
« no previous file with comments | « remoting/jingle_glue/jingle_thread.h ('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 (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 9
10 'target_defaults': { 10 'target_defaults': {
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after
221 'host/event_executor.h', 221 'host/event_executor.h',
222 'host/event_executor_linux.cc', 222 'host/event_executor_linux.cc',
223 'host/event_executor_mac.cc', 223 'host/event_executor_mac.cc',
224 'host/event_executor_win.cc', 224 'host/event_executor_win.cc',
225 'host/heartbeat_sender.cc', 225 'host/heartbeat_sender.cc',
226 'host/heartbeat_sender.h', 226 'host/heartbeat_sender.h',
227 'host/host_config.cc', 227 'host/host_config.cc',
228 'host/host_config.h', 228 'host/host_config.h',
229 'host/host_key_pair.cc', 229 'host/host_key_pair.cc',
230 'host/host_key_pair.h', 230 'host/host_key_pair.h',
231 'host/host_status_observer.h',
231 'host/in_memory_host_config.cc', 232 'host/in_memory_host_config.cc',
232 'host/in_memory_host_config.h', 233 'host/in_memory_host_config.h',
233 'host/json_host_config.cc', 234 'host/json_host_config.cc',
234 'host/json_host_config.h', 235 'host/json_host_config.h',
235 'host/screen_recorder.cc', 236 'host/screen_recorder.cc',
236 'host/screen_recorder.h', 237 'host/screen_recorder.h',
237 'host/user_authenticator.h', 238 'host/user_authenticator.h',
238 'host/user_authenticator_linux.cc', 239 'host/user_authenticator_linux.cc',
239 'host/user_authenticator_mac.cc', 240 'host/user_authenticator_mac.cc',
240 'host/user_authenticator_win.cc', 241 'host/user_authenticator_win.cc',
(...skipping 344 matching lines...) Expand 10 before | Expand all | Expand 10 after
585 ], # end of 'conditions' 586 ], # end of 'conditions'
586 }, # end of target 'chromoting_unittests' 587 }, # end of target 'chromoting_unittests'
587 ], # end of targets 588 ], # end of targets
588 } 589 }
589 590
590 # Local Variables: 591 # Local Variables:
591 # tab-width:2 592 # tab-width:2
592 # indent-tabs-mode:nil 593 # indent-tabs-mode:nil
593 # End: 594 # End:
594 # vim: set expandtab tabstop=2 shiftwidth=2: 595 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « remoting/jingle_glue/jingle_thread.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698