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

Side by Side Diff: remoting/remoting_host.gypi

Issue 138753005: Add gnubby authentication to remoting host (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Another Windows warning Created 6 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/host/remoting_me2me_host.cc ('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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'includes': [ 6 'includes': [
7 'remoting_host_linux.gypi', 7 'remoting_host_linux.gypi',
8 'remoting_host_mac.gypi', 8 'remoting_host_mac.gypi',
9 'remoting_host_win.gypi', 9 'remoting_host_win.gypi',
10 ], 10 ],
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 'host/desktop_shape_tracker.h', 105 'host/desktop_shape_tracker.h',
106 'host/desktop_shape_tracker_mac.cc', 106 'host/desktop_shape_tracker_mac.cc',
107 'host/desktop_shape_tracker_win.cc', 107 'host/desktop_shape_tracker_win.cc',
108 'host/desktop_shape_tracker_x11.cc', 108 'host/desktop_shape_tracker_x11.cc',
109 'host/disconnect_window_linux.cc', 109 'host/disconnect_window_linux.cc',
110 'host/disconnect_window_mac.h', 110 'host/disconnect_window_mac.h',
111 'host/disconnect_window_mac.mm', 111 'host/disconnect_window_mac.mm',
112 'host/disconnect_window_win.cc', 112 'host/disconnect_window_win.cc',
113 'host/dns_blackhole_checker.cc', 113 'host/dns_blackhole_checker.cc',
114 'host/dns_blackhole_checker.h', 114 'host/dns_blackhole_checker.h',
115 'host/gnubby_auth_handler_posix.cc',
116 'host/gnubby_auth_handler_posix.h',
117 'host/gnubby_auth_handler_win.cc',
118 'host/gnubby_auth_handler.h',
119 'host/gnubby_util.cc',
120 'host/gnubby_util.h',
115 'host/heartbeat_sender.cc', 121 'host/heartbeat_sender.cc',
116 'host/heartbeat_sender.h', 122 'host/heartbeat_sender.h',
117 'host/host_change_notification_listener.cc', 123 'host/host_change_notification_listener.cc',
118 'host/host_change_notification_listener.h', 124 'host/host_change_notification_listener.h',
119 'host/host_config.cc', 125 'host/host_config.cc',
120 'host/host_config.h', 126 'host/host_config.h',
121 'host/host_event_logger.h', 127 'host/host_event_logger.h',
122 'host/host_event_logger_posix.cc', 128 'host/host_event_logger_posix.cc',
123 'host/host_event_logger_win.cc', 129 'host/host_event_logger_win.cc',
124 'host/host_exit_codes.cc', 130 'host/host_exit_codes.cc',
(...skipping 712 matching lines...) Expand 10 before | Expand all | Expand 10 after
837 '../base/allocator/allocator.gyp:allocator', 843 '../base/allocator/allocator.gyp:allocator',
838 ], 844 ],
839 }], # OS=linux 845 }], # OS=linux
840 ], # end of 'conditions' 846 ], # end of 'conditions'
841 }, # end of target 'remoting_me2me_host' 847 }, # end of target 'remoting_me2me_host'
842 ], # end of 'targets' 848 ], # end of 'targets'
843 }], # OS!="win" 849 }], # OS!="win"
844 850
845 ], # end of 'conditions' 851 ], # end of 'conditions'
846 } 852 }
OLDNEW
« no previous file with comments | « remoting/host/remoting_me2me_host.cc ('k') | remoting/remoting_test.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698