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

Side by Side Diff: trunk/src/remoting/remoting_host.gypi

Issue 308743006: Revert 273652 "Host extensions" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: 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 | « trunk/src/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/extension.h',
123 'host/extension_session.h',
124 'host/gnubby_auth_handler_posix.cc', 122 'host/gnubby_auth_handler_posix.cc',
125 'host/gnubby_auth_handler_posix.h', 123 'host/gnubby_auth_handler_posix.h',
126 'host/gnubby_auth_handler_win.cc', 124 'host/gnubby_auth_handler_win.cc',
127 'host/gnubby_auth_handler.h', 125 'host/gnubby_auth_handler.h',
128 'host/gnubby_socket.cc', 126 'host/gnubby_socket.cc',
129 'host/gnubby_socket.h', 127 'host/gnubby_socket.h',
130 'host/heartbeat_sender.cc', 128 'host/heartbeat_sender.cc',
131 'host/heartbeat_sender.h', 129 'host/heartbeat_sender.h',
132 'host/host_change_notification_listener.cc', 130 'host/host_change_notification_listener.cc',
133 'host/host_change_notification_listener.h', 131 'host/host_change_notification_listener.h',
(...skipping 805 matching lines...) Expand 10 before | Expand all | Expand 10 after
939 }], # mac_breakpad==1 937 }], # mac_breakpad==1
940 ], # conditions 938 ], # conditions
941 }], # OS=mac 939 }], # OS=mac
942 ], 940 ],
943 }, # end of target 'remoting_it2me_native_messaging_host' 941 }, # end of target 'remoting_it2me_native_messaging_host'
944 ], # end of 'targets' 942 ], # end of 'targets'
945 }], # OS!="win" 943 }], # OS!="win"
946 944
947 ], # end of 'conditions' 945 ], # end of 'conditions'
948 } 946 }
OLDNEW
« no previous file with comments | « trunk/src/remoting/protocol/session_config.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698