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

Unified Diff: BUILD.gn

Issue 2410163003: Enable remoting_me2me_host_archive in official build (Closed)
Patch Set: Update comments Created 4 years, 2 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
« no previous file with comments | « no previous file | remoting/host/installer/win/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 9a4f5161c5dc1c6066d89c9271815b0bebbb234e..43149c93c23dedd3c0fa7390e1d13215d36d5079 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -123,9 +123,9 @@ if (is_win) {
} else {
deps += [ "//courgette(//build/toolchain/win:x64)" ]
}
- if (is_chrome_branded) {
- deps += [ "//remoting/host:remoting_host_installation" ]
- }
+ }
+ if (is_chrome_branded) {
+ deps += [ "//remoting/host:remoting_host_installation" ]
}
}
« no previous file with comments | « no previous file | remoting/host/installer/win/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698