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

Side by Side Diff: remoting/remoting_host.gypi

Issue 282063005: Pull out common code from client and host versions of ServerLogEntry. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Move ServerLogEntry to jingle_glue 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
« no previous file with comments | « remoting/jingle_glue/server_log_entry_unittest.cc ('k') | remoting/remoting_srcs.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 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
214 'host/register_support_host_request.h', 214 'host/register_support_host_request.h',
215 'host/remote_input_filter.cc', 215 'host/remote_input_filter.cc',
216 'host/remote_input_filter.h', 216 'host/remote_input_filter.h',
217 'host/resizing_host_observer.cc', 217 'host/resizing_host_observer.cc',
218 'host/resizing_host_observer.h', 218 'host/resizing_host_observer.h',
219 'host/sas_injector.h', 219 'host/sas_injector.h',
220 'host/sas_injector_win.cc', 220 'host/sas_injector_win.cc',
221 'host/screen_controls.h', 221 'host/screen_controls.h',
222 'host/screen_resolution.cc', 222 'host/screen_resolution.cc',
223 'host/screen_resolution.h', 223 'host/screen_resolution.h',
224 'host/server_log_entry.cc', 224 'host/server_log_entry_host.cc',
225 'host/server_log_entry.h', 225 'host/server_log_entry_host.h',
226 'host/service_urls.cc', 226 'host/service_urls.cc',
227 'host/service_urls.h', 227 'host/service_urls.h',
228 'host/session_manager_factory.cc', 228 'host/session_manager_factory.cc',
229 'host/session_manager_factory.h', 229 'host/session_manager_factory.h',
230 'host/shaped_screen_capturer.cc', 230 'host/shaped_screen_capturer.cc',
231 'host/shaped_screen_capturer.h', 231 'host/shaped_screen_capturer.h',
232 'host/signaling_connector.cc', 232 'host/signaling_connector.cc',
233 'host/signaling_connector.h', 233 'host/signaling_connector.h',
234 'host/token_validator_base.cc', 234 'host/token_validator_base.cc',
235 'host/token_validator_base.h', 235 'host/token_validator_base.h',
(...skipping 701 matching lines...) Expand 10 before | Expand all | Expand 10 after
937 }], # mac_breakpad==1 937 }], # mac_breakpad==1
938 ], # conditions 938 ], # conditions
939 }], # OS=mac 939 }], # OS=mac
940 ], 940 ],
941 }, # end of target 'remoting_it2me_native_messaging_host' 941 }, # end of target 'remoting_it2me_native_messaging_host'
942 ], # end of 'targets' 942 ], # end of 'targets'
943 }], # OS!="win" 943 }], # OS!="win"
944 944
945 ], # end of 'conditions' 945 ], # end of 'conditions'
946 } 946 }
OLDNEW
« no previous file with comments | « remoting/jingle_glue/server_log_entry_unittest.cc ('k') | remoting/remoting_srcs.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698