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

Side by Side Diff: remoting/remoting_host.gypi

Issue 2049173003: Updating remoting_start_host to use remoting_core.dll (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressing CR feedback Created 4 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
« no previous file with comments | « remoting/remoting.gyp ('k') | remoting/remoting_host_win.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_enable.gypi', 7 'remoting_enable.gypi',
8 ], 8 ],
9 9
10 'conditions': [ 10 'conditions': [
(...skipping 303 matching lines...) Expand 10 before | Expand all | Expand 10 after
314 '--define', 'ME2ME_HOST_PATH=<(me2me_host_path)', 314 '--define', 'ME2ME_HOST_PATH=<(me2me_host_path)',
315 '--define', 'IT2ME_HOST_PATH=<(it2me_host_path)', 315 '--define', 'IT2ME_HOST_PATH=<(it2me_host_path)',
316 '--variables', '<(branding_path)', 316 '--variables', '<(branding_path)',
317 '--template', '<(RULE_INPUT_PATH)', 317 '--template', '<(RULE_INPUT_PATH)',
318 '--locale_output', '<@(_outputs)', 318 '--locale_output', '<@(_outputs)',
319 'en', 319 'en',
320 ], 320 ],
321 }], 321 }],
322 }, # end of target 'remoting_native_messaging_manifests' 322 }, # end of target 'remoting_native_messaging_manifests'
323 { 323 {
324 # GN target: //remoting/host:remoting_start_host
325 'target_name': 'remoting_start_host',
326 'type': 'executable',
327 'dependencies': [
328 'remoting_host_setup_base',
329 ],
330 'sources': [
331 'host/setup/host_starter.cc',
332 'host/setup/host_starter.h',
333 'host/setup/start_host.cc',
334 ],
335 }, # end of target 'remoting_start_host'
336 {
337 # GN: //remoting/host:remoting_infoplist_strings 324 # GN: //remoting/host:remoting_infoplist_strings
338 'target_name': 'remoting_infoplist_strings', 325 'target_name': 'remoting_infoplist_strings',
339 'type': 'none', 326 'type': 'none',
340 'dependencies': [ 327 'dependencies': [
341 'remoting_resources', 328 'remoting_resources',
342 ], 329 ],
343 'sources': [ 330 'sources': [
344 'host/remoting_me2me_host-InfoPlist.strings.jinja2', 331 'host/remoting_me2me_host-InfoPlist.strings.jinja2',
345 'host/mac/me2me_preference_pane-InfoPlist.strings.jinja2', 332 'host/mac/me2me_preference_pane-InfoPlist.strings.jinja2',
346 'host/installer/mac/uninstaller/remoting_uninstaller-InfoPlist.strin gs.jinja2', 333 'host/installer/mac/uninstaller/remoting_uninstaller-InfoPlist.strin gs.jinja2',
(...skipping 272 matching lines...) Expand 10 before | Expand all | Expand 10 after
619 ], # end of 'postbuilds' 606 ], # end of 'postbuilds'
620 }], # mac_breakpad==1 607 }], # mac_breakpad==1
621 ], # conditions 608 ], # conditions
622 }], # OS=mac 609 }], # OS=mac
623 ], 610 ],
624 }, # end of target 'remoting_me2me_native_messaging_host' 611 }, # end of target 'remoting_me2me_native_messaging_host'
625 ], # targets 612 ], # targets
626 }], # end of OS!="win" and enable_me2me_host==1 613 }], # end of OS!="win" and enable_me2me_host==1
627 614
628 ['OS!="win" and enable_remoting_host==1', { 615 ['OS!="win" and enable_remoting_host==1', {
616 'targets': [
617 {
618 # GN target: //remoting/host:remoting_start_host
619 'target_name': 'remoting_start_host',
620 'type': 'executable',
621 'variables': { 'enable_wexit_time_destructors': 1, },
622 'dependencies': [
623 'remoting_host_setup_base',
624 ],
625 'sources': [
626 'host/setup/host_starter.cc',
627 'host/setup/host_starter.h',
628 'host/setup/start_host_entry_point.cc',
629 'host/setup/start_host_main.cc',
630 'host/setup/start_host_main.h',
631 ],
632 }, # end of target 'remoting_start_host'
633 ],
629 'conditions': [ 634 'conditions': [
630 ['chromeos==0', { 635 ['chromeos==0', {
631 'targets': [ 636 'targets': [
632 { 637 {
633 # GN: //remoting/host/it2me:remote_assistance_host 638 # GN: //remoting/host/it2me:remote_assistance_host
634 'target_name': 'remoting_it2me_native_messaging_host', 639 'target_name': 'remoting_it2me_native_messaging_host',
635 'type': 'executable', 640 'type': 'executable',
636 'product_name': 'remote_assistance_host', 641 'product_name': 'remote_assistance_host',
637 'variables': { 'enable_wexit_time_destructors': 1, }, 642 'variables': { 'enable_wexit_time_destructors': 1, },
638 'dependencies': [ 643 'dependencies': [
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
726 # Dummy target for chromeos==1 731 # Dummy target for chromeos==1
727 'target_name': 'remoting_it2me_native_messaging_host', 732 'target_name': 'remoting_it2me_native_messaging_host',
728 'type': 'executable', 733 'type': 'executable',
729 }, 734 },
730 ], # targets 735 ], # targets
731 }], # end of chromeos==0 736 }], # end of chromeos==0
732 ], # end of conditions 737 ], # end of conditions
733 }], # end of OS!="win" and enable_remoting_host==1 738 }], # end of OS!="win" and enable_remoting_host==1
734 ], # end of 'conditions' 739 ], # end of 'conditions'
735 } 740 }
OLDNEW
« no previous file with comments | « remoting/remoting.gyp ('k') | remoting/remoting_host_win.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698