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

Side by Side Diff: remoting/remoting.gyp

Issue 10828181: [Chromoting] Moving common logic responsible for launching child processes to WorkerProcessLauncher… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 | 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 'variables': { 6 'variables': {
7 # TODO(dmaclach): can we pick this up some other way? Right now it's 7 # TODO(dmaclach): can we pick this up some other way? Right now it's
8 # duplicated from chrome.gyp 8 # duplicated from chrome.gyp
9 'chromium_code': 1, 9 'chromium_code': 1,
10 10
(...skipping 600 matching lines...) Expand 10 before | Expand all | Expand 10 after
611 'host/sas_injector.h', 611 'host/sas_injector.h',
612 'host/sas_injector_win.cc', 612 'host/sas_injector_win.cc',
613 'host/usage_stats_consent.h', 613 'host/usage_stats_consent.h',
614 'host/usage_stats_consent_win.cc', 614 'host/usage_stats_consent_win.cc',
615 'host/win/host_service.cc', 615 'host/win/host_service.cc',
616 'host/win/host_service.h', 616 'host/win/host_service.h',
617 'host/win/host_service.rc', 617 'host/win/host_service.rc',
618 'host/win/host_service_resource.h', 618 'host/win/host_service_resource.h',
619 'host/win/launch_process_with_token.cc', 619 'host/win/launch_process_with_token.cc',
620 'host/win/launch_process_with_token.h', 620 'host/win/launch_process_with_token.h',
621 'host/win/worker_process_launcher.cc',
622 'host/win/worker_process_launcher.h',
621 'host/win/wts_console_monitor.h', 623 'host/win/wts_console_monitor.h',
622 'host/win/wts_console_observer.h', 624 'host/win/wts_console_observer.h',
623 'host/win/wts_session_process_launcher.cc', 625 'host/win/wts_session_process_launcher.cc',
624 'host/win/wts_session_process_launcher.h', 626 'host/win/wts_session_process_launcher.h',
625 ], 627 ],
626 'msvs_settings': { 628 'msvs_settings': {
627 'VCLinkerTool': { 629 'VCLinkerTool': {
628 'AdditionalDependencies': [ 630 'AdditionalDependencies': [
629 'wtsapi32.lib', 631 'wtsapi32.lib',
630 ], 632 ],
(...skipping 1214 matching lines...) Expand 10 before | Expand all | Expand 10 after
1845 '../base/allocator/allocator.gyp:allocator', 1847 '../base/allocator/allocator.gyp:allocator',
1846 ], 1848 ],
1847 }, 1849 },
1848 ], 1850 ],
1849 ], 1851 ],
1850 }], 1852 }],
1851 ], # end of 'conditions' 1853 ], # end of 'conditions'
1852 }, # end of target 'remoting_unittests' 1854 }, # end of target 'remoting_unittests'
1853 ], # end of targets 1855 ], # end of targets
1854 } 1856 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698