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

Side by Side Diff: remoting/remoting_host_win.gypi

Issue 2152953002: Refactoring Native Messaging Host process launching code into its own file. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressing CR feedback. Created 4 years, 4 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
« no previous file with comments | « remoting/host/win/launch_native_messaging_host_process.cc ('k') | remoting/remoting_test.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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 'variables': { 6 'variables': {
7 'remoting_host_installer_win_roots': [ 7 'remoting_host_installer_win_roots': [
8 'host/installer/win/', 8 'host/installer/win/',
9 ], 9 ],
10 'remoting_host_installer_win_files': [ 10 'remoting_host_installer_win_files': [
(...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after
233 'host/setup/me2me_native_messaging_host_main.cc', 233 'host/setup/me2me_native_messaging_host_main.cc',
234 'host/setup/me2me_native_messaging_host_main.h', 234 'host/setup/me2me_native_messaging_host_main.h',
235 'host/setup/start_host_main.cc', 235 'host/setup/start_host_main.cc',
236 'host/setup/start_host_main.h', 236 'host/setup/start_host_main.h',
237 'host/win/chromoting_module.cc', 237 'host/win/chromoting_module.cc',
238 'host/win/chromoting_module.h', 238 'host/win/chromoting_module.h',
239 'host/win/core.cc', 239 'host/win/core.cc',
240 'host/win/core_resource.h', 240 'host/win/core_resource.h',
241 'host/win/host_service.cc', 241 'host/win/host_service.cc',
242 'host/win/host_service.h', 242 'host/win/host_service.h',
243 'host/win/launch_native_messaging_host_process.cc',
244 'host/win/launch_native_messaging_host_process.h',
243 'host/win/omaha.cc', 245 'host/win/omaha.cc',
244 'host/win/omaha.h', 246 'host/win/omaha.h',
245 'host/win/rdp_desktop_session.cc', 247 'host/win/rdp_desktop_session.cc',
246 'host/win/rdp_desktop_session.h', 248 'host/win/rdp_desktop_session.h',
247 'host/win/unprivileged_process_delegate.cc', 249 'host/win/unprivileged_process_delegate.cc',
248 'host/win/unprivileged_process_delegate.h', 250 'host/win/unprivileged_process_delegate.h',
249 'host/win/wts_session_process_delegate.cc', 251 'host/win/wts_session_process_delegate.cc',
250 'host/win/wts_session_process_delegate.h', 252 'host/win/wts_session_process_delegate.h',
251 'host/worker_process_ipc_delegate.h', 253 'host/worker_process_ipc_delegate.h',
252 ], 254 ],
(...skipping 458 matching lines...) Expand 10 before | Expand all | Expand 10 after
711 713
712 { 714 {
713 'target_name': 'remoting_me2me_host_archive', 715 'target_name': 'remoting_me2me_host_archive',
714 'type': 'none', 716 'type': 'none',
715 }, 717 },
716 ], # end of 'targets' 718 ], # end of 'targets'
717 }], # 'wix_exists == "True" 719 }], # 'wix_exists == "True"
718 720
719 ], # end of 'conditions' 721 ], # end of 'conditions'
720 } 722 }
OLDNEW
« no previous file with comments | « remoting/host/win/launch_native_messaging_host_process.cc ('k') | remoting/remoting_test.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698