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

Side by Side Diff: remoting/remoting_host.gypi

Issue 1039083004: Add remaining remoting targets for the GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@content_browsertests
Patch Set: disable remoting_host on mac, win Created 5 years, 8 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_host.gni ('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 (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 283 matching lines...) Expand 10 before | Expand all | Expand 10 after
294 '--define', 'ME2ME_HOST_PATH=<(me2me_host_path)', 294 '--define', 'ME2ME_HOST_PATH=<(me2me_host_path)',
295 '--define', 'IT2ME_HOST_PATH=<(it2me_host_path)', 295 '--define', 'IT2ME_HOST_PATH=<(it2me_host_path)',
296 '--variables', '<(branding_path)', 296 '--variables', '<(branding_path)',
297 '--template', '<(RULE_INPUT_PATH)', 297 '--template', '<(RULE_INPUT_PATH)',
298 '--locale_output', '<@(_outputs)', 298 '--locale_output', '<@(_outputs)',
299 'en', 299 'en',
300 ], 300 ],
301 }], 301 }],
302 }, # end of target 'remoting_native_messaging_manifests' 302 }, # end of target 'remoting_native_messaging_manifests'
303 { 303 {
304 # GN target: //remoting/host:remoting_start_host
304 'target_name': 'remoting_start_host', 305 'target_name': 'remoting_start_host',
305 'type': 'executable', 306 'type': 'executable',
306 'dependencies': [ 307 'dependencies': [
307 'remoting_host_setup_base', 308 'remoting_host_setup_base',
308 ], 309 ],
309 'sources': [ 310 'sources': [
310 'host/setup/host_starter.cc', 311 'host/setup/host_starter.cc',
311 'host/setup/host_starter.h', 312 'host/setup/host_starter.h',
312 'host/setup/start_host.cc', 313 'host/setup/start_host.cc',
313 ], 314 ],
(...skipping 402 matching lines...) Expand 10 before | Expand all | Expand 10 after
716 # Dummy target for chromeos==1 717 # Dummy target for chromeos==1
717 'target_name': 'remoting_it2me_native_messaging_host', 718 'target_name': 'remoting_it2me_native_messaging_host',
718 'type': 'executable', 719 'type': 'executable',
719 }, 720 },
720 ], # targets 721 ], # targets
721 }], # end of chromeos==0 722 }], # end of chromeos==0
722 ], # end of conditions 723 ], # end of conditions
723 }], # end of OS!="win" and enable_remoting_host==1 724 }], # end of OS!="win" and enable_remoting_host==1
724 ], # end of 'conditions' 725 ], # end of 'conditions'
725 } 726 }
OLDNEW
« no previous file with comments | « remoting/remoting_host.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698