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

Unified Diff: remoting/host/it2me/BUILD.gn

Issue 2308813002: Moving CRD Windows targets to subdirectories. (Closed)
Patch Set: Correcting format. Created 4 years, 3 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/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 {

Powered by Google App Engine
This is Rietveld 408576698