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

Unified Diff: chrome/installer/BUILD.gn

Issue 1306303006: Only build linux installer for desktop. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remoting
Patch Set: sync&rebase Created 5 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
« 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: chrome/installer/BUILD.gn
diff --git a/chrome/installer/BUILD.gn b/chrome/installer/BUILD.gn
index 5b0b9f4a521077e4d642355476e5152884e2a1fc..fcd39969bef6d33e79ab9eaa1fca635824705ec5 100644
--- a/chrome/installer/BUILD.gn
+++ b/chrome/installer/BUILD.gn
@@ -6,7 +6,7 @@ import("//build/config/chrome_build.gni")
# Meta-target that forwards to the installer of the correct type (if any).
group("installer") {
- if (is_linux && is_chrome_branded) {
+ if (is_desktop_linux && is_chrome_branded) {
deps = [
"//chrome/installer/linux",
]
« 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