Index: remoting/host/it2me/BUILD.gn |
diff --git a/remoting/host/it2me/BUILD.gn b/remoting/host/it2me/BUILD.gn |
index c86ff54228f14c30c19ce235976a6ec80c3efa06..26a59e61d1fd9a6dfac2c2b3d6fda8165f958a00 100644 |
--- a/remoting/host/it2me/BUILD.gn |
+++ b/remoting/host/it2me/BUILD.gn |
@@ -79,9 +79,9 @@ if (!is_chromeos && !is_android && enable_remoting_host) { |
deps = [ |
"//base/allocator", |
- "//remoting/host:dpi_aware_exe_manifest", |
- "//remoting/host:remoting_core", |
- "//remoting/host:remoting_windows_resources", |
+ "//remoting/host/win:dpi_aware_exe_manifest", |
+ "//remoting/host/win:remoting_core", |
+ "//remoting/host/win:remoting_windows_resources", |
] |
sources = [ |
@@ -105,8 +105,8 @@ if (!is_chromeos && !is_android && enable_remoting_host) { |
deps = [ |
"//base/allocator", |
- "//remoting/host:remoting_core", |
- "//remoting/host:remoting_windows_resources", |
+ "//remoting/host/win:remoting_core", |
+ "//remoting/host/win:remoting_windows_resources", |
] |
sources = [ |
@@ -125,9 +125,9 @@ if (!is_chromeos && !is_android && enable_remoting_host) { |
# uiAccess requires a signed build to work correctly, so only enable the |
# manifest flag when the binary will be properly signed. |
if (is_official_build) { |
- deps += [ "//remoting/host:dpi_aware_uiaccess_exe_manifest" ] |
+ deps += [ "//remoting/host/win:dpi_aware_uiaccess_exe_manifest" ] |
} else { |
- deps += [ "//remoting/host:dpi_aware_exe_manifest" ] |
+ deps += [ "//remoting/host/win:dpi_aware_exe_manifest" ] |
} |
} |
} else { |