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

Side by Side Diff: remoting/remoting_host_win.gypi

Issue 884713010: Remove ElevatedController (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updating comment Created 5 years, 10 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/elevated_controller.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 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 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
202 'host/it2me/it2me_native_messaging_host_main.cc', 202 'host/it2me/it2me_native_messaging_host_main.cc',
203 'host/it2me/it2me_native_messaging_host_main.h', 203 'host/it2me/it2me_native_messaging_host_main.h',
204 'host/setup/me2me_native_messaging_host_main.cc', 204 'host/setup/me2me_native_messaging_host_main.cc',
205 'host/setup/me2me_native_messaging_host_main.h', 205 'host/setup/me2me_native_messaging_host_main.h',
206 'host/verify_config_window_win.cc', 206 'host/verify_config_window_win.cc',
207 'host/verify_config_window_win.h', 207 'host/verify_config_window_win.h',
208 'host/win/chromoting_module.cc', 208 'host/win/chromoting_module.cc',
209 'host/win/chromoting_module.h', 209 'host/win/chromoting_module.h',
210 'host/win/core.cc', 210 'host/win/core.cc',
211 'host/win/core_resource.h', 211 'host/win/core_resource.h',
212 'host/win/elevated_controller.cc',
213 'host/win/elevated_controller.h',
214 'host/win/host_service.cc', 212 'host/win/host_service.cc',
215 'host/win/host_service.h', 213 'host/win/host_service.h',
216 'host/win/omaha.cc', 214 'host/win/omaha.cc',
217 'host/win/omaha.h', 215 'host/win/omaha.h',
218 'host/win/rdp_desktop_session.cc', 216 'host/win/rdp_desktop_session.cc',
219 'host/win/rdp_desktop_session.h', 217 'host/win/rdp_desktop_session.h',
220 'host/win/unprivileged_process_delegate.cc', 218 'host/win/unprivileged_process_delegate.cc',
221 'host/win/unprivileged_process_delegate.h', 219 'host/win/unprivileged_process_delegate.h',
222 'host/win/worker_process_launcher.cc', 220 'host/win/worker_process_launcher.cc',
223 'host/win/worker_process_launcher.h', 221 'host/win/worker_process_launcher.h',
(...skipping 388 matching lines...) Expand 10 before | Expand all | Expand 10 after
612 '--defs', '<@(_defs)', 610 '--defs', '<@(_defs)',
613 ], 611 ],
614 }, 612 },
615 ], # actions 613 ], # actions
616 }, # end of target 'remoting_me2me_host_archive' 614 }, # end of target 'remoting_me2me_host_archive'
617 ], # end of 'targets' 615 ], # end of 'targets'
618 }], # '<(wix_path) != ""' 616 }], # '<(wix_path) != ""'
619 617
620 ], # end of 'conditions' 618 ], # end of 'conditions'
621 } 619 }
OLDNEW
« no previous file with comments | « remoting/host/win/elevated_controller.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698