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

Side by Side Diff: remoting/remoting_host.gypi

Issue 301453003: Host extensions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ChromotingHost creates extension sessions, and adds capabilities 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
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_session.h',
122 'host/gnubby_auth_handler_posix.cc', 124 'host/gnubby_auth_handler_posix.cc',
123 'host/gnubby_auth_handler_posix.h', 125 'host/gnubby_auth_handler_posix.h',
124 'host/gnubby_auth_handler_win.cc', 126 'host/gnubby_auth_handler_win.cc',
125 'host/gnubby_auth_handler.h', 127 'host/gnubby_auth_handler.h',
126 'host/gnubby_socket.cc', 128 'host/gnubby_socket.cc',
127 'host/gnubby_socket.h', 129 'host/gnubby_socket.h',
128 'host/heartbeat_sender.cc', 130 'host/heartbeat_sender.cc',
129 'host/heartbeat_sender.h', 131 'host/heartbeat_sender.h',
130 'host/host_change_notification_listener.cc', 132 'host/host_change_notification_listener.cc',
131 'host/host_change_notification_listener.h', 133 'host/host_change_notification_listener.h',
(...skipping 805 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
« remoting/host/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