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

Unified 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 side-by-side diff with in-line comments
Download patch
« remoting/host/BUILD.gn ('K') | « remoting/host/linux/linux_me2me_host.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting_host.gypi
diff --git a/remoting/remoting_host.gypi b/remoting/remoting_host.gypi
index ea048a9047f12d487201c7a174a827767e27441f..cc180fa12818626c3b7d6850d0d96953ce5eb48a 100644
--- a/remoting/remoting_host.gypi
+++ b/remoting/remoting_host.gypi
@@ -535,6 +535,14 @@
}], # mac_breakpad==1
], # conditions
}], # OS=mac
+ ['OS=="linux"', {
+ 'copies': [
+ {
+ 'destination': '<(PRODUCT_DIR)',
+ 'files': [ 'host/linux/linux_me2me_host.py' ],
+ },
+ ],
+ }], # OS=linux
], # end of 'conditions'
}, # end of target 'remoting_me2me_host'
{
« 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