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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: remoting/remoting_host.gypi
diff --git a/remoting/remoting_host.gypi b/remoting/remoting_host.gypi
index de2a5d962885e806b37320049c444408210276f8..e965da3c2830592f2222e198821a14fc281993e8 100644
--- a/remoting/remoting_host.gypi
+++ b/remoting/remoting_host.gypi
@@ -264,6 +264,7 @@
# Generates native messaging manifest files.
{
+ # GN: //remoting/host:remoting_native_messaging_manifests
'target_name': 'remoting_native_messaging_manifests',
'type': 'none',
'conditions': [
@@ -339,6 +340,7 @@
],
}, # end of target 'remoting_start_host'
{
+ # GN: //remoting/host:remoting_infoplist_strings
'target_name': 'remoting_infoplist_strings',
'type': 'none',
'dependencies': [
@@ -557,6 +559,7 @@
], # end of 'conditions'
}, # end of target 'remoting_me2me_host'
{
+ # GN: //remoting/host:native_messaging_host
'target_name': 'remoting_me2me_native_messaging_host',
'type': 'executable',
'product_name': 'native_messaging_host',
@@ -649,6 +652,7 @@
['chromeos==0', {
'targets': [
{
+ # GN: //remoting/host/it2me:remote_assistance_host
'target_name': 'remoting_it2me_native_messaging_host',
'type': 'executable',
'product_name': 'remote_assistance_host',

Powered by Google App Engine
This is Rietveld 408576698