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

Side by Side Diff: remoting/remoting_host.gypi

Issue 1885483003: Copy Linux me2me script to output dir for GN builds (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Simplify code, and add GYP 'copies' rule Created 4 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
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 517 matching lines...) Expand 10 before | Expand all | Expand 10 after
528 }, 528 },
529 'action': [ 529 'action': [
530 '<(dump_product_syms_path)', 530 '<(dump_product_syms_path)',
531 '<(version_full)', 531 '<(version_full)',
532 ], 532 ],
533 }, # end of postbuild 'dump_symbols' 533 }, # end of postbuild 'dump_symbols'
534 ], # end of 'postbuilds' 534 ], # end of 'postbuilds'
535 }], # mac_breakpad==1 535 }], # mac_breakpad==1
536 ], # conditions 536 ], # conditions
537 }], # OS=mac 537 }], # OS=mac
538 ['OS=="linux"', {
539 'copies': [
540 {
541 'destination': '<(PRODUCT_DIR)',
542 'files': [ 'host/linux/linux_me2me_host.py' ],
543 },
544 ],
545 }], # OS=linux
538 ], # end of 'conditions' 546 ], # end of 'conditions'
539 }, # end of target 'remoting_me2me_host' 547 }, # end of target 'remoting_me2me_host'
540 { 548 {
541 # GN: //remoting/host:native_messaging_host 549 # GN: //remoting/host:native_messaging_host
542 'target_name': 'remoting_me2me_native_messaging_host', 550 'target_name': 'remoting_me2me_native_messaging_host',
543 'type': 'executable', 551 'type': 'executable',
544 'product_name': 'native_messaging_host', 552 'product_name': 'native_messaging_host',
545 'variables': { 'enable_wexit_time_destructors': 1, }, 553 'variables': { 'enable_wexit_time_destructors': 1, },
546 'dependencies': [ 554 'dependencies': [
547 '../base/base.gyp:base', 555 '../base/base.gyp:base',
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
722 # Dummy target for chromeos==1 730 # Dummy target for chromeos==1
723 'target_name': 'remoting_it2me_native_messaging_host', 731 'target_name': 'remoting_it2me_native_messaging_host',
724 'type': 'executable', 732 'type': 'executable',
725 }, 733 },
726 ], # targets 734 ], # targets
727 }], # end of chromeos==0 735 }], # end of chromeos==0
728 ], # end of conditions 736 ], # end of conditions
729 }], # end of OS!="win" and enable_remoting_host==1 737 }], # end of OS!="win" and enable_remoting_host==1
730 ], # end of 'conditions' 738 ], # end of 'conditions'
731 } 739 }
OLDNEW
« remoting/host/BUILD.gn ('K') | « remoting/host/linux/linux_me2me_host.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698