| 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',
|
|
|