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

Side by Side Diff: remoting/remoting_host.gypi

Issue 301453003: Host extensions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed remoting_host.gypi Created 6 years, 6 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/protocol/session_config.cc ('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) 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 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 'host/desktop_shape_tracker.h', 112 'host/desktop_shape_tracker.h',
113 'host/desktop_shape_tracker_mac.cc', 113 'host/desktop_shape_tracker_mac.cc',
114 'host/desktop_shape_tracker_win.cc', 114 'host/desktop_shape_tracker_win.cc',
115 'host/desktop_shape_tracker_x11.cc', 115 'host/desktop_shape_tracker_x11.cc',
116 'host/disconnect_window_linux.cc', 116 'host/disconnect_window_linux.cc',
117 'host/disconnect_window_mac.h', 117 'host/disconnect_window_mac.h',
118 'host/disconnect_window_mac.mm', 118 'host/disconnect_window_mac.mm',
119 'host/disconnect_window_win.cc', 119 'host/disconnect_window_win.cc',
120 'host/dns_blackhole_checker.cc', 120 'host/dns_blackhole_checker.cc',
121 'host/dns_blackhole_checker.h', 121 'host/dns_blackhole_checker.h',
122 'host/gnubby_auth_handler.h',
122 'host/gnubby_auth_handler_posix.cc', 123 'host/gnubby_auth_handler_posix.cc',
123 'host/gnubby_auth_handler_posix.h', 124 'host/gnubby_auth_handler_posix.h',
124 'host/gnubby_auth_handler_win.cc', 125 'host/gnubby_auth_handler_win.cc',
125 'host/gnubby_auth_handler.h',
126 'host/gnubby_socket.cc', 126 'host/gnubby_socket.cc',
127 'host/gnubby_socket.h', 127 'host/gnubby_socket.h',
128 'host/heartbeat_sender.cc', 128 'host/heartbeat_sender.cc',
129 'host/heartbeat_sender.h', 129 'host/heartbeat_sender.h',
130 'host/host_change_notification_listener.cc', 130 'host/host_change_notification_listener.cc',
131 'host/host_change_notification_listener.h', 131 'host/host_change_notification_listener.h',
132 'host/host_config.cc', 132 'host/host_config.cc',
133 'host/host_config.h', 133 'host/host_config.h',
134 'host/host_event_logger.h', 134 'host/host_event_logger.h',
135 'host/host_event_logger_posix.cc', 135 'host/host_event_logger_posix.cc',
136 'host/host_event_logger_win.cc', 136 'host/host_event_logger_win.cc',
137 'host/host_exit_codes.cc', 137 'host/host_exit_codes.cc',
138 'host/host_exit_codes.h', 138 'host/host_exit_codes.h',
139 'host/host_export.h', 139 'host/host_export.h',
140 'host/host_extension.h',
141 'host/host_extension_session.h',
140 'host/host_secret.cc', 142 'host/host_secret.cc',
141 'host/host_secret.h', 143 'host/host_secret.h',
142 'host/host_status_monitor.h', 144 'host/host_status_monitor.h',
143 'host/host_status_observer.h', 145 'host/host_status_observer.h',
144 'host/host_status_sender.cc', 146 'host/host_status_sender.cc',
145 'host/host_status_sender.h', 147 'host/host_status_sender.h',
146 'host/host_window.h', 148 'host/host_window.h',
147 'host/host_window_proxy.cc', 149 'host/host_window_proxy.cc',
148 'host/host_window_proxy.h', 150 'host/host_window_proxy.h',
149 'host/in_memory_host_config.cc', 151 'host/in_memory_host_config.cc',
(...skipping 787 matching lines...) Expand 10 before | Expand all | Expand 10 after
937 }], # mac_breakpad==1 939 }], # mac_breakpad==1
938 ], # conditions 940 ], # conditions
939 }], # OS=mac 941 }], # OS=mac
940 ], 942 ],
941 }, # end of target 'remoting_it2me_native_messaging_host' 943 }, # end of target 'remoting_it2me_native_messaging_host'
942 ], # end of 'targets' 944 ], # end of 'targets'
943 }], # OS!="win" 945 }], # OS!="win"
944 946
945 ], # end of 'conditions' 947 ], # end of 'conditions'
946 } 948 }
OLDNEW
« no previous file with comments | « remoting/protocol/session_config.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698