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

Unified Diff: remoting/host/setup/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/setup/BUILD.gn
diff --git a/remoting/host/setup/BUILD.gn b/remoting/host/setup/BUILD.gn
index 2f49614a554022c1f00072f50dc9616efa5903eb..75926e68e59e358cdc3ce203c9f6aeca93199054 100644
--- a/remoting/host/setup/BUILD.gn
+++ b/remoting/host/setup/BUILD.gn
@@ -44,6 +44,6 @@ source_set("setup") {
]
if (is_win) {
- deps += [ "//remoting/host:remoting_lib_idl" ]
+ deps += [ "//remoting/host/win:remoting_lib_idl" ]
}
}

Powered by Google App Engine
This is Rietveld 408576698