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

Unified Diff: remoting/remoting_host.gypi

Issue 2049173003: Updating remoting_start_host to use remoting_core.dll (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressing CR feedback Created 4 years, 6 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.gyp ('k') | remoting/remoting_host_win.gypi » ('j') | 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 93bc65de80e9308c9e8ae421cf35e914c5071c00..15c16f4c4f6c937e010a525241cbe11d0f84b34f 100644
--- a/remoting/remoting_host.gypi
+++ b/remoting/remoting_host.gypi
@@ -321,19 +321,6 @@
}],
}, # end of target 'remoting_native_messaging_manifests'
{
- # GN target: //remoting/host:remoting_start_host
- 'target_name': 'remoting_start_host',
- 'type': 'executable',
- 'dependencies': [
- 'remoting_host_setup_base',
- ],
- 'sources': [
- 'host/setup/host_starter.cc',
- 'host/setup/host_starter.h',
- 'host/setup/start_host.cc',
- ],
- }, # end of target 'remoting_start_host'
- {
# GN: //remoting/host:remoting_infoplist_strings
'target_name': 'remoting_infoplist_strings',
'type': 'none',
@@ -626,6 +613,24 @@
}], # end of OS!="win" and enable_me2me_host==1
['OS!="win" and enable_remoting_host==1', {
+ 'targets': [
+ {
+ # GN target: //remoting/host:remoting_start_host
+ 'target_name': 'remoting_start_host',
+ 'type': 'executable',
+ 'variables': { 'enable_wexit_time_destructors': 1, },
+ 'dependencies': [
+ 'remoting_host_setup_base',
+ ],
+ 'sources': [
+ 'host/setup/host_starter.cc',
+ 'host/setup/host_starter.h',
+ 'host/setup/start_host_entry_point.cc',
+ 'host/setup/start_host_main.cc',
+ 'host/setup/start_host_main.h',
+ ],
+ }, # end of target 'remoting_start_host'
+ ],
'conditions': [
['chromeos==0', {
'targets': [
« no previous file with comments | « remoting/remoting.gyp ('k') | remoting/remoting_host_win.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698