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

Side by Side Diff: remoting/remoting_host.gypi

Issue 1426113002: port remoting_me2me_host_archive to GN (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix version and update comments Created 5 years, 1 month 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
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 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
257 'remoting_lib_idl', 257 'remoting_lib_idl',
258 ], 258 ],
259 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 259 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
260 'msvs_disabled_warnings': [4267, ], 260 'msvs_disabled_warnings': [4267, ],
261 }], 261 }],
262 ], 262 ],
263 }, # end of target 'remoting_host_setup_base' 263 }, # end of target 'remoting_host_setup_base'
264 264
265 # Generates native messaging manifest files. 265 # Generates native messaging manifest files.
266 { 266 {
267 # GN: //remoting/host:remoting_native_messaging_manifests
267 'target_name': 'remoting_native_messaging_manifests', 268 'target_name': 'remoting_native_messaging_manifests',
268 'type': 'none', 269 'type': 'none',
269 'conditions': [ 270 'conditions': [
270 [ 'OS == "win"', { 271 [ 'OS == "win"', {
271 'variables': { 272 'variables': {
272 'me2me_host_path': 'remoting_native_messaging_host.exe', 273 'me2me_host_path': 'remoting_native_messaging_host.exe',
273 'it2me_host_path': 'remote_assistance_host.exe', 274 'it2me_host_path': 'remote_assistance_host.exe',
274 }, 275 },
275 }], 276 }],
276 [ 'OS == "mac"', { 277 [ 'OS == "mac"', {
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
332 ], 333 ],
333 'conditions': [ 334 'conditions': [
334 ['OS=="linux" and use_allocator!="none"', { 335 ['OS=="linux" and use_allocator!="none"', {
335 'dependencies': [ 336 'dependencies': [
336 '../base/allocator/allocator.gyp:allocator', 337 '../base/allocator/allocator.gyp:allocator',
337 ], 338 ],
338 }], 339 }],
339 ], 340 ],
340 }, # end of target 'remoting_start_host' 341 }, # end of target 'remoting_start_host'
341 { 342 {
343 # GN: //remoting/host:remoting_infoplist_strings
342 'target_name': 'remoting_infoplist_strings', 344 'target_name': 'remoting_infoplist_strings',
343 'type': 'none', 345 'type': 'none',
344 'dependencies': [ 346 'dependencies': [
345 'remoting_resources', 347 'remoting_resources',
346 ], 348 ],
347 'sources': [ 349 'sources': [
348 'host/remoting_me2me_host-InfoPlist.strings.jinja2', 350 'host/remoting_me2me_host-InfoPlist.strings.jinja2',
349 'host/mac/me2me_preference_pane-InfoPlist.strings.jinja2', 351 'host/mac/me2me_preference_pane-InfoPlist.strings.jinja2',
350 'host/installer/mac/uninstaller/remoting_uninstaller-InfoPlist.strin gs.jinja2', 352 'host/installer/mac/uninstaller/remoting_uninstaller-InfoPlist.strin gs.jinja2',
351 'host/setup/native_messaging_host-InfoPlist.strings.jinja2', 353 'host/setup/native_messaging_host-InfoPlist.strings.jinja2',
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
550 ], # conditions 552 ], # conditions
551 }], # OS=mac 553 }], # OS=mac
552 ['OS=="linux" and use_allocator!="none"', { 554 ['OS=="linux" and use_allocator!="none"', {
553 'dependencies': [ 555 'dependencies': [
554 '../base/allocator/allocator.gyp:allocator', 556 '../base/allocator/allocator.gyp:allocator',
555 ], 557 ],
556 }], # OS=linux 558 }], # OS=linux
557 ], # end of 'conditions' 559 ], # end of 'conditions'
558 }, # end of target 'remoting_me2me_host' 560 }, # end of target 'remoting_me2me_host'
559 { 561 {
562 # GN: //remoting/host:native_messaging_host
560 'target_name': 'remoting_me2me_native_messaging_host', 563 'target_name': 'remoting_me2me_native_messaging_host',
561 'type': 'executable', 564 'type': 'executable',
562 'product_name': 'native_messaging_host', 565 'product_name': 'native_messaging_host',
563 'variables': { 'enable_wexit_time_destructors': 1, }, 566 'variables': { 'enable_wexit_time_destructors': 1, },
564 'dependencies': [ 567 'dependencies': [
565 '../base/base.gyp:base', 568 '../base/base.gyp:base',
566 'remoting_breakpad', 569 'remoting_breakpad',
567 'remoting_host', 570 'remoting_host',
568 'remoting_host_setup_base', 571 'remoting_host_setup_base',
569 'remoting_infoplist_strings', 572 'remoting_infoplist_strings',
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
642 ], 645 ],
643 }, # end of target 'remoting_me2me_native_messaging_host' 646 }, # end of target 'remoting_me2me_native_messaging_host'
644 ], # targets 647 ], # targets
645 }], # end of OS!="win" and enable_me2me_host==1 648 }], # end of OS!="win" and enable_me2me_host==1
646 649
647 ['OS!="win" and enable_remoting_host==1', { 650 ['OS!="win" and enable_remoting_host==1', {
648 'conditions': [ 651 'conditions': [
649 ['chromeos==0', { 652 ['chromeos==0', {
650 'targets': [ 653 'targets': [
651 { 654 {
655 # GN: //remoting/host/it2me:remote_assistance_host
652 'target_name': 'remoting_it2me_native_messaging_host', 656 'target_name': 'remoting_it2me_native_messaging_host',
653 'type': 'executable', 657 'type': 'executable',
654 'product_name': 'remote_assistance_host', 658 'product_name': 'remote_assistance_host',
655 'variables': { 'enable_wexit_time_destructors': 1, }, 659 'variables': { 'enable_wexit_time_destructors': 1, },
656 'dependencies': [ 660 'dependencies': [
657 '../base/base.gyp:base', 661 '../base/base.gyp:base',
658 'remoting_base', 662 'remoting_base',
659 'remoting_breakpad', 663 'remoting_breakpad',
660 'remoting_host', 664 'remoting_host',
661 'remoting_it2me_host_static', 665 'remoting_it2me_host_static',
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
749 # Dummy target for chromeos==1 753 # Dummy target for chromeos==1
750 'target_name': 'remoting_it2me_native_messaging_host', 754 'target_name': 'remoting_it2me_native_messaging_host',
751 'type': 'executable', 755 'type': 'executable',
752 }, 756 },
753 ], # targets 757 ], # targets
754 }], # end of chromeos==0 758 }], # end of chromeos==0
755 ], # end of conditions 759 ], # end of conditions
756 }], # end of OS!="win" and enable_remoting_host==1 760 }], # end of OS!="win" and enable_remoting_host==1
757 ], # end of 'conditions' 761 ], # end of 'conditions'
758 } 762 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698