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

Unified Diff: remoting/host/BUILD.gn

Issue 2149983003: Refactoring Elevated Host Communication Channel into its own class. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@process_helper
Patch Set: Merging again (including previous dependency CLs that have been checked in). 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
Index: remoting/host/BUILD.gn
diff --git a/remoting/host/BUILD.gn b/remoting/host/BUILD.gn
index 7d734f5e902173a3414cd59a94c7d75c18c5501c..91f7e3d3011e67de13d581de3fa40345f1d2df4d 100644
--- a/remoting/host/BUILD.gn
+++ b/remoting/host/BUILD.gn
@@ -366,6 +366,8 @@ source_set("unit_tests") {
}
if (is_win) {
sources += [
+ "win/elevated_native_messaging_host.cc",
+ "win/elevated_native_messaging_host.h",
"win/launch_native_messaging_host_process.cc",
"win/launch_native_messaging_host_process.h",
]
@@ -597,6 +599,8 @@ if (is_win) {
"win/chromoting_module.h",
"win/core.cc",
"win/core_resource.h",
+ "win/elevated_native_messaging_host.cc",
+ "win/elevated_native_messaging_host.h",
"win/host_service.cc",
"win/host_service.h",
"win/launch_native_messaging_host_process.cc",
« no previous file with comments | « no previous file | remoting/host/setup/me2me_native_messaging_host.h » ('j') | remoting/host/setup/me2me_native_messaging_host.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698