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

Unified Diff: remoting/remoting_host_win.gypi

Issue 1717143002: Move //remoting/remoting_host_win.gypi:* to GN (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move //remoting/remoting_host_win.gypi:* to GN Created 4 years, 10 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
« no previous file with comments | « remoting/remoting_host.gni ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting_host_win.gypi
diff --git a/remoting/remoting_host_win.gypi b/remoting/remoting_host_win.gypi
index c39f5cbfd470b8234f8b440b0e3239372e6dc05a..6333ec24c1bf5aada76bc694f5711d8b845bf24d 100644
--- a/remoting/remoting_host_win.gypi
+++ b/remoting/remoting_host_win.gypi
@@ -15,6 +15,7 @@
'targets': [
{
+ # GN version: //remoting:remoting_breakpad_tester
'target_name': 'remoting_breakpad_tester',
'type': 'executable',
'variables': { 'enable_wexit_time_destructors': 1, },
@@ -79,6 +80,7 @@
# remoting_lib_ps builds the proxy/stub code generated by MIDL (see
# remoting_lib_idl).
{
+ # GN version: //remoting/host:remoting_lib_ps
'target_name': 'remoting_lib_ps',
'type': 'static_library',
'defines': [
@@ -117,6 +119,7 @@
# are rebuilt every time the type library is updated. GYP alone is
# not smart enough to figure out this dependency on its own.
{
+ # GN version: //remoting/host:remoting_lib_rc
'target_name': 'remoting_lib_rc',
'type': 'none',
'sources': [
@@ -146,6 +149,7 @@
# |remoting_host.exe| is that the former is a console application.
# |remoting_console.exe| is used for debugging purposes.
{
+ # GN version: //remoting/host:remoting_console
'target_name': 'remoting_console',
'type': 'executable',
'variables': { 'enable_wexit_time_destructors': 1, },
@@ -174,6 +178,7 @@
},
}, # end of target 'remoting_console'
{
+ # GN version: //remoting/host:remoting_core
'target_name': 'remoting_core',
'type': 'shared_library',
'variables': { 'enable_wexit_time_destructors': 1, },
@@ -278,6 +283,7 @@
},
}, # end of target 'remoting_core'
{
+ # GN version: //remoting/host:remoting_desktop
'target_name': 'remoting_desktop',
'type': 'executable',
'variables': { 'enable_wexit_time_destructors': 1, },
@@ -316,6 +322,7 @@
},
}, # end of target 'remoting_desktop'
{
+ # GN version: //remoting/host:remoting_me2me_host
'target_name': 'remoting_me2me_host',
'product_name': 'remoting_host',
'type': 'executable',
@@ -346,6 +353,7 @@
},
}, # end of target 'remoting_me2me_host'
{
+ # GN version: //remoting/host:remote_security_key
'target_name': 'remote_security_key',
'type': 'executable',
'product_name': 'remote_security_key',
@@ -369,6 +377,7 @@
},
}, # end of target 'remote_security_key'
{
+ # GN version: //remoting/host:remoting_me2me_native_messaging_host
'target_name': 'remoting_me2me_native_messaging_host',
'type': 'executable',
'product_name': 'remoting_native_messaging_host',
@@ -392,6 +401,7 @@
},
}, # end of target 'remoting_me2me_native_messaging_host'
{
+ # GN version: //remoting/host/it2me:remoting_assistance_host
'target_name': 'remoting_it2me_native_messaging_host',
'type': 'executable',
'product_name': 'remote_assistance_host',
@@ -470,6 +480,7 @@
# for chrome/VERSION).
# - translated webapp strings
{
+ # GN version: //remoting/host:remoting_windows_resources
'target_name': 'remoting_windows_resources',
'type': 'none',
'dependencies': [
« no previous file with comments | « remoting/remoting_host.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698