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

Unified Diff: remoting/host/BUILD.gn

Issue 2152953002: Refactoring Native Messaging Host process launching code into its own file. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressing CR feedback. Created 4 years, 5 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 | « no previous file | remoting/host/setup/me2me_native_messaging_host.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/BUILD.gn
diff --git a/remoting/host/BUILD.gn b/remoting/host/BUILD.gn
index 0df1ea9efbdf2528e3730c5a86225c1651a137f2..542098eb1b8364ba65608a646bb75ac526072f91 100644
--- a/remoting/host/BUILD.gn
+++ b/remoting/host/BUILD.gn
@@ -361,6 +361,12 @@ source_set("unit_tests") {
if (is_android) {
sources -= [ "it2me/it2me_native_messaging_host_unittest.cc" ]
}
+ if (is_win) {
+ sources += [
+ "win/launch_native_messaging_host_process.cc",
+ "win/launch_native_messaging_host_process.h",
+ ]
+ }
configs += [ "//remoting:version" ]
@@ -590,6 +596,8 @@ if (is_win) {
"win/core_resource.h",
"win/host_service.cc",
"win/host_service.h",
+ "win/launch_native_messaging_host_process.cc",
+ "win/launch_native_messaging_host_process.h",
"win/omaha.cc",
"win/omaha.h",
"win/rdp_desktop_session.cc",
« no previous file with comments | « no previous file | remoting/host/setup/me2me_native_messaging_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698