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

Side by Side Diff: remoting/remoting_host.gypi

Issue 301453003: Host extensions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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
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/extension.h',
123 'host/extension_manager.h',
Wez 2014/05/28 01:05:59 There's no extension_manager.h in this CL.
dcaiafa 2014/05/28 22:44:58 Done.
124 'host/extension_session.h',
122 'host/gnubby_auth_handler_posix.cc', 125 'host/gnubby_auth_handler_posix.cc',
123 'host/gnubby_auth_handler_posix.h', 126 'host/gnubby_auth_handler_posix.h',
124 'host/gnubby_auth_handler_win.cc', 127 'host/gnubby_auth_handler_win.cc',
125 'host/gnubby_auth_handler.h', 128 'host/gnubby_auth_handler.h',
126 'host/gnubby_socket.cc', 129 'host/gnubby_socket.cc',
127 'host/gnubby_socket.h', 130 'host/gnubby_socket.h',
128 'host/heartbeat_sender.cc', 131 'host/heartbeat_sender.cc',
129 'host/heartbeat_sender.h', 132 'host/heartbeat_sender.h',
130 'host/host_change_notification_listener.cc', 133 'host/host_change_notification_listener.cc',
131 'host/host_change_notification_listener.h', 134 'host/host_change_notification_listener.h',
(...skipping 805 matching lines...) Expand 10 before | Expand all | Expand 10 after
937 }], # mac_breakpad==1 940 }], # mac_breakpad==1
938 ], # conditions 941 ], # conditions
939 }], # OS=mac 942 }], # OS=mac
940 ], 943 ],
941 }, # end of target 'remoting_it2me_native_messaging_host' 944 }, # end of target 'remoting_it2me_native_messaging_host'
942 ], # end of 'targets' 945 ], # end of 'targets'
943 }], # OS!="win" 946 }], # OS!="win"
944 947
945 ], # end of 'conditions' 948 ], # end of 'conditions'
946 } 949 }
OLDNEW
« remoting/host/extension.h ('K') | « remoting/protocol/session_config.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698