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

Unified Diff: remoting/host/BUILD.gn

Issue 1864683002: Don't run build_deb.py on Windows GN (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/BUILD.gn
diff --git a/remoting/host/BUILD.gn b/remoting/host/BUILD.gn
index fd572d9170b81ec345ba033387c419c6b79bc263..4523f7f3f679414cd83f2f02ffa3837b6f5b84ac 100644
--- a/remoting/host/BUILD.gn
+++ b/remoting/host/BUILD.gn
@@ -868,7 +868,7 @@ if (is_mac) { # TODO(GYP) Mac build of remoting host.
}
}
- if (is_chrome_branded && enable_me2me_host && !is_chromeos) {
+ if (is_chrome_branded && enable_me2me_host && is_linux && !is_chromeos) {
# TODO(GYP): add support for archive_chromoting_tests variable?
import("//build/config/zip.gni")
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698