Index: remoting/host/it2me/BUILD.gn |
diff --git a/remoting/host/it2me/BUILD.gn b/remoting/host/it2me/BUILD.gn |
index 8b0e89f33b061359e009e354160286f27d41dcb4..da8b42d364bec24474713dd0fbbef41863ffc037 100644 |
--- a/remoting/host/it2me/BUILD.gn |
+++ b/remoting/host/it2me/BUILD.gn |
@@ -59,9 +59,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 = [ |
@@ -85,8 +85,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 = [ |
@@ -107,7 +107,7 @@ if (!is_chromeos && !is_android && enable_remoting_host) { |
if (is_official_build) { |
deps += [ "//remoting/host:dpi_aware_uiaccess_exe_manifest" ] |
} else { |
- deps += [ "//remoting/host:dpi_aware_exe_manifest" ] |
+ deps += [ "//remoting/host/win:dpi_aware_exe_manifest" ] |
} |
} |
} else { |