| Index: remoting/host/it2me/BUILD.gn
|
| diff --git a/remoting/host/it2me/BUILD.gn b/remoting/host/it2me/BUILD.gn
|
| index bf6361e3caff74073871df2c563f7fe5bfce590f..a7771cf2901334740eba868b0c300466d43292b5 100644
|
| --- a/remoting/host/it2me/BUILD.gn
|
| +++ b/remoting/host/it2me/BUILD.gn
|
| @@ -68,9 +68,9 @@
|
|
|
| deps = [
|
| "//base/allocator",
|
| - "//remoting/host/win:dpi_aware_exe_manifest",
|
| - "//remoting/host/win:remoting_core",
|
| - "//remoting/host/win:remoting_windows_resources",
|
| + "//remoting/host:dpi_aware_exe_manifest",
|
| + "//remoting/host:remoting_core",
|
| + "//remoting/host:remoting_windows_resources",
|
| ]
|
|
|
| sources = [
|
| @@ -94,8 +94,8 @@
|
|
|
| deps = [
|
| "//base/allocator",
|
| - "//remoting/host/win:remoting_core",
|
| - "//remoting/host/win:remoting_windows_resources",
|
| + "//remoting/host:remoting_core",
|
| + "//remoting/host:remoting_windows_resources",
|
| ]
|
|
|
| sources = [
|
| @@ -116,7 +116,7 @@
|
| if (is_official_build) {
|
| deps += [ "//remoting/host:dpi_aware_uiaccess_exe_manifest" ]
|
| } else {
|
| - deps += [ "//remoting/host/win:dpi_aware_exe_manifest" ]
|
| + deps += [ "//remoting/host:dpi_aware_exe_manifest" ]
|
| }
|
| }
|
| } else {
|
|
|